@charset "utf-8";
/*
Theme Name: 2020年度福岡JC(11月更新)
Theme URI:
Author:
*/

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright {
	display: block;
	margin: 0 0 10px auto;
}

/* 配置位置 左 */
.alignleft {
	display: block;
	margin: 0 auto 10px 0;
}

/* 配置位置 右 */
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */
/* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/
/* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #a79451;
}

a:active {
	text-decoration: none;
	color: #a79451;
}

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px */
	width: 100%;
	height: 100%;
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
	height: 100%;
}

#container {
	position: relative;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
}

.en {
	font-family: 'Barlow Condensed', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.bdNone {
	border: none !important;
}

/* COMMON */
/* -------------------------------------------------- */
.goog-te-banner-frame {
	top: auto !important;
	bottom: 0px !important;
}

/* Youtube埋め込み */
.youtubeEmb {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtubeEmb iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* 下層メインビジュアル */
.underLayer.event:after {
	background-image: url(img/mv/mv_event.jpg) !important;
}




/* -------------------------------------------------- */
/* ローディング */
/* -------------------------------------------------- */
#loading {
	width: 100%;
	height: 100vh;
	vertical-align: middle;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

.spinner {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	text-align: center;

	-webkit-animation: sk-rotate 2.0s infinite linear;
	animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #59493F;
	border-radius: 50%;

	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes sk-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0.0)
	}

	50% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {
	#container {
		min-width: 1000px;
	}

	.sp {
		display: none !important;
	}

	.tb {
		display: none !important;
	}

	/* -------------------------------------------------- */
	/* ヘッダー */
	/* -------------------------------------------------- */
	header {
		width: 100%;
		height: 90px;
	}

	#hInner {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10000;
		background: #FFFFFF;
	}

	/* 上部 */
	#hTop {
		height: 45px;
		background: #f8f4e5;
	}

	#hTopIn {
		padding: 6px 0 0 0;
	}

	.hTopBox {
		display: inline-block;
		padding-right: 13px;
		vertical-align: middle;
	}

	.hTopBox #hFb {
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}

	.hTopBox #hIg {
		display: inline-block;
		vertical-align: middle;
	}

	#jpEn li {
		display: inline-block;
		vertical-align: middle;
	}

	#jpEn li.current {
		padding: 2px 13px;
		line-height: 1;
		background: #a79451;
		border-radius: 20px;
		color: #FFFFFF;
	}

	#jpEn li a {
		display: block;
		padding: 2px 13px;
		line-height: 1;
		transition: all 0.3s ease-in-out 0s;
	}

	#jpEn li a:hover {
		background: #a79451;
		border-radius: 20px;
		color: #FFFFFF;
	}

	/* ▼英語サイト非表示対応　英語サイト公開後に削除▼ */
	#jpEn li span {
		display: block;
		padding: 2px 13px;
		line-height: 1;
	}
	/* ▲英語サイト非表示対応　英語サイト公開後に削除▲ */

	#hBtn li {
		margin-right: 5px;
		display: inline-block;
		vertical-align: middle;
	}

	#loginBtn a {
		display: table-cell;
	    padding: 0 20px 0 40px;
	    height: 32px;
	    color: #fff;
	    border: 1px #a79451 solid;
	    border-radius: 5px;
	    font-weight: bold;
	    vertical-align: middle;
	    background: url(img/common/key_icon_hover.png) 20px 5px no-repeat #a79451;
	    transition: all 0.3s ease-in-out 0s;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}

	#loginBtn a:hover {
		opacity: 0.7;
		background: url(img/common/key_icon_hover.png) 20px 5px no-repeat #a79451;
	}

	#entryBtn a {
		display: table-cell;
	    height: 32px;
	    padding: 0 20px 0 40px;
	    color: #FFFFFF;
	    background: url(img/common/guide_icon.png) 18px 9px no-repeat #a70303;
	    border-radius: 5px;
	    font-weight: bold;
	    vertical-align: middle;
	    transition: all 0.3s ease-in-out 0s;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}

	#hSns {
		float: right;
	}

	#hLogo {
		float: left;
		position: absolute;
		top: -5px;
		z-index: 100;
	}

	#headLogo {
		padding: 0;
		display: inline-block;
		vertical-align: middle;
	}

	#headLogo a {
		display: block;
		padding: 32px 22px;
		background: #fff;
	}

	#headLogo img {
		height: 31px;
		width: auto;
	}

	#headLogo65 {
		display: inline-block;
		vertical-align: middle;
	}

	#headLogo65 img {
		height: 35px;
		width: auto;
	}

	#hSns {
		float: right;
	}

	/* FB・インスタ・JCチャンネル */
	#hTopSns {
		display: inline-block;
		padding-right: 20px;
		vertical-align: middle;
	}

	#hTopSnsfJc {
		display: inline-block;
		margin-right: 5px;
		vertical-align: top;
	}

	#hTopSnsfJc a {
		display: block;
		padding: 6px 3px 5px;
		border-radius: 5px;
		font-size: 0.8rem;
		line-height: 1.1;
		letter-spacing: .1em;
		font-weight: bold;
		color: #fff;
		background: #e60012;
	}

	#hTopSnsfjChannel {
		font-size: 0.7rem;
		letter-spacing: -.1em;
	}

	#hTopSnsfFb {
		margin-right: 5px;
		display: inline-block;
	}

	#hTopSnsfFb a {
		display: block;
	}

	#hTopSnsfIg {
		display: inline-block;
	}

	#hTopSnsfIg a {
		display: block;
	}

	/* ナビ*/
	#hNav {
		height: 30px;
		line-height: 30px;
		border-top: 1px #dcdcdc solid;
		border-bottom: 1px #dcdcdc solid;
		position: relative;
	}

	#gNav {
		text-align: right;
		font-weight: bold;
		font-size: 1.6rem;
		letter-spacing: -0.4em;
		background: #59493f;
	}

	#gNav > li {
		margin: 0;
		display: inline-block;
		height: 44px;
		letter-spacing: normal;
		border-right: 1px solid #957a69;
		position: relative;
		transition: all 0.3s ease-in-out 0s;
	}

	#gNav > li:first-child {
		border-left: 1px solid #957a69;
	}

	#gNav > li > a {
		padding: 7px 39px;
		display: block;
		font-size: 1.4rem;
		color: #fff;
		transition: all 0.3s ease-in-out 0s;
		position: relative;
	}

	#gNav > li > a:hover {
		color: #a79451;
	}

	#gNav > li:hover::after {
		content: '';
		width: 100%;
		height: 4px;
		background: #41352d;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#burgerPc {
		text-align: center;
		letter-spacing: .4em !important;
		vertical-align: bottom;
		cursor: pointer;
		padding: 0 20px !important;
		border-right: none !important;
	}

	#burgerPc:hover {
		padding: 0 20px !important;
		border-right: none !important;
	}

	#burgerPc:hover::after {
		display: none;
	}

	#burgerPcUnit {
		display: inline-block;
		width: 31px;
		position: relative;
	}

	.burgerPcLine {
		width: 28px;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 2px;
		transition: all 0.3s ease-in-out 0s;
	}

	.burgerPcLine:first-child {
		top: 7px;
	}

	.burgerPcLine:nth-child(2) {
		top: 15px;
	}

	.burgerPcLine:nth-child(3) {
		top: 23px;
	}

	/* 最初のspanをマイナス45度に */
	.burgerPcLine.menuOn:first-child {
		top: 15px;
		left: 2px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* 2番目と3番目のspanを45度に */
	.burgerPcLine.menuOn:nth-child(2),
	.burgerPcLine.menuOn:nth-child(3) {
		top: 15px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#burgerPcMenu {
		color: #fff;
		font-size: 0.8rem;
		letter-spacing: -.3em;
		line-height: 1;
		position: relative;
		top: 17px;
		left: 0;
	}

	.pdList {
		min-width: 100%;
		background: #FFFFFF;
		border-left: 1px #CCCCCC solid;
		border-right: 1px #CCCCCC solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.pdList > li {
		min-width: 100%;
		border-bottom: 1px #CCCCCC solid;
	}

	.pdList > li a {
		background: #FFFFFF;
		display: block;
		min-width: 100%;
		padding: 8px 15px;
		line-height: 1.5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		white-space: nowrap;
		text-align: left;
		font-size: 1.3rem;
		overflow: visible;
	}

	.pdList > li a:hover {
		background: #eeeeee;
		color: #333;
	}

	#pdJc {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	#pdEvent {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	#pdPublic {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	#pdNews {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	#pdEntry {
		min-width: 100%;
		display: none;
		position: absolute;
		left: 0px;
		top: 44px;
	}

	/* ハンバーガーメニュー */
	#spNav {
		width: 100%;
		height: 100vh;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.9);
		position: absolute;
		top: 90px;
		left: -100%;
	}

	.gNavSp .navTit {
		color: #fff;
	}

	.gNavSp a {
		color: #fff;
	}

	.gNavSp {
		display: inline-block;
		letter-spacing: 0;
		padding: 0 80px 60px 0;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
	}

	.gNavSp:last-child {
		padding: 0;
	}

	#gNavSpEvent,
	#gNavSpPublic,
	#gNavSpEn {
		padding-bottom: 40px;
	}

	#navContent {
		width: 100%;
		display: inline-block;
		letter-spacing: -.4em;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
	}

	.gNavSp li {
		margin: 5px 0;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.3;
	}

	.gNavSp li:first-child {
		font-size: 2rem;
		border-bottom: 3px solid #a79451;

	}

	.gNavSp .sub:first-child {
		font-size: 1.6rem;
		border-bottom: none;
	}

	.gNavSp li a {
		transition: all 0.3s ease-in-out 0s;
	}

	.gNavSp li a:hover {
		color: #a79451;
	}

	/* -------------------------------------------------- */
	/* 共通リンク帯 */
	/* -------------------------------------------------- */
	.colorBar {
		width: 100%;
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #a79451;
	}

	.gradBarLeft {
		width: 50%;
		float: left;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gradBarRight {
		width: 50%;
		float: right;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.colorBar a {
		padding: 15px 0;
		text-align: center;
		display: block;
		border: 1px #FFFFFF solid;
		color: #FFFFFF;
		font-size: 2.0rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/icon1.png) 95% center no-repeat;
	}

	.colorBar a:hover {
		color: #666666;
		background: url(img/common/icon3.png) 95% center no-repeat #FFFFFF !important;
	}

	.colorBar .small {
		padding: 3px 20px;
		letter-spacing: 0.1em;
		font-size: 1.3rem;
		display: inline-block;
		border: 1px #FFFFFF solid;
	}

	.colorBar a:hover .small {
		border: 1px #666666 solid;
	}

	#fBottom .colorBar a {
		padding: 30px 0;
	}

	/* ボタン */
	.colorBtn {
		margin-bottom: 80px;
		text-align: center;
	}

	.singleColum .colorBtn {
		margin-bottom: 0px;
	}

	.gradBar {
		display: inline-block;
		margin: 0 5px 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #a79451;
	}

	.colorBtn a {
		padding: 15px 30px;
		text-align: center;
		display: block;
		color: #FFFFFF;
		font-size: 1.6rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/icon1.png) 95% center no-repeat;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px #FFFFFF solid;
	}

	.colorBtn a:hover {
		color: #666666;
		border: 1px #CCCCCC solid;
		background: url(img/common/icon3.png) 95% center no-repeat #FFFFFF !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* 下部ナビゲーション */
	#jciNav {
		letter-spacing: -.4em;
	}

	.jciNavItem {
		display: inline-block;
		width: 490px;
		letter-spacing: 0;
		padding: 0 20px 10px 0;
	}

	.jciNavItem:nth-child(2n) {
		padding-right: 0;
	}

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

	.jciNavItem a {
		display: block;
		padding: 13px 20px;
		font-size: 1.3rem;
		line-height: 1;
		border: 1px solid #a79451;
		color: #a79451;
		background: url(img/common/icon6.png) no-repeat right 10px center #fff;
		transition: all 0.3s ease-in-out 0s;
	}

	.jciNavItem a:hover {
		color: #fff;
		background: url(img/common/icon7.png) no-repeat right 10px center #a79451;
	}

	/* -------------------------------------------------- */
	/* タイトル */
	/* -------------------------------------------------- */
	.commonTit1 {
		font-size: 3.6rem;
		padding-bottom: 10px;
		font-weight: bold;
		letter-spacing: 0.1em;
		line-height: 1.2;
	}

	.commonTit2 {
		font-size: 3rem;
		letter-spacing: 0.150em;
		padding-bottom: 10px;
		margin-bottom: 30px;
		font-weight: bold;
		position: relative;
		text-align: center;
		color: #59493f;
	}

	.commonTit2:after {
		content: "";
		width: 60px;
		height: 4px;
		background: #a79451;
		position: absolute;
		bottom: 0px;
		left: 50%;
		margin-left: -30px;
	}

	.commonTit3 {
		margin-bottom: 20px;
		font-size: 3rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #59493f;
		border-bottom: 1px #a79451 solid;
		line-height: 1.2;
	}

	.commonTit4 {
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: 0.1em;
	}


	/* -------------------------------------------------- */
	/* ボタン */
	/* -------------------------------------------------- */
	.commonBtn1 a {
		display: inline-block;
		padding: 20px 60px;
		background-color: #a79451;
		background-image: url(img/common/icon_next_white.png);
		background-position: right 18px center;
		background-repeat: no-repeat;
		background-size: 7px 12px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 2.0rem;
		color: #FFFFFF;
		transition: all 0.3s ease-in-out 0s;
		border-radius: 5px;
		text-align: center;
		line-height: 1.3;
	}

	.commonBtn1 a .small {
		font-size: 1.3rem;
	}

	.commonBtn1 a:hover {
		opacity: 0.7;
	}

	.commonBtn2 {
		text-align: center;
	}

	.commonBtn2 a {
		display: inline-block;
		padding: 20px 60px;
		font-size: 1.8rem;
		font-weight: bold;
		border: 3px #a79451 solid;
		border-radius: 5px;
		color: #a79451;
		background-image: url(img/common/icon_next_midori.png);
		background-position: right 18px center;
		background-repeat: no-repeat;
		background-size: 7px 12px;
		transition: all 0.3s ease-in-out 0s;
	}

	.commonBtn2 a:hover {
		color: #FFFFFF;
		background-image: url(img/common/icon_next_white.png);
		background-color: #a79451;
	}

	.commonBtn3 {
		text-align: center;
	}

	.commonBtn3 a {
		display: inline-block;
		padding: 20px 60px 20px 90px;
		font-size: 1.8rem;
		font-weight: bold;
		border: 3px #a79451 solid;
		border-radius: 5px;
		color: #a79451;
		background: url(img/common/icon_pdf.png) 18% center no-repeat;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
		transition: all 0.3s ease-in-out 0s;
	}

	.commonBtn3 a:hover {
		color: #FFFFFF;
		background: url(img/common/icon_pdf_hover.png) 18% center no-repeat #a79451;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
	}

	/* -------------------------------------------------- */
	/* テキスト */
	/* -------------------------------------------------- */
	.lead {
		font-size: 1.8rem;
	}

	.commonTxt1 {
		font-size: 1.8rem;
	}

	.commonTxt2 {
		font-size: 1.6rem;
		line-height: 1.6;
		padding-bottom: 1em;
	}

	.commonTxt2 a {
		color: #a79451;
		text-decoration: underline;
	}

	.commonTxt2 a:hover {
		text-decoration: none;
	}


	/* -------------------------------------------------- */
	/* フッター*/
	/* -------------------------------------------------- */
	footer {
		background: #f8f4e5;
	}

	#fTop {
		padding: 30px;
		margin-bottom: 17px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#fTopIn {
		width: 1000px;
		margin: 0 auto;
	}

	#fLogoWrap {
		width: 430px;
		float: left;
	}

	#fLogo {
		display: inline-block;
		width: 300px;
		padding-bottom: 30px;
		vertical-align: middle;
	}

	#fLogo a {
		display: block;
	}

	#fLogo img {
		height: auto;
		width: 100%;
	}

	#fInfo {
		position: relative;
	}

	#fjcTit {
		font-size: 1.8rem;
		line-height: 1.7;
	}

	#fTopSns {
		position: absolute;
		top: 0;
		right: 0;
		letter-spacing: -.4em;
	}

	#fJcc {
		display: inline-block;
		margin-right: 10px;
		vertical-align: top;
	}

	#fJcc a {
		display: block;
		padding: 6px 3px;
		border-radius: 5px;
		font-size: 0.8rem;
		line-height: 1.1;
		letter-spacing: .1em;
		font-weight: bold;
		color: #fff;
		background: #e60012;
	}

	#fjChannel {
		font-size: 0.7rem;
		letter-spacing: -.1em;
	}

	#fFb {
		margin-right: 10px;
		display: inline-block;
	}

	#fIg {
		display: inline-block;
	}

	#fContact {
		display: inline-block;
		width: 490px;
		padding: 20px 25px;
		text-align: center;
		letter-spacing: 0;
		float: right;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #a79451;
		background: #fff;
	}

	#topEntryContact {
		padding: 20px 0;
		text-align: center;
		border: 1px solid #a79451;
		background: #fff;
		letter-spacing: -.4em;
	}

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

	#topEntryContact .EntryMethodItem {
		text-align: left;
	}

	.topEntryTit {
		padding-bottom: 10px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
		color: #41352d;
		letter-spacing: 0.25em;
	}

	#fContact .topEntryTit {
		padding-bottom: 0;
	}

	.topEntrySub2 {
		display: inline-block;
		padding: 6px 10px;
		margin-bottom: 12px;
		font-size: 1.2rem;
		line-height: 1.2;
		letter-spacing: 0.05em;
		color: #000;
		background: #eee;
	}

	#fContact.topEntrySub2 {
		margin-bottom: 11px;
	}

	#fContact.topEntryMethod {
		display: inline-block;
		width: 100%;
		letter-spacing: 0;
		text-align: left;
	}

	.EntryMethodItem {
		display: inline-block;
		letter-spacing: 0;
		vertical-align: top;
	}

	.EntryMethodType {
		display: inline-block;
		width: 56px;
		margin-bottom: 12px;
		padding: 4px 0;
		text-align: center;
		font-size: 1.2rem;
		letter-spacing: 0;
		background: #41352d;
		color: #fff;
	}

	#fContact .EntryMethodType {
		display: block;
		margin-bottom: 10px;
	}

	#fContact ul.topEntryMethod li {
		display: inline-block;
	}

	#fContact ul.topEntryMethod .EntryMethodTell {
		width: auto;
		padding-bottom: 0;
		float: left;
	}

	.EntryMethodNumber {
		display: block;
		color: #a70303;
		font-size: 3.3rem;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.05em;
		font-family: 'Barlow Condensed', sans-serif;
	}

	#fContact span.EntryMethodNumber {
		padding-bottom: 5px;
		font-size: 3.2rem;
		font-weight: 600;
		letter-spacing: 0.04em;
		line-height: 0.5;
	}

	.EntryMethodNumber::before {
		content: '';
		display: inline-block;
		width: 18px;
		height: 23px;
		margin-right: 7px;
		background: url(img/top/tell2020_icon.png) no-repeat 0 0;
	}

	.EntryMethodDetail {
		color: #a70303;
		font-size: 1rem;
		line-height: 1;
	}

	.EntryMethodTime {
		float: left;
	}

	.topEntryMethod .EntryMethodWeb {
		width: 188px;
	}

	#fContact .topEntryMethod .EntryMethodWeb {
		width: auto;
		float: right;
	}

	.EntryMethodBtn {
		display: inline-block;
		vertical-align: middle;
	}

	.topEntryMethod .EntryMethodBtn a {
		display: block;
		padding: 8px 20px 8px 40px;
		color: #FFFFFF;
		background: url(img/common/guide_icon.png) 18px center no-repeat #a70303 !important;
		border-radius: 5px;
		border: none;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.3s ease-in-out 0s;
	}

	#fContact .topEntryMethod .EntryMethodBtn a {
		background-position-x: 30px;
	}

	#fContact .topEntryMethod .EntryMethodBtn a {
		padding: 8px 40px 8px 60px;
	}

	.topEntryMethod .EntryMethodBtn a:hover {
		color: #fff;
	}

	.EntryMethodBtn a:hover {
		opacity: 0.7;
	}

	#fMid {
		width: 1000px;
		margin: 0 auto 38px;
	}

	#fMidLeft {
		width: 100%;
	}

	#fMidRight {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#fMidLeft h3 {
		font-size: 2.0rem;
		line-height: 1;
		padding-bottom: 10px;
	}

	#fAddress {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	#fAddress a {
		color: #a79451;
	}

	#fNavTop {
		font-size: 1.5rem;
		text-align: center;
		font-weight: bold;
		letter-spacing: -.4em;
	}

	#fNavTop a {
		display: inline-block;
		padding: 4px 17px;
		letter-spacing: 0;
		border: 3px solid #a79451;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.3s ease-in-out 0s;
	}

	#fNavTop a:hover {
		background: #a79451;
		color: #fff;
	}

	.fNavList {
		font-size: 1.6rem;
		margin-bottom: 20px;
		padding: 5px 0 0 10px;
		border-left: 4px #a79451 solid;
	}

	.fNavList dt {
		line-height: 1.2;
		padding-bottom: 10px;
		font-weight: bold;
	}

	.fNavList dd {
		font-size: 1.4rem;
		padding-left: 1em;
		line-height: 1.2;
		padding-bottom: 5px;
	}

	.fNavList dd a,
	.fNavList dt a {
		transition: all 0.3s ease-in-out 0s;
	}

	.fNavList dd a:hover,
	.fNavList dt a:hover {
		opacity: 0.7;
	}

	.fNavList li {
		padding-left: 1em;
		line-height: 1.2;
		padding-bottom: 5px;
	}

	.fNavBox {
		width: 260px;
		float: left;
		padding-right: 10px;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.fNavBox:first-child {
		width: 330px;
	}

	.fNavBox:last-child {
		width: 150px;
		padding-right: 0;
	}

	.outLink:after {
		content: "";
		margin-left: 10px;
		display: inline-block;
		width: 10px;
		height: 10px;
		background: url(img/common/out_link_icon_gold.png) 0 0 no-repeat;
	}

	#copy {
		padding: 0 0 30px;
		text-align: center;
	}

	#pagetopArea {
		text-align: center;
	}

	#pagetopArea a {
		display: block;
		background: #41352d;
		padding: 18px 10px;
		vertical-align: middle;
		line-height: 1;
	}

	#pagetopArea a img {
		vertical-align: middle;
	}

	.bold {
		font-weight: bold;
	}

	/* -------------------------------------------------- */
	/* 下層FV */
	/* -------------------------------------------------- */
	.contents {
		width: 1000px;
		margin: 0 auto;
	}

	.singleColum {
		padding: 100px 0;
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.singleColum .inner {
		padding-bottom: 50px;
	}

	#fv {
		width: 100%;
		padding-bottom: 8 0px;
	}

	#underMainTit {
		height: 450px;
		font-size: 3.1rem;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
		letter-spacing: -.4em;
		position: relative;
	}

	#underMainTit span {
		display: inline-block;
		padding: 20px 80px;
		border: 6px solid #fff;
		letter-spacing: 0.1em;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin-top: -16px;
	}

	#underMainTit span::before {
		content: 'FUKUOKA JC 2020';
		display: inline-block;
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: 0.55em;
		font-family: 'Barlow Condensed', sans-serif;
		color: #fff;
		position: absolute;
		top: -21px;
		left: -6px;
	}

	#subTit {
		font-size: 2.0rem;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
	}

	/* パンくず */
	#bc {
		padding: 14px 0 14px 20px;
		text-align: left;
		background: #f8f4e5;
	}

	#bc ul {
		display: inline-block;
	}

	#bc li {
		display: inline-block;
		padding-left: 17px;
		margin-left: 10px;
		background: url(img/common/icon3.png) left center no-repeat;
		color: #333;
		font-weight: bold;
		font-size: 1.2rem;
	}

	#bc li:first-child {
		display: inline-block;
		padding-left: 0;
		margin-left: 0;
		background: none;
		color: #333;
	}

	#bc li a {
		font-size: 1.2rem;
		color: #333;
		transition: all 0.3s ease-in-out 0s;
	}

	#bc li a:hover {
		color: #333;
		text-decoration: underline;
	}

	#bc li a #homePc {
		vertical-align: text-bottom;
		transition: all 0.3s ease-in-out 0s;
	}

	#bc li a #homePc:hover {
		opacity: 0.7;
	}

	/* -------------------------------------------------- */
	/* ページャー */
	/* -------------------------------------------------- */
	#pageNavWrap {
		text-align: center;
	}

	#pager {
		display: inline-block;
	}

	#pageNavWrap a,
	#pageNavWrap span {
		width: 33px;
		height: 33px;
		line-height: 33px;
		display: inline-block;
		color: #333333;
		background-color: #c9c9c9;
		margin: 0 2px;
		white-space: nowrap;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}

	#pageNavWrap span.current,
	#pageNavWrap a.next,
	#pageNavWrap a.prev,
	#pageNavWrap a:hover {
		color: #fff;
		background-color: #a79451;
		transition: all 0.3s ease-in-out 0s;
	}

	#pageNavWrap span.dots {
		width: 1em;
		background-color: #fff;
		color: #000;
		padding: 10px 0;
	}

}

@media only screen and (max-width:1430px) {
	#gNav > li {
		padding: 0;
	}

	#gNav > li a {
		padding: 7px 8px;
	}

	#hTopSns {
		padding: 0;
	}

	#gNav #burgerPc {
		padding: 0 2px;
		cursor: pointer;
	}

	.hTopBox {
		padding-right: 0;
	}

	#hTopSnsfJc {
		margin-right: 0;
	}

	#hTopSnsfFb {
		margin-right: 0;
	}

	#hNav .pdList li a {
		padding: 8px 10px;
	}

	#headLogo img {
		height: 27px;
		width: auto;
	}

	#headLogo a {
		padding: 34px 22px;
	}



}

/* PCここまで*/
/* -------------------------------------------------- */

/* IEハック */
@media all and (-ms-high-contrast:none)and (min-width: 1024px) {
	.pdList li a {
		padding: 11px 20px 5px;
	}

}


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

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

	.sp {
		display: none !important;
	}

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

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

	main {
		padding-top: 50px;
	}

	/* -------------------------------------------------- */
	/* ヘッダー */
	/* -------------------------------------------------- */
	header {
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		background: #FFFFFF;
		z-index: 9000;
	}

	#hInner {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 10000;
		background: #FFFFFF;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	/* 上部 */
	#hTop {
		text-align: center;
	}

	#hTopIn {
		padding: 0 3% 20px 3%;
	}

	.hTopBox {
		display: inline-block;
		padding: 0 5px 10px 0;
		vertical-align: middle;
	}

	.hTopBox #hFb {
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}

	.hTopBox #hIg {
		display: inline-block;
		vertical-align: middle;
	}

	/* FB・インスタ */
	#hTopSns {
		display: none;
	}

	#jpEn li {
		display: inline-block;
		vertical-align: middle;
	}

	#jpEn li.current {
		padding: 2px 13px;
		line-height: 1;
		background: #a79451;
		border-radius: 20px;
		color: #FFFFFF;
	}

	#jpEn li a {
		display: block;
		padding: 2px 13px;
		line-height: 1;
		transition: all 0.3s ease-in-out 0s;
	}

	/* ▼英語サイト非表示対応　英語サイト公開後に削除▼ */
	#jpEn li span {
		display: block;
		padding: 2px 13px;
		line-height: 1;
	}
	/* ▲英語サイト非表示対応　英語サイト公開後に削除▲ */

	#hBtn {
		width: 100%;
		letter-spacing: -0.4em;
	}

	#hBtn li {
		width: 100%;
		padding-left: 5px;
		vertical-align: middle;
		letter-spacing: normal;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#loginBtn {
		padding-bottom: 10px;
	}

	#headerBtn {
		display: block;
	}

	#loginBtn a {
		display: block;
		padding: 5px 20px 5px 40px;
		color: #a79451;
		border: 1px #a79451 solid;
		border-radius: 5px;
		font-weight: bold;
		background: url(img/common/sp/key_icon_sp.png) 20px 5px no-repeat;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-size: 17px;
	}

	#entryBtn a {
		display: block;
		padding: 5px 20px 5px 40px;
		color: #FFFFFF;
		background: url(img/common/sp/guide_icon_sp.png) 18px 9px no-repeat #ca1818;
		border-radius: 5px;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-size: 18px;
	}

	#closeBtnWrap {
		height: 45px;
		padding: 10px 3% 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: right;
	}

	#closeBtn {
		display: inline-block !important;
	}

	#closeBtn img {
		height: 18px;
	}

	/* 下段*/
	#spNav {
		padding: 0 3% 20px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gNavSp li {
		border-bottom: 1px #666666 dotted;
	}


	.navHide {
		background: #EFEFEF;
	}

	.navHide li {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gNavSp li.navHide li:last-child {
		border-bottom: none;
	}

	.navTit.off {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_open.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}

	.navTit.on {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_close.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}

	#gNavSpEn .navTit.off {
		padding: 0;
		background: none;
	}

	#gNavSpEn .navTit.on {
		padding: 0;
		background: none;
	}

	#gNavSpEn li.sub a {
		background: none;
	}

	#gNavSpEn li.sub a:before {
		display: none;
	}

	.gNavSp li a {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon3.png) 100% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	#spIg a {
		background: none;
	}

	.gNavSp li.sub a {
		padding: 8px 0 8px 0;
		background: url(img/common/sp/icon3.png) 100% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.gNavSp li.sub a:before {
		content: "";
		display: inline-block;
		height: 1px;
		width: 10px;
		background: #999999;
		vertical-align: middle;
		margin-right: 5px;
	}

	#spHeader {
		padding: 12px 3% 0 3%;
		position: relative;
	}

	#spHeadLogo {
		display: inline-block;
		vertical-align: middle;
		padding-right: 5px;
	}

	#spHeadLogo img {
		height: 20px;
		width: auto;
	}

	#spHeadLogo65 {
		display: inline-block;
		vertical-align: middle;
	}

	#spHeadLogo65 img {
		height: 30px;
		width: auto;
	}

	#spMenu {
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}

	#spMenu img {
		height: 15px;
		width: auto;
	}

	/* -------------------------------------------------- */
	/* 共通リンク帯 */
	/* -------------------------------------------------- */
	.colorBar {
		width: 100%;
		padding: 10px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #a79451;
	}

	.colorBar a {
		padding: 10px 0;
		text-align: center;
		display: block;
		border: 1px #FFFFFF solid;
		color: #FFFFFF;
		font-size: 1.rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/icon1.png) 95% center no-repeat;
	}

	.colorBar a:hover {
		background: url(img/common/icon3.png) 95% center no-repeat #FFFFFF;
		color: #666666;
	}

	.colorBar .small {
		padding: 3px 20px;
		letter-spacing: 0.1em;
		font-size: 1.3rem;
		display: inline-block;
		border: 1px #FFFFFF solid;
	}

	.colorBar a:hover .small {
		border: 1px #666666 solid;
	}

	#fBottom .colorBar a {
		padding: 15px 0;
	}

	/* ボタン */
	.colorBtn {
		padding: 0 3% 50px;
		text-align: center;
	}

	.gradBar {
		display: block;
		margin: 0 0 10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #a79451;
	}

	.colorBtn a {
		padding: 15px 30px;
		text-align: center;
		display: block;
		color: #FFFFFF;
		font-size: 1.6rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/icon1.png) 95% center no-repeat;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px #FFFFFF solid;
	}

	/* 下部ナビゲーション */
	#jciNav {
		letter-spacing: -.4em;
	}

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

	.jciNavItem:nth-child(2n) {
		padding-right: 0;
	}

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

	.jciNavItem a {
		display: block;
		padding: 13px 20px;
		font-size: 1.3rem;
		line-height: 1;
		border: 1px solid #a79451;
		color: #a79451;
		background: url(img/common/sp/icon6_sp.png) no-repeat right 10px center #fff;
		background-size: 7px;
	}

	/* -------------------------------------------------- */
	/* タイトル */
	/* -------------------------------------------------- */
	.commonTit1 {
		font-size: 2rem;
		padding-bottom: 10px;
		font-weight: bold;
		letter-spacing: 0.1em;
		line-height: 1.2;
	}

	.commonTit2 {
		font-size: 2rem;
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-weight: bold;
		position: relative;
		text-align: center;
		color: #59493f;
	}

	.commonTit2:after {
		content: "";
		width: 40px;
		height: 1px;
		background: #bfbfbf;
		position: absolute;
		bottom: 0px;
		left: 50%;
		margin-left: -20px;
	}

	.commonTit3 {
		margin-bottom: 15px;
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #59493f;
		border-bottom: 1px #a79451 solid;
	}

	.commonTit4 {
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 0.1em;
	}

	/* -------------------------------------------------- */
	/* ボタン */
	/* -------------------------------------------------- */
	.commonBtn1 a {
		display: block;
		padding: 20px 20px;
		background-image: url(img/common/icon_next_white.png);
		background-position: right 18px center;
		background-repeat: no-repeat;
		background-size: 7px 12px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 2.0rem;
		font-weight: bold;
		color: #FFFFFF;
		transition: all 0.3s ease-in-out 0s;
		border-radius: 5px;
	}

	.commonBtn1 a .small {
		font-size: 1.3rem;
	}

	.commonBtn1 a:hover {
		opacity: 0.7;
	}

	.commonBtn2 a {
		width: 100%;
		display: block;
		padding: 10px 20px;
		font-size: 1.8rem;
		font-weight: bold;
		border: 3px #a79451 solid;
		border-radius: 5px;
		color: #a79451;
		background-image: url(img/common/icon_next_midori.png);
		background-position: right 18px center;
		background-repeat: no-repeat;
		background-size: 7px 12px;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}

	.commonBtn2 a:hover {
		color: #FFFFFF !important;
		background-image: url(img/common/icon_next_white.png);
	}

	.commonBtn3 a {
		width: 100%;
		display: block;
		padding: 10px 20px;
		font-size: 1.5rem;
		font-weight: bold;
		border: 3px #a79451 solid;
		border-radius: 5px;
		color: #a79451;
		background: url(img/common/icon_pdf.png) 5% center no-repeat;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}

	.commonBtn3 a:hover {
		color: #FFFFFF !important;
		background: url(img/common/icon_pdf_hover.png) 5% center no-repeat #a79451;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
	}

	/* -------------------------------------------------- */
	/* テキスト */
	/* -------------------------------------------------- */
	.lead {
		padding: 0 3%;
		font-size: 1.6rem;
	}

	.commonTxt1 {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.commonTxt2 {
		font-size: 1.4rem;
		line-height: 1.4;
		padding-bottom: 1em;
	}

	.commonTxt2 a {
		color: #a79451;
	}


	/* -------------------------------------------------- */
	/* フッター*/
	/* -------------------------------------------------- */
	#fTop {
		border: 1px #c9c9c9 solid;
		padding: 20px;
		margin-bottom: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #f8f4e5;
	}

	#fTopIn {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#fLogoWrap {
		display: block;
	}

	#fLogo {
		display: inline-block;
		padding-bottom: 20px;
	}

	#fLogo img {
		height: 23px;
		width: auto;
	}

	#fLogo65 {
		padding: 0 20px 10px;
		display: inline-block;
		vertical-align: middle;
	}

	#fLogo65 img {
		height: 60px;
		width: auto;
		vertical-align: middle;
	}

	#fTopSns {
		display: inline-block;
		padding: 3px 0 20px;
		text-align: center;
	}

	#fJcc {
		margin-right: 10px;
		display: inline-block;
	}

	#fJcc a {
		display: block;
		padding: 3px;
		border-radius: 5px;
		font-size: 1.1rem;
		line-height: 1.1;
		letter-spacing: .1em;
		font-weight: bold;
		color: #fff;
		background: #e60012;
	}

	#fFb {
		margin-right: 10px;
		display: inline-block;
	}

	#fFb img {
		width: 30px;
		height: 30px;
	}

	#fIg {
		display: inline-block;
	}

	#fIg img {
		width: 30px;
		height: 30px;
	}

	#fContact {
		display: inline-block;
		width: 100%;
		padding: 20px 107px;
		text-align: center;
		letter-spacing: 0;
		float: right;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #a79451;
		background: #fff;
	}

	#topEntryContact {
		padding: 20px 82px;
		text-align: center;
		border: 1px solid #a79451;
		background: #fff;
		letter-spacing: -.4em;
	}

	.topEntryTit {
		padding-bottom: 10px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #41352d;
		letter-spacing: 0.25em;
		line-height: 1.4;
	}

	.topEntrySub2 {
		display: inline-block;
		padding: 10px;
		margin-bottom: 12px;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		color: #000;
		background: #eee;
	}

	.topEntryMethod {
		display: block;
		width: 100%;
		text-align: left;
	}

	.EntryMethodItem {
		width: 48%;
		display: inline-block;
		letter-spacing: 0;
		vertical-align: top;
	}

	.EntryMethodType {
		display: inline-block;
		width: 56px;
		margin-bottom: 10px;
		padding: 4px 0;
		text-align: center;
		font-size: 1.2rem;
		letter-spacing: 0;
		background: #41352d;
		color: #fff;
	}

	.topEntryMethod .EntryMethodTell {
		padding-right: 3%;
	}

	.EntryMethodNumber {
		display: block;
		color: #a70303;
		font-weight: 500;
		line-height: 0.8;
		font-size: 3.8rem;
		text-align: left;
		letter-spacing: 0.06em;
		padding-bottom: 5px;
		font-family: 'Barlow Condensed', sans-serif;
		position: relative;
	}

	.EntryMethodNumber::before {
		content: '';
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(img/common/sp/tell2020_icon_sp.png) no-repeat 0 0;
		background-size: contain;
		vertical-align: middle;
		margin-top: -3px;
	}

	.EntryMethodNumber a::before {
		content: '';
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(img/top/tell2020_icon.png) no-repeat 0 0;
		background-size: contain;
	}

	.EntryMethodDetail {
		color: #a70303;
		font-size: 1.4rem;
		line-height: 1;
		text-align: left;
	}

	.EntryMethodTime {
		float: left;
	}

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

	.topEntryMethod .EntryMethodBtn a {
		display: block;
		padding: 12px 10px 12px 40px;
		color: #FFFFFF;
		background: url(img/common/sp/guide_icon_sp.png) 24px center no-repeat #a70303;
		background-size: 20px;
		border-radius: 5px;
		border: none;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.3s ease-in-out 0s;
	}

	#fjcTit {
		padding: 0 3% 10px;
		text-align: left;
		font-size: 1.8rem;
		line-height: 1;
	}

	#fAddress {
		text-align: left;
		line-height: 1.2;
		padding: 0 3% 10px;
	}

	#fMid {
		width: 100%;
		margin: 0 auto;
	}

	#fMidLeft {
		width: 100%;
	}

	#fMidRight {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#fMidLeft h3 {
		font-size: 1.8rem;
		line-height: 1;
		padding: 0 3% 10px;
	}

	#fAddress {
		line-height: 1.2;
		padding: 0 3% 10px;
	}

	#fAddress a {
		color: #a70303;
	}

	#fMid {
		width: 100%;
		margin: 0 auto;
	}

	#fMidLeft {
		width: 100%;
	}

	#fMidRight {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#fMidLeft h3 {
		font-size: 1.8rem;
		line-height: 1;
		padding: 0 3% 10px;
	}

	#fAddress {
		line-height: 1.2;
		padding: 0 3% 10px;
	}

	#fNavTop {
		font-size: 1.5rem;
	}

	.fNavList {
		font-size: 1.5rem;
	}

	#fNavTop a {
		display: block;
		padding: 10px 3% 10px 3%;
		border-bottom: 1px #CCCCCC dotted;
		background: url(img/common/sp/icon3.png) 97% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.fNavList a {
		display: block;
		padding: 10px 3% 10px 3%;
		border-bottom: 1px #CCCCCC dotted;
		background: url(img/common/sp/icon3.png) 97% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.fNavList dd {
		line-height: 1.2;
	}

	#spNavSns {
		display: block !important;
		text-align: center;
		padding: 10px 0;
	}

	#spNavSnsIn {
		display: inline-block;
	}

	#spNavSnsIn li {
		display: inline-block;
		margin: 0 5px;
		vertical-align: -webkit-baseline-middle;
		border-bottom: none;
	}

	#spFjc a {
		display: block;
		padding: 7px;
		border-radius: 5px;
		font-size: 1.2rem;
		line-height: 1.1;
		letter-spacing: .1em;
		font-weight: bold;
		color: #fff;
		background: #e60012;
	}

	#spFb img.sp,
	#spIg img.sp {
		display: block !important;
	}

	.outLink {
		background: url(img/common/sp/outlink2.png) 97% center no-repeat;
		-webkit-background-size: 10px;
		background-size: 10px;
	}

	#copy {
		padding: 10px 0;
		text-align: center;
		font-size: 1.0rem;
	}

	#pagetopArea {
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 1000;
	}

	#pagetopArea a {
		display: block;
		background: #333333;
		background: rgba(0, 0, 0, 0.9);
		padding: 13px 10px;
		vertical-align: middle;
		line-height: 1;
	}

	#pagetopArea a img {
		vertical-align: middle;
	}

	#container .sp-button {
		border: 1px solid #000;
		width: 8px;
		height: 8px;
		margin: 3px;
	}

	/* -------------------------------------------------- */
	/* 下層FV */
	/* -------------------------------------------------- */
	.contents {
		width: 94%;
		margin: 0 auto;
		padding: 50px 0;
	}

	.singleColum {
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.singleColum .inner {
		padding-bottom: 30px;
	}

	.singleColum .colorBtn {
		padding: 0px;
	}

	#fv {
		width: 100%;
	}

	.underLayer {
		position: relative;
	}

	#underMainTit {
		padding: 80px 3%;
		font-size: 2rem;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}

	#underMainTit span {
		display: inline-block;
		padding: 20px;
		border: 3px solid #fff;
		letter-spacing: 0.2em;
		position: relative;
	}

	#underMainTit span::before {
		width: 220px;
		content: 'FUKUOKA JC 2020';
		display: inline-block;
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: 0.55em;
		font-family: 'Barlow Condensed', sans-serif;
		color: #fff;
		position: absolute;
		top: -18px;
		left: -2px;
	}

	#subTit {
		font-size: 1.6rem;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
	}

	/* パンくず */
	#bc {
		padding: 10px 3%;
		text-align: left;
		background: #f8f4e5;
	}

	#bc ul {
		display: inline-block;
	}

	#bc li {
		display: inline-block;
		padding-left: 17px;
		margin-left: 10px;
		background: url(img/common/sp/icon3.png) left center no-repeat;
		background-size: 6px;
		color: #333;
		font-weight: bold;
		font-size: 1.2rem;
	}

	#bc li#singleBc {
		display: none;
	}

	#bc li:first-child {
		display: inline-block;
		padding-left: 0;
		margin-left: 0;
		background: none;
		color: #333;
	}

	#home {
		display: inline-block;
		width: 16px;
	}

	#home img {
		width: 100%;
		vertical-align: top;
	}

	#bc li a {
		color: #333;
	}

	#enBreadcrumb {
		padding-left: 13px;
	}

	#enBreadcrumb::before {
		content: '';
		width: 12px;
		height: 12px;
		display: inline-block;
		background: url(img/common/sp/home_sp.png) no-repeat left center;
		background-size: 12px;
	}

	.enBreadcrumb a {
		padding-left: 13px;
		background: url(img/common/sp/home_sp.png) no-repeat left center;
		background-size: 12px;
	}

	/* -------------------------------------------------- */
	/* ページャー */
	/* -------------------------------------------------- */
	#pageNavWrap {
		text-align: center;
	}

	#pager {
		display: inline-block;
	}

	#pageNavWrap a,
	#pageNavWrap span {
		width: 33px;
		height: 33px;
		line-height: 33px;
		display: inline-block;
		color: #333333;
		background-color: #c9c9c9;
		margin: 0 2px;
		white-space: nowrap;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}

	#pageNavWrap span.current,
	#pageNavWrap a.next,
	#pageNavWrap a.prev,
	#pageNavWrap a:hover {
		color: #fff;
		background-color: #a79451;
		transition: all 0.3s ease-in-out 0s;
	}

	#pageNavWrap span.dots {
		width: 1em;
		background-color: #fff;
		color: #000;
		padding: 10px 0;
	}

}

/* タブレットここまで*/
/* -------------------------------------------------- */



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

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

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

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

	main {
		padding-top: 50px;
	}

	/* -------------------------------------------------- */
	/* ヘッダー */
	/* -------------------------------------------------- */
	header {
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		background: #FFFFFF;
		z-index: 9000;
	}

	#hInner {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 10000;
		background: #FFFFFF;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	/* 上部 */
	#hTop {
		text-align: center;
	}

	#hTopIn {
		padding: 0 3% 20px 3%;
	}

	.hTopBox {
		display: inline-block;
		padding: 0 5px 10px 0;
		vertical-align: middle;
	}

	.hTopBox #hFb {
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}

	.hTopBox #hIg {
		display: inline-block;
		vertical-align: middle;
	}

	/* FB・インスタ */
	#hTopSns {
		display: none;
	}

	#jpEn li {
		display: inline-block;
		vertical-align: middle;
	}

	#jpEn li.current {
		padding: 2px 8px;
		line-height: 1;
		background: #a79451;
		border-radius: 20px;
		color: #FFFFFF;
	}

	#jpEn li a {
		display: block;
		padding: 2px 8px;
		line-height: 1;
	}

	/* ▼英語サイト非表示対応　英語サイト公開後に削除▼ */
	#jpEn li span {
		display: block;
		padding: 2px 8px;
		line-height: 1;
	}
	/* ▲英語サイト非表示対応　英語サイト公開後に削除▲ */

	#hBtn {
		width: 100%;
		letter-spacing: -0.4em;
	}

	#hBtn li {
		width: 100%;
		vertical-align: middle;
		letter-spacing: normal;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#loginBtn {
		padding-bottom: 10px;
	}

	#headerBtn {
		display: block;
	}

	#loginBtn a {
		display: block;
		padding: 14px 20px 14px 40px;
		color: #a79451;
		border: 1px #a79451 solid;
		border-radius: 5px;
		font-weight: bold;
		background: url(img/common/sp/key_icon_sp.png) 20px center no-repeat #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-size: 17px;
	}

	#entryBtn a {
		display: block;
		padding: 15px 20px 15px 40px;
		color: #FFFFFF;
		background: url(img/common/sp/guide_icon_sp.png) 18px center no-repeat #ca1818;
		border-radius: 5px;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-size: 18px;
	}

	#closeBtnWrap {
		height: 45px;
		padding: 10px 3% 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: right;
	}

	#closeBtn {
		display: inline-block;
		cursor: pointer;
	}

	#closeBtn img {
		height: 18px;
	}

	/* 下段*/
	#spNav {
		padding: 0 3% 20px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gNavSp li {
		border-bottom: 1px #666666 dotted;
	}

	.gNavSp li a {
		padding: 8px 0;
		display: block;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.navHide {
		background: #EFEFEF;
	}

	.navHide li {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gNavSp li.navHide li:last-child {
		border-bottom: none;
	}

	.navTit.off {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_open.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}

	.navTit.on {
		padding: 8px 0;
		display: block;
		background: url(img/common/sp/icon4_close.png) 100% center no-repeat;
		-webkit-background-size: auto 8px;
		background-size: auto 8px;
		cursor: pointer;
	}

	#gNavSpEn .navTit.off {
		padding: 0;
		background: none;
	}

	#gNavSpEn .navTit.on {
		padding: 0;
		background: none;
	}

	#gNavSpEn .navTit a {
		background: none;
	}

	#gNavSpEn li.sub a:before {
		display: none;
	}

	.gNavSp li.sub a {
		padding: 8px 0 8px 0;
		background: url(img/common/sp/icon3.png) 100% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.gNavSp li.sub a:before {
		content: "";
		display: inline-block;
		height: 1px;
		width: 10px;
		background: #999999;
		vertical-align: middle;
		margin-right: 5px;
	}

	#spHeader {
		padding: 12px 3% 0 3%;
		position: relative;
	}

	#spHeadLogo {
		display: inline-block;
		vertical-align: middle;
		padding-right: 5px;
	}

	#spHeadLogo img {
		height: 20px;
		width: auto;
	}

	#spHeadLogo65 {
		display: inline-block;
		vertical-align: middle;
	}

	#spHeadLogo65 img {
		height: 30px;
		width: auto;
	}

	#spMenu {
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}

	#spMenu img {
		height: 15px;
		width: auto;
	}

	#spNavSns {
		text-align: center;
		padding: 10px 0;
	}

	#spNavSnsIn {
		display: inline-block;
	}

	#spNavSnsIn li {
		display: inline-block;
		margin: 0 5px;
		border-bottom: none;
	}

	#spNavSnsIn li img {
		width: 30px;
		height: 30px;
	}

	#spFjc a {
		display: block;
		padding: 4px;
		border-radius: 5px;
		font-size: 1rem;
		line-height: 1.1;
		letter-spacing: .1em;
		font-weight: bold;
		color: #fff;
		background: #e60012;
	}

	/* -------------------------------------------------- */
	/* 共通リンク帯 */
	/* -------------------------------------------------- */
	.colorBar {
		width: 100%;
		padding: 10px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #a79451;
	}

	.gradBarLeft {
		width: 100%;
		padding-bottom: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

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

	.colorBar a {
		padding: 10px 0;
		text-align: center;
		display: block;
		border: 1px #FFFFFF solid;
		color: #FFFFFF;
		font-size: 1.rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/icon1.png) 95% center no-repeat;
	}

	.colorBar a:hover {

		background: url(img/common/icon3.png) 95% center no-repeat #FFFFFF;
		color: #666666;
	}

	.colorBar .small {
		padding: 3px 20px;
		letter-spacing: 0.1em;
		font-size: 1.3rem;
		display: inline-block;
		border: 1px #FFFFFF solid;
	}

	.colorBar a:hover .small {
		border: 1px #666666 solid;
	}

	#fBottom .colorBar a {
		padding: 15px 0;
	}

	/* ボタン */
	.colorBtn {
		padding: 0 3% 50px;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.gradBar {
		display: block;
		margin: 0 0 10px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #a79451;
	}

	.colorBtn a {
		padding: 15px 30px;
		text-align: center;
		display: block;
		color: #FFFFFF;
		font-size: 1.6rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
		font-weight: bold;
		transition: all 0.3s ease-in-out 0s;
		background: url(img/common/icon1.png) 95% center no-repeat;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px #FFFFFF solid;
	}

	.colorBtn a:hover {
		color: #666666;
		border: 1px #CCCCCC solid;
		background: url(img/common/icon3.png) 95% center no-repeat #FFFFFF !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* 下部ナビゲーション */
	#jciNav {
		letter-spacing: -.4em;
	}

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

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

	.jciNavItem a {
		display: block;
		padding: 13px 20px;
		font-size: 1.3rem;
		line-height: 1;
		border: 1px solid #a79451;
		color: #a79451;
		background: url(img/common/sp/icon6_sp.png) no-repeat right 10px center #fff;
		background-size: 7px;
	}

	/* -------------------------------------------------- */
	/* タイトル */
	/* -------------------------------------------------- */
	.commonTit1 {
		font-size: 2rem;
		padding-bottom: 10px;
		font-weight: bold;
		letter-spacing: 0.1em;
		line-height: 1.2;
	}

	.commonTit2 {
		font-size: 2rem;
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-weight: bold;
		position: relative;
		text-align: center;
		color: #59493f;
	}


	.commonTit2:after {
		content: "";
		width: 40px;
		height: 1px;
		background: #a79451;
		position: absolute;
		bottom: 0px;
		left: 50%;
		margin-left: -20px;
	}

	.commonTit3 {
		margin-bottom: 15px;
		font-size: 2rem;
		font-weight: bold;
		color: #59493f;
		border-bottom: 1px #a79451 solid;
	}

	.commonTit4 {
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 0.1em;
	}

	/* -------------------------------------------------- */
	/* ボタン */
	/* -------------------------------------------------- */
	.commonBtn1 a {
		display: block;
		padding: 15px 20px;
		background-image: url(img/common/sp/icon2.png);
		background-position: right 18px center;
		background-repeat: no-repeat;
		background-size: 7px 12px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.6rem;
		font-weight: bold;
		color: #FFFFFF;
		transition: all 0.3s ease-in-out 0s;
		border-radius: 5px;
		line-height: 1.2;
		text-align: center;
	}

	.commonBtn1 a .small {
		font-size: 1.3rem;
	}

	.commonBtn1 a:hover {
		opacity: 0.7;
	}

	.commonBtn2 a {
		width: 100%;
		display: block;
		padding: 10px 20px;
		font-size: 1.8rem;
		font-weight: bold;
		border: 3px #a79451 solid;
		border-radius: 5px;
		color: #a79451;
		background-image: url(img/common/icon_next_midori.png);
		background-position: right 18px center;
		background-repeat: no-repeat;
		background-size: 7px 12px;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}

	.commonBtn2 a:hover {
		color: #FFFFFF !important;
		background-image: url(img/common/icon_next_white.png);
	}

	.commonBtn3 a {
		width: 100%;
		display: block;
		padding: 10px 20px;
		font-size: 1.5rem;
		font-weight: bold;
		border: 3px #a79451 solid;
		border-radius: 5px;
		color: #a79451;
		background: url(img/common/icon_pdf.png) 5% center no-repeat;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
		transition: all 0.3s ease-in-out 0s;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}

	.commonBtn3 a:hover {
		color: #FFFFFF !important;
		background: url(img/common/icon_pdf_hover.png) 5% center no-repeat #a79451;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
	}

	/* -------------------------------------------------- */
	/* テキスト */
	/* -------------------------------------------------- */
	.lead {
		padding: 0 3%;
		font-size: 1.6rem;
	}

	.commonTxt1 {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.commonTxt2 {
		font-size: 1.4rem;
		line-height: 1.4;
		padding-bottom: 1em;
	}

	.commonTxt2 a {
		color: #a79451;
	}


	/* -------------------------------------------------- */
	/* フッター*/
	/* -------------------------------------------------- */
	#fTop {
		border: 1px #c9c9c9 solid;
		padding: 20px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #f8f4e5;
	}

	#fTopIn {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#fLogoWrap {
		display: block;
		padding-bottom: 20px;
	}

	#fLogo {
		display: inline-block;
		padding-bottom: 20px;
	}

	#fLogo img {
		height: 26px;
		width: auto;
	}

	#fLogo65 {
		padding: 0 20px 10px;
		display: inline-block;
		vertical-align: middle;
	}

	#fLogo65 img {
		height: 60px;
		width: auto;
		vertical-align: middle;
	}

	#fTopSns {
		display: inline-block;
	}

	#fJcc {
		margin-right: 10px;
		display: inline-block;
	}

	#fJcc a {
		display: block;
		padding: 4px;
		border-radius: 5px;
		font-size: 1rem;
		line-height: 1.1;
		letter-spacing: .1em;
		font-weight: bold;
		color: #fff;
		background: #e60012;
	}

	#fFb {
		margin-right: 10px;
		display: inline-block;
	}

	#fFb img {
		width: 30px;
		height: 30px;
	}

	#fIg {
		display: inline-block;
	}

	#fIg img {
		width: 29px;
		height: 29px;
	}

	#fContact {
		display: inline-block;
		width: 100%;
		padding:10px 20px;
		text-align: center;
		letter-spacing: 0;
		float: right;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #a79451;
		background: #fff;
	}

	#topEntryContact {
		padding: 10px;
		text-align: center;
		border: 1px solid #a79451;
		background: #fff;
		letter-spacing: -.4em;
	}

	.topEntryTit {
		padding-bottom: 6px;
		font-size: 1.5rem;
		font-weight: bold;
		color: #41352d;
		letter-spacing: 0.25em;
		line-height: 1.4;
	}

	.topEntrySub2 {
		display: block;
		padding: 5px;
		margin-bottom: 8px;
		font-size: 1.3rem;
		letter-spacing: 0.05em;
		color: #000;
		background: #eee;
	}

	.topEntryMethod {
		display: block;
		width: 100%;
		text-align: left;
	}

	.EntryMethodItem {
		display: inline-block;
		letter-spacing: 0;
		vertical-align: top;
	}

	.EntryMethodType {
		display: inline-block;
		width: 56px;
		margin-bottom: 5px;
		padding: 4px 0;
		text-align: center;
		font-size: 1.2rem;
		letter-spacing: 0;
		background: #41352d;
		color: #fff;
	}

	.topEntryMethod .EntryMethodTell {
		width: 100%;
		padding-bottom: 8px;
	}

	.EntryMethodNumber {
		display: block;
		color: #a70303;
		font-weight: 500;
		line-height: 1;
		text-align: center;
		letter-spacing: 0.06em;
		padding-bottom: 5px;
		font-family: 'Barlow Condensed', sans-serif;
	}

	.topEntryMethod .EntryMethodNumber a {
		margin-top: -3px;
		border: none;
		background: none;
		color: #a70303;
		font-size: 4.4rem;
		text-align: center;
		line-height: 0.8;
	}

	.EntryMethodNumber a::before {
		content: '';
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(img/common/sp/tell2020_icon_sp.png) no-repeat 0 0;
		background-size: contain;
	}

	.EntryMethodDetail {
		color: #a70303;
		font-size: 1.4rem;
		line-height: 1;
		text-align: center;
	}

	.EntryMethodTime {
	}

	.topEntryMethod .EntryMethodWeb {
		width: 100%;
	}

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

	.topEntryMethod .EntryMethodBtn a {
		display: block;
		padding: 10px 10px 10px 40px;
		color: #FFFFFF;
		background: url(img/common/sp/guide_icon_sp.png) 30px center no-repeat #a70303;
		background-size: 20px;
		border-radius: 5px;
		border: none;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.3s ease-in-out 0s;
	}

	#fjcTit {
		padding: 0 3% 10px;
		text-align: left;
		font-size: 1.8rem;
		line-height: 1;
	}

	#fAddress {
		text-align: left;
		line-height: 1.2;
		padding: 0 3% 10px;
	}

	#fMid {
		width: 100%;
		margin: 0 auto;
	}

	#fMidLeft {
		width: 100%;
	}

	#fMidRight {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#fMidLeft h3 {
		font-size: 1.8rem;
		line-height: 1;
		padding: 0 3% 10px;
	}

	#fAddress {
		line-height: 1.2;
		padding: 0 3% 10px;
	}

	#fAddress a {
		color: #a70303;
	}

	#fNavTop {
		font-size: 1.5rem;
	}

	.fNavList {
		font-size: 1.5rem;
	}

	#fNavTop a {
		display: block;
		padding: 10px 3% 10px 3%;
		border-bottom: 1px #CCCCCC dotted;
		background: url(img/common/sp/icon3.png) 97% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.fNavList a {
		display: block;
		padding: 10px 3% 10px 3%;
		border-bottom: 1px #CCCCCC dotted;
		background: url(img/common/sp/icon3.png) 97% center no-repeat;
		-webkit-background-size: 8px auto;
		background-size: 8px auto;
	}

	.fNavList dd {
		line-height: 1.2;
	}

	.outLink {
		background: url(img/common/sp/outlink2.png) 97% center no-repeat;
		-webkit-background-size: 10px;
		background-size: 10px;
	}

	#copy {
		padding: 20px 0;
		text-align: center;
		font-size: 1.0rem;
	}

	#pagetopArea {
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 1000;
	}

	#pagetopArea a {
		display: block;
		background: #333333;
		background: rgba(0, 0, 0, 0.9);
		padding: 10px 10px;
		vertical-align: middle;
		line-height: 1;
	}

	#pagetopArea a img {
		width: 12px;
		height: auto;
		vertical-align: middle;
	}


	#container .sp-button {
		border: 1px solid #000;
		width: 8px;
		height: 8px;
		margin: 3px;
	}

	/* -------------------------------------------------- */
	/* 下層FV */
	/* -------------------------------------------------- */
	.contents {
		width: 94%;
		margin: 50px auto;
	}

	.singleColum {
		margin-bottom: 50px;
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.singleColum .inner {
		padding-bottom: 30px;
	}

	.singleColum .colorBtn {
		padding: 0px;
	}

	#fv {
		width: 100%;
	}

	.underLayer {
		position: relative;
	}

	#underMainTit {
		padding: 70px 3%;
		font-size: 2rem;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
	}

	#underMainTit span {
		display: inline-block;
		min-width: 170px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px;
		border: 3px solid #fff;
		letter-spacing: 0.2em;
		position: relative;
	}

	#underMainTit span::before {
		content: 'FUKUOKA JC 2020';
		display: inline-block;
		width: 155px;
		font-size: 1.4rem;
		text-align: left;
		font-weight: bold;
		letter-spacing: 0.3em;
		font-family: 'Barlow Condensed', sans-serif;
		color: #fff;
		position: absolute;
		top: -15px;
		left: -3px;
	}

	#subTit {
		font-size: 1.4rem;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
	}

	/* パンくず */
	#bc {
		padding: 10px 3%;
		text-align: left;
		background: #f8f4e5;
	}

	#bc ul {
		display: inline-block;
		line-height: 1.1;
	}

	#bc li {
		display: inline-block;
		padding-left: 17px;
		margin-left: 10px;
		background: url(img/common/sp/icon3.png) left center no-repeat;
		-webkit-background-size: 5px auto;
		background-size: 5px auto;
		color: #333;
		font-weight: bold;
		font-size: 1rem;
	}

	#bc li#singleBc {
		display: none;
	}

	#bc li:first-child {
		display: inline-block;
		padding-left: 0;
		margin-left: 0;
		background: none;
		color: #333;
	}

	#home {
		display: inline-block;
		width: 12px;
	}

	#home img {
		width: 100%;
	}

	#enBreadcrumb {
		padding-left: 13px;
	}

	#enBreadcrumb::before {
		content: '';
		width: 12px;
		height: 12px;
		display: inline-block;
		background: url(img/common/sp/home_sp.png) no-repeat left center;
		background-size: 12px;
	}

	.enBreadcrumb a {
		padding-left: 20px;
		background: url(img/common/sp/home_sp.png) no-repeat left center;
		background-size: 12px;
	}

	#bc li a {
		color: #333;
	}

	/* -------------------------------------------------- */
	/* ページャー */
	/* -------------------------------------------------- */
	#pageNavWrap {
		text-align: center;
	}

	#pager {
		display: inline-block;
	}

	#pageNavWrap a,
	#pageNavWrap span {
		width: 33px;
		height: 33px;
		line-height: 33px;
		display: inline-block;
		color: #333333;
		background-color: #c9c9c9;
		margin: 0 2px;
		white-space: nowrap;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}

	#pageNavWrap span.current,
	#pageNavWrap a.next,
	#pageNavWrap a.prev,
	#pageNavWrap a:hover {
		color: #fff;
		background-color: #a79451;
		transition: all 0.3s ease-in-out 0s;
	}

	#pageNavWrap span.dots {
		width: 1em;
		background-color: #fff;
		color: #000;
		padding: 10px 0;
	}

}

/*i phone 5/SE 用*/
@media only screen and (max-width:320px) {
	.topEntrySub2 {
		font-size: 1.3rem;
		letter-spacing: 0;
	}

	#underMainTit span {
		letter-spacing: 0.1em;
	}

	#underMainTit {
		font-size: 2.0rem;
	}
}

/* SPここまで*/
/* -------------------------------------------------- */
@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;
	}
}
