@charset "utf-8";

.btn3,
.btn3 a {
	width: 300px;
	margin: 0 auto;
}

.btn3:after {
	border: solid 2px #223a70;
}

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

	/* 980px以上用（PC用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_entry.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	/* 入会案内
        -------------------------------------------------------*/
	#guideImg {
		text-align: center;
	}

	#guideImg2 {
		padding-bottom: 20px;
	}

	#intro,
	#guide,
	#pamphlet,
	#memberVoice,
	#entryMerit,
	#eventIntro {
		margin-bottom: 80px;
	}

	.cen {
		text-align: center;
	}

	#btArea {
		margin: 50px auto 80px;
		text-align: center;
	}

	/* 入会案内ページ
        -------------------------------------------------------*/
	#entryIntroArea {
		width: 100%;
		text-align: center;
		letter-spacing: -.4em;
	}

	.intro {
		margin-bottom: 30px;
		letter-spacing: 0.05em;
		text-align: center;
	}

	/* 入会の勧め */
	#intro h2 {
		margin-bottom: 50px;
		font-size: 2.4rem;
		letter-spacing: 0.1em;
	}

	#entryYoutube {
		width: 100%;
	}

	#entryYoutube iframe {
		width: 100% !important;
		height: 562px !important;
	}

	#entryMovieTxt {
		font-size: 1.2rem;
		text-align: right;
		color: #999;
	}

	/* 入会の勧め */
	.entryBox {
		margin-bottom: 50px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.entryImg {
		width: 40%;
	}

	.entryImg img {
		width: 100%;
	}

	.entryBox p.commonTxt2 {
		width: 56%;
	}

	.entryBox .btn3,
	.entryBox .btn3 a {
		margin: 0;
	}

	/*
	.entryBox .btn3:first-child a {
		background: url(../../img/common/arrow_down_b.svg) 92% center no-repeat #fff;
		background-size: 5%;
	}
*/

	.entryBox span {
		display: block;
		margin-top: 10px;
		text-align: center;
	}

	/*

	#guideList {
		letter-spacing: -.4em;
		padding-bottom: 15px;
	}

	.guideItem {
		display: inline-block;
		letter-spacing: 0;
		width: 330px;
		padding-right: 5px;
		vertical-align: top;
	}

	.guideItem:last-child {
		padding-right: 0;
	}
*/

	#eventList {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#eventList li {
		width: 49%;
		margin-bottom: 20px;
		border: 1px #ddd solid;
	}

	.changeBorder {
		display: block;
		position: relative;
	}

	.changeBorderIn {
		width: 100%;
		height: 150px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		overflow: hidden;
	}

	.changeBorder::after,
	.changeBorder::before,
	.changeBorderIn::after,
	.changeBorderIn::before {
		background-color: #edd889;
		content: '';
		display: block;
		position: absolute;
		z-index: 10;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}

	/* 左上へ配置 */
	.changeBorder::after {
		height: 2px;
		left: -2px;
		top: -2px;
		width: 0px;
	}

	/* 右下へ配置 */
	.changeBorder::before {
		bottom: -2px;
		height: 2px;
		right: -2px;
		width: 0px;
	}

	/* 左下へ配置 */
	.changeBorderIn::after {
		bottom: -2px;
		height: 0px;
		left: -2px;
		width: 2px;
	}

	/* 右下へ配置 */
	.changeBorderIn::before {
		height: 0px;
		right: -2px;
		top: -2px;
		width: 2px;
	}

	/* hover */
	.changeBorder:hover::after,
	.changeBorder:hover::before {
		width: 100%;
		width: calc(100% + 2px);
	}

	.changeBorder:hover .changeBorderIn::after,
	.changeBorder:hover .changeBorderIn::before {
		height: 100%;
		height: calc(100% + 2px);
	}

	.blogImg {
		width: 32%;
		height: 100%;
		/*		display: table-cell;*/
		position: relative;
	}

	.blogImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.upcoming-event {
		padding: 2px 8px;
		position: absolute;
		top: 10px;
		left: 10px;
		background: #edd889;
		color: #000;
		font-size: 1.1rem;
	}

	.end-event {
		padding: 2px 8px;
		position: absolute;
		top: 10px;
		left: 10px;
		background: #666666;
		color: #FFFFFF;
		font-size: 1.1rem;
	}

	.blogTitWrap {
		width: 65%;
		padding: 10px;
	}

	.eventDate {
		font-weight: 600;
		font-size: 1.3rem;
	}

	.eventPlace {
		margin-bottom: 10px;
		color: #666;
		font-size: 1.2rem;
	}

	.blogTit {
		font-weight: 600;
		font-size: 1.5rem;
	}

	.blogdesc {
		color: #666;
		font-size: 1.3rem;
	}

	.articleTxt {
		margin: 50px auto;
		text-align: center;
		font-size: 1.8rem;
	}

	/* 青年会議所メンバーの声 */
	#memList {
		width: 100%;
		margin-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.memItem {
		display: inline-block;
		width: 32%;
		padding-bottom: 20px;
		letter-spacing: 0;
		vertical-align: top;
		position: relative;
	}

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

	.memItem a:hover {
		opacity: 0.7;
	}

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

	.memPhoto {
		width: 100%;
		height: 210px;
		overflow: hidden;
	}

	.memPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.meminfoWrap {
		width: 100%;
		position: relative;
	}

	.meminfo {
		width: 100%;
		margin: 0px auto 0;
		background: #59493f;
	}

	.memCareer {
		width: 100%;
		padding: 4px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
		background: #223377;
	}

	.memBelongs {
		display: inline-block;
		font-size: 1.2rem;
		letter-spacing: 0;
	}

	.memyear {
		display: inline-block;
		padding: 0 10px;
		font-size: 1.1rem;
		letter-spacing: 0;
		border: 1px solid #fff;
	}

	.memInfoBottom {
		display: table;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		color: #333;
		text-align: center;
		background: #f1f1f1;
		position: relative;
	}

	.memBottomContent {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		letter-spacing: -.4em;
	}

	.memInfoBottomInner {
		display: flex;
		justify-content: space-between;
		letter-spacing: 0;
	}

	.memCompany,
	.memPosition {
		font-size: 1.2rem;
		text-align: left;
	}

	.memName {
		display: table;
		font-size: 2rem;
		line-height: 1;
		letter-spacing: 0;
	}

	.memInner {
		display: table-cell;
		vertical-align: middle;
	}

	.memNameTop {
		letter-spacing: 0;
		padding-right: 25px;
	}

	.memNameMain {
		letter-spacing: 0;
	}

	#voiceLink {
		text-align: center;
	}

	/* 年間スケジュール */
	#scheList {
		display: flex;
	}

	.listInner {
		width: 50%;
	}

	#scheList li {
		display: flex;
		font-size: 1.6rem;
		margin-bottom: 20px;
		align-items: center;
	}

	#scheList li span {
		margin-right: 20px;
		font-weight: bold;
		color: #fff;
		border-right: 2px solid #223377;
		background: #223377;
		width: 60px;
		height: 60px;
		border-radius: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	/* 入会のメリット */
	#entryMeritImg {
		text-align: center;
		padding: 45px 0;
	}

	#entryMerit .commonTit3 {
		margin-bottom: 40px;
	}

	.meritBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 40px;
	}

	.meritTit {
		width: 23%;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

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

	.meritTit p {
		margin-left: 10px;
		padding: 10px 20px;
		font-size: 2.0rem;
		font-weight: 600;
		letter-spacing: 0.35em;
		border-top: 5px solid #223a70;
		border-bottom: 5px solid #223a70;
		border-right: 5px solid #223a70;
	}

	#merit01 .meritTit p {
		letter-spacing: 0.1em;
	}

	.meritTxt {
		width: 74%;
	}

	/* 入会方法 */
	#entryMethod .commonTxt2 {
		padding: 0 0 0 1em;
		position: relative;
	}

	#emTxt1::before {
		content: '①';
		position: absolute;
		left: 0;
		top: 0;
	}

	#emTxt2::before {
		content: '②';
		position: absolute;
		left: 0;
		top: 0;
	}

	#btArea.btn3 {
		width: 340px;
	}

	#btArea a {
		width: 340px;
		padding-left: 35px;
		background: url(../../img/common/arrow_right.svg) 93% center no-repeat #223a70;
		color: #fff;
		border: none;
	}

	#btArea a.btn3:after {
		border: solid 2px #223a70;
	}

	#btArea a::before {
		content: "";
		background: url(../../img/common/icon_guide.svg) 0 0 no-repeat;
		width: 26px;
		height: 20px;
		-webkit-background-size: cover;
		background-size: cover;
		margin-right: 15px;
		display: inline-block;
		vertical-align: middle;
	}


	/* 必要書類ダウンロード */
	#docList {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 12.5px;
	}

	.dlLink {
		width: 32.5%;
		margin-bottom: 10px;
	}

	.dlLink a {
		display: block;
		padding: 20px;
		background: url(https://www.fukuoka-jc.or.jp/main/wp-content/themes/jc-fukuoka-2023-2/img/common/icon2.svg) 95% center no-repeat;
		color: #223377;
		font-weight: bold;
		border: 1px solid #223377;
		border-radius: 4px;
		transition: all 0.3s ease-in-out 0s;
	}

	.dlLink a:hover {
		background: url(https://www.fukuoka-jc.or.jp/main/wp-content/themes/jc-fukuoka-2023-2/img/common/icon1.svg) 95% center no-repeat #223377;
		color: #fff;
	}


	/* よくある質問 */
	#qaList {
		width: 100%;
	}

	.qaItem {
		margin-bottom: 10px;
	}

	.qaQuestion {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 25px 30px 25px 90px;
		border: 1px solid #c9c9c9;
		background: #fff;
		font-size: 1.6rem;
		text-align: left;
		color: #333;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		cursor: pointer;
		transition: all 0.3s ease-in-out 0s;
	}

	.qaQuestion:hover {
		background: #223a70;
		color: #fff;
	}

	.qaQuestion::before {
		content: 'Q';
		width: 40px;
		height: 40px;
		border: 2px solid #000;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.6rem;
		padding: 2px 0;
		text-align: center;
		font-weight: bold;
		border-radius: 50%;
		color: #000;
		line-height: 1;
		font-family: 'Montserrat', sans-serif;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		left: 25px;
		margin-top: -20px;
		transition: all 0.3s ease-in-out 0s;
	}

	.qaQuestion:hover::before {
		border: 2px solid #fff;
		color: #fff;
	}

	.qaQuestion.on {
		border-bottom: 1px dashed #c9c9c9;
	}

	.qaQtext {
		display: block;
		width: 815px;
		text-align: left;
	}

	.openBtn {
		display: inline-block;
		width: 25px;
		height: 25px;
		text-align: center;
		position: absolute;
		top: 25px;
		right: 25px;
	}

	.openBtnLine {
		display: inline-block;
		width: 25px;
		height: 1px;
		background: #223a70;
		position: absolute;
		top: 50%;
		left: 0;
		transition: all 0.3s ease-in-out 0s;
	}

	.qaQuestion.off .openBtnLine:last-child {
		display: inline-block;
		width: 25px;
		height: 1px;
		background: #223a70;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -1px;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transition: all 0.3s ease-in-out 0s;
	}

	.qaQuestion:hover .openBtnLine {
		background: #fff !important;
	}

	.qaAnswer {
		padding: 25px 30px 15px 90px;
		border: 1px solid #c9c9c9;
		border-top: none;
		background: #fff;
		font-size: 1.4rem;
		color: #333;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}

	.qaAnswer::before {
		content: 'A';
		width: 40px;
		height: 40px;
		padding: 4px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 2.1rem;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		border-radius: 50%;
		color: #fff;
		background: #223a70;
		position: absolute;
		top: 25px;
		left: 25px;
	}

	.qaAnswerTxt {
		font-size: 1.6rem;
	}

	#pamphlet {
		text-align: center;
	}

	#pamphlet .tit3 {
		text-align: left;
	}

	#pamphletImg img {
		width: 40%;
		height: auto;
	}

	.pamphletTxt {
		margin: 30px auto;
		display: inline-block;
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.6;
	}

}

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

	/* 768px - 979px用（タブレット用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_entry.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	/* 入会案内
        -------------------------------------------------------*/
	#guideImg {
		padding: 30px 0;
		text-align: center;
	}

	#guideImg img {
		max-width: 80%;
	}

	#guideImg2 {
		padding-bottom: 20px;
	}

	#guideImg2 img {
		width: 100%;
	}

	#intro,
	#guide,
	#eventIntro,
	#memberVoice,
	#entryMerit {
		margin-bottom: 50px;
	}

	#btArea {
		margin-bottom: 50px;
		padding: 0;
	}

	/* 入会の勧め */
	#intro h2 {
		margin-bottom: 10px;
		font-size: 2.0rem;
		letter-spacing: 0.1em;
	}

	.intro {
		margin-bottom: 30px;
		letter-spacing: 0.05em;
		text-align: center;
	}

	#entryYoutube {
		width: 100%;
	}

	#entryYoutube iframe {
		width: 100% !important;
		height: 350px !important;
	}

	#entryMovieTxt {
		font-size: 1.2rem;
		text-align: right;
		color: #999;
	}

	/* 入会の勧め */
	#guideList {
		letter-spacing: -.4em;
		padding-bottom: 15px;
	}

	.guideItem {
		display: inline-block;
		letter-spacing: 0;
		width: 32%;
		padding-right: 2%;
		vertical-align: top;
	}

	.guideItem img {
		width: 100%;
	}

	.guideItem:last-child {
		padding-right: 0;
	}

	.entryBox {
		margin-bottom: 30px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.entryImg {
		width: 40%;
	}

	.entryImg img {
		width: 100%;
	}

	.entryBox p.commonTxt2 {
		width: 56%;
	}

	.entryBox .btn3,
	.entryBox .btn3 a {
		width: 220px;
		margin: 0;
		text-align: left;
		line-height: 1.2;
	}

	.btn3 a {
		padding-left: 20px;
		background: url(../../img/common/arrow_right_b.svg) 94% center no-repeat #fff;
		background-size: 6%;
	}

	.entryBox span {
		display: block;
		margin-top: 10px;
		text-align: center;
	}

	/* 事業 */
	#eventList {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#eventList li {
		width: 49%;
		margin-bottom: 20px;
		border: 1px #ddd solid;
	}

	.changeBorder {
		display: block;
		position: relative;
	}

	.changeBorderIn {
		width: 100%;
		height: auto;
	}

	.changeBorder::after,
	.changeBorder::before,
	.changeBorderIn::after,
	.changeBorderIn::before {
		background-color: #000;
		content: '';
		display: block;
		position: absolute;
		z-index: 10;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}

	/* 左上へ配置 */
	.changeBorder::after {
		height: 2px;
		left: -2px;
		top: -2px;
		width: 0px;
	}

	/* 右下へ配置 */
	.changeBorder::before {
		bottom: -2px;
		height: 2px;
		right: -2px;
		width: 0px;
	}

	/* 左下へ配置 */
	.changeBorderIn::after {
		bottom: -2px;
		height: 0px;
		left: -2px;
		width: 2px;
	}

	/* 右下へ配置 */
	.changeBorderIn::before {
		height: 0px;
		right: -2px;
		top: -2px;
		width: 2px;
	}

	/* hover */
	.changeBorder:hover::after,
	.changeBorder:hover::before {
		width: 100%;
		width: calc(100% + 2px);
	}

	.changeBorder:hover .changeBorderIn::after,
	.changeBorder:hover .changeBorderIn::before {
		height: 100%;
		height: calc(100% + 2px);
	}

	.blogImg {
		width: 100%;
		height: auto;
		position: relative;
	}

	.blogImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.upcoming-event {
		padding: 2px 8px;
		position: absolute;
		top: 5px;
		left: 5px;
		background: #edd889;
		color: #000;
		font-size: 1.1rem;
	}

	.end-event {
		padding: 2px 8px;
		position: absolute;
		top: 5px;
		left: 5px;
		background: #666666;
		color: #FFFFFF;
		font-size: 1.1rem;
	}

	.blogTitWrap {
		width: 100%;
		padding: 10px;
	}

	.eventDate {
		font-weight: 600;
		font-size: 1.3rem;
	}

	.eventPlace {
		margin-bottom: 10px;
		color: #666;
		font-size: 1.1rem;
	}

	.blogTit {
		font-weight: 600;
		font-size: 1.4rem;
	}

	.blogdesc {
		display: none;
	}

	.articleTxt {
		text-align: center;
		margin: 50px auto;
	}


	/* 青年会議所メンバーの声 */
	#memList {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		padding-bottom: 20px;
	}

	.memItem {
		display: inline-block;
		width: 49%;
		margin-bottom: 30px;
		letter-spacing: 0;
		position: relative;
	}

	.memItem a {
		display: block;
	}

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

	.memPhoto {
		width: 100%;
		height: 200px;
		overflow: hidden;
	}

	.memPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.meminfoWrap {
		width: 100%;
		position: relative;
	}

	.meminfo {
		width: 100%;
		background: #f1f1f1;
/*		margin: -50px auto 0;*/
	}

	.memCareer {
		width: 100%;
		padding: 4px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
		background: #223377;
	}

	.memBelongs {
		display: inline-block;
		font-size: 1.2rem;
		letter-spacing: 0;
	}

	.memyear {
		display: inline-block;
		padding: 0 10px;
		font-size: 1.1rem;
		letter-spacing: 0;
		border: 1px solid #fff;
	}

	.memInfoBottom {
		display: table;
		width: 100%;
		padding: 10px;
		color: #333;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		background: #f1f1f1;
		position: relative;
	}

	.memInfoBottomInner {
		display: flex;
		justify-content: space-between;
	}

	.memBottomContent {
		width: 100%;
		display: table-cell;
		vertical-align: middle;
		text-align: left;
	}

	.memCompany,
	.memPosition {
		font-size: 1.2rem;
		text-align: left;
	}

	.memName {
		font-size: 2rem;
		line-height: 1;
		letter-spacing: 0;
	}

	.memNameTop {
		letter-spacing: 0;
		padding-right: 25px;
	}

	.memNameMain {
		letter-spacing: 0;
	}

	#voiceLink {
		text-align: center;
	}

	#voiceLink {
		border-radius: 5px;
	}

	/* 年間スケジュール */
	#scheList {
		display: flex;
	}

	.listInner {
		width: 50%;
	}

	#scheList li {
		display: flex;
		font-size: 1.6rem;
		margin-bottom: 20px;
		align-items: center;
	}

	#scheList li span {
		margin-right: 20px;
		font-weight: bold;
		color: #fff;
		border-right: 2px solid #223377;
		background: #223377;
		width: 60px;
		height: 60px;
		border-radius: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	/* 入会のメリット */
	#entryMeritImg {
		text-align: center;
		padding: 45px 0;
	}

	#entryMeritImg img {
		max-width: 100%;
		height: auto;
	}

	#entryMerit .commonTit3 {
		margin-bottom: 20px;
	}

	/* 入会方法 */
	#entryMethod .commonTxt2 {
		padding: 0 0 0 1em;
		position: relative;
	}

	#emTxt1::before {
		content: '①';
		position: absolute;
		left: 0;
		top: 0;
	}

	#emTxt2::before {
		content: '②';
		position: absolute;
		left: 0;
		top: 0;
	}

	#btArea.btn3 {
		width: 340px;
	}

	#btArea a {
		width: 340px;
		padding-left: 35px;
		background: url(../../img/common/arrow_right.svg) 93% center no-repeat #223a70;
		color: #fff;
		border: none;
	}

	#btArea a::before {
		content: "";
		background: url(../../img/common/icon_guide.svg) 0 0 no-repeat;
		width: 26px;
		height: 20px;
		-webkit-background-size: cover;
		background-size: cover;
		margin-right: 15px;
		display: inline-block;
		vertical-align: middle;
	}

	/* 必要書類ダウンロード */
	#docList {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.dlLink {
		width: 32.5%;
		margin-bottom: 10px;
	}

	.dlLink a {
		display: block;
		padding: 15px;
		background: url(https://www.fukuoka-jc.or.jp/main/wp-content/themes/jc-fukuoka-2023-2/img/common/icon2.svg) 95% center no-repeat;
		color: #223377;
		font-weight: bold;
		border: 1px solid #223377;
		border-radius: 4px;
		transition: all 0.3s ease-in-out 0s;
	}

	.dlLink a:hover {
		background: url(https://www.fukuoka-jc.or.jp/main/wp-content/themes/jc-fukuoka-2023-2/img/common/icon1.svg) 95% center no-repeat #223377;
		color: #fff;
	}


	.meritBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 40px;
	}

	.meritTit {
		width: 32%;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

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

	.meritTit p {
		margin-left: 10px;
		padding: 10px 20px;
		font-size: 2.0rem;
		font-weight: 600;
		letter-spacing: 0.35em;
		border-top: 5px solid #223a70;
		border-bottom: 5px solid #223a70;
		border-right: 5px solid #223a70;
	}

	#merit01 .meritTit p {
		letter-spacing: 0.1em;
	}

	.meritTxt {
		width: 64%;
	}

	/* よくある質問 */
	#qaList {
		width: 100%;
		margin-bottom: 20px;
	}

	.qaItem {
		margin-bottom: 10px;
	}

	.qaQuestion {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 15px 3% 15px 9%;
		border: 1px solid #c9c9c9;
		background: #fff;
		font-size: 1.4rem;
		text-align: left;
		color: #333;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		cursor: pointer;
		transition: all 0.3s ease-in-out 0s;
	}

	.qaQuestion::before {
		content: 'Q';
		display: inline-block;
		width: 25px;
		height: 25px;
		border: 2px solid #223377;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.8rem;
		text-align: center;
		font-weight: bold;
		border-radius: 50%;
		color: #223377;
		line-height: 1;
		font-family: 'Barlow Condensed', sans-serif;
		position: absolute;
		top: 50%;
		left: 3%;
		margin-top: -13px;
		transition: all 0.3s ease-in-out 0s;
	}


	.qaQuestion::before {
		content: 'Q';
		width: 30px;
		height: 30px;
		border: 2px solid #000;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.6rem;
		padding: 2px 0;
		text-align: center;
		font-weight: bold;
		border-radius: 50%;
		color: #000;
		line-height: 1;
		font-family: 'Montserrat', sans-serif;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		left: 15px;
		margin-top: -15px;
		transition: all 0.3s ease-in-out 0s;
	}

	.qaQuestion.on {
		border-bottom: 1px dashed #c9c9c9;
	}

	.qaQtext {
		display: block;
		width: 86%;
		text-align: left;
	}

	.openBtn {
		display: inline-block;
		width: 25px;
		height: 25px;
		text-align: center;
		position: absolute;
		top: 50%;
		right: 3%;
		margin-top: -13px;
	}

	.openBtnLine {
		display: inline-block;
		width: 25px;
		height: 1px;
		background: #223377;
		position: absolute;
		top: 50%;
		left: 0;
		transition: all 0.3s ease-in-out 0s;
	}

	.qaQuestion.off .openBtnLine:last-child {
		display: inline-block;
		width: 25px;
		height: 1px;
		background: #223377;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -1px;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transition: all 0.3s ease-in-out 0s;
	}

	.qaAnswer {
		padding: 15px 6% 15px 9%;
		border: 1px solid #c9c9c9;
		border-top: none;
		background: #fff;
		font-size: 1.4rem;
		color: #333;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}

	.qaAnswer::before {
		content: 'A';
		width: 30px;
		height: 30px;
		padding: 4px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 2.1rem;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		border-radius: 50%;
		color: #fff;
		background: #000;
		position: absolute;
		top: 25px;
		left: 15px;
	}

	.qaAnswerTxt {
		font-size: 1.4rem;
	}



	#pamphlet {
		padding-bottom: 50px;
		text-align: center;
	}


	#pamphlet .commonTit3 {
		text-align: left;
	}

	#pamphletImg {
		padding-bottom: 20px;
	}

	#pamphletImg img {
		width: 40%;
		height: auto;
	}

	.pamphletTxt {
		display: inline-block;
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.6;
		padding-bottom: 1em;
	}

}

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

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

	.tablet {
		display: none;
	}

	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_entry.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.btn3 {
		margin-bottom: 20px;
	}

	/* 入会案内
        -------------------------------------------------------*/
	#guideImg {
		margin: 30px 0;
		text-align: center;
	}

	#guideImg img {
		max-width: 80%;
	}

	#guideImg2 {
		padding-bottom: 20px;
	}

	#guideImg2 img {
		width: 100%;
	}

	#intro,
	#guide,
	#memberVoice,
	#entryMerit {
		margin-bottom: 50px;
	}

	#btArea {
		margin-bottom: 50px;
		padding: 0;
	}

	/* 入会案内ページ
        -------------------------------------------------------*/
	#entryIntro {
		margin-bottom: 20px;
		text-align: center;
		font-size: 1.5rem;
		letter-spacing: 0.05em;
	}

	#intro h2 {
		margin-bottom: 10px;
		font-size: 2.0rem;
		letter-spacing: 0.1em;
	}

	/* 入会の勧め */
	#entryYoutube {
		width: 100%;
	}

	#entryYoutube iframe {
		width: 100% !important;
	}

	#entryMovieTxt {
		font-size: 1.2rem;
		text-align: right;
		color: #999;
	}

	/* 入会の勧め */
	.entryImg {
		width: 100%;
		margin-bottom: 20px;
	}

	.entryImg img {
		width: 100%;
	}

	.entryBox span {
		margin: -10px auto 20px;
		display: block;
		text-align: center;
	}

	/* 事業 */
	#eventList {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#eventList li {
		width: 49%;
		margin-bottom: 20px;
		border: 1px #ddd solid;
	}

	.changeBorder {
		display: block;
		position: relative;
	}

	.changeBorderIn {
		width: 100%;
		height: auto;
	}

	.changeBorder::after,
	.changeBorder::before,
	.changeBorderIn::after,
	.changeBorderIn::before {
		background-color: #000;
		content: '';
		display: block;
		position: absolute;
		z-index: 10;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}

	/* 左上へ配置 */
	.changeBorder::after {
		height: 2px;
		left: -2px;
		top: -2px;
		width: 0px;
	}

	/* 右下へ配置 */
	.changeBorder::before {
		bottom: -2px;
		height: 2px;
		right: -2px;
		width: 0px;
	}

	/* 左下へ配置 */
	.changeBorderIn::after {
		bottom: -2px;
		height: 0px;
		left: -2px;
		width: 2px;
	}

	/* 右下へ配置 */
	.changeBorderIn::before {
		height: 0px;
		right: -2px;
		top: -2px;
		width: 2px;
	}

	/* hover */
	.changeBorder:hover::after,
	.changeBorder:hover::before {
		width: 100%;
		width: calc(100% + 2px);
	}

	.changeBorder:hover .changeBorderIn::after,
	.changeBorder:hover .changeBorderIn::before {
		height: 100%;
		height: calc(100% + 2px);
	}

	.blogImg {
		width: 100%;
		height: auto;
		position: relative;
	}

	.blogImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.upcoming-event {
		padding: 2px 8px;
		position: absolute;
		top: 5px;
		left: 5px;
		background: #edd889;
		color: #000;
		font-size: 1.1rem;
	}

	.end-event {
		padding: 2px 8px;
		position: absolute;
		top: 5px;
		left: 5px;
		background: #666666;
		color: #FFFFFF;
		font-size: 1.1rem;
	}

	.blogTitWrap {
		width: 100%;
		padding: 10px;
	}

	.eventDate {
		font-weight: 600;
		font-size: 1.3rem;
		display: none;
	}

	.eventPlace {
		margin-bottom: 10px;
		color: #666;
		font-size: 1.1rem;
		display: none;
	}

	.blogTit {
		font-weight: 600;
		font-size: 1.4rem;
	}

	.blogdesc {
		display: none;
	}

	.articleTxt {
		text-align: center;
		margin: 50px auto;
	}


	/* 青年会議所メンバーの声 */
	.intro.commonTxt1 {
		margin-bottom: 20px;
		font-size: 1.5rem;
		text-align: center;
	}

	#memList {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		padding-bottom: 20px;
	}

	.memItem {
		display: inline-block;
		width: 49%;
		margin-bottom: 20px;
		letter-spacing: 0;
		position: relative;
	}

	.memItem a {
		display: block;
	}

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

	.memPhoto {
		width: 100%;
		height: 100px;
		overflow: hidden;
	}

	.memPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.meminfo {
		width: 100%;
		background: #000;
		margin: 0 auto;
	}

	.memCareer {
		width: 100%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
		background: #223377;
	}

	.memBelongs {
		padding-bottom: 5px;
		display: block;
		font-size: 1rem;
		line-height: 1.1;
		letter-spacing: 0;
	}

	.memyear {
		display: block;
		padding: 0 10px;
		font-size: 1rem;
		line-height: 1.1;
		letter-spacing: 0;
		border: 1px solid #fff;
	}

	.meminfoWrap {
		width: 100%;
		position: relative;
	}

	.memInfoBottom {
		display: table;
		width: 100%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #333;
		text-align: center;
		background: #f1f1f1;
		position: relative;
	}

	.memBottomContent {
		display: table-cell;
		width: 100%;
		text-align: left;
		vertical-align: middle;
	}

	.memCompany,
	.memPosition {
		font-size: 1.2rem;
	}

	.memName {
		font-size: 1.6rem;
		line-height: 1;
		letter-spacing: 0;
	}

	.memNameTop {
		letter-spacing: 0;
		padding-right: 10px;
	}

	.memNameMain {
		letter-spacing: 0;
	}

	#voiceLink {
		text-align: center;
	}

	#voiceLink {
		border-radius: 5px;
	}

	/* 年間スケジュール */
	#scheList {}

	#scheList li {
		display: flex;
		font-size: 1.4rem;
		margin-bottom: 20px;
		align-items: center;
	}

	#scheList li span {
		margin-right: 20px;
		font-weight: bold;
		color: #fff;
		border-right: 2px solid #223377;
		background: #223377;
		width: 50px;
		height: 50px;
		border-radius: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	/* 入会のメリット */

	.meritBox {
		margin-bottom: 30px;
	}

	.meritTit {
		height: 60px;
		margin-bottom: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

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

	.meritTit p {
		margin-left: 10px;
		padding: 10px 20px;
		font-size: 2.0rem;
		font-weight: 600;
		letter-spacing: 0.35em;
		border-top: 5px solid #223a70;
		border-bottom: 5px solid #223a70;
		border-right: 5px solid #223a70;
	}

	#merit01 .meritTit p {
		letter-spacing: 0.1em;
	}

	.meritTxt {
		/*		width: 74%;*/
	}

	#entryMeritImg {
		text-align: center;
		padding: 45px 0;
	}

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

	#entryMerit .commonTit3 {
		margin-bottom: 20px;
	}

	/* 入会方法 */
	#entryMethod .commonTxt2 {
		padding: 0 0 0 1em;
		position: relative;
	}

	#emTxt1::before {
		content: '①';
		position: absolute;
		left: 0;
		top: 0;
	}

	#emTxt2::before {
		content: '②';
		position: absolute;
		left: 0;
		top: 0;
	}

	/* 必要書類ダウンロード */
	#docList {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.dlLink {
		width: 100%;
		margin-bottom: 10px;
	}

	.dlLink a {
		display: block;
		padding: 5px 30px 5px 10px;
		background: url(https://www.fukuoka-jc.or.jp/main/wp-content/themes/jc-fukuoka-2023-2/img/common/icon2.svg) 95% center no-repeat;
		color: #223377;
		font-weight: bold;
		border: 1px solid #223377;
		border-radius: 4px;
		transition: all 0.3s ease-in-out 0s;
	}

	.dlLink a:hover {
		background: url(https://www.fukuoka-jc.or.jp/main/wp-content/themes/jc-fukuoka-2023-2/img/common/icon1.svg) 95% center no-repeat #223377;
		color: #fff;
	}

	/* よくある質問 */
	#qaList {
		width: 100%;
		margin-bottom: 20px;
	}

	.qaItem {
		margin-bottom: 10px;
	}

	.qaQuestion {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 15px 3% 15px 15%;
		border: 1px solid #c9c9c9;
		background: #fff;
		font-size: 1.4rem;
		text-align: left;
		color: #333;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		cursor: pointer;
		transition: all 0.3s ease-in-out 0s;
	}

	.qaQuestion::before {
		content: 'Q';
		width: 30px;
		height: 30px;
		border: 2px solid #000;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.4rem;
		padding: 2px 0;
		text-align: center;
		font-weight: bold;
		border-radius: 50%;
		color: #000;
		line-height: 1;
		font-family: 'Montserrat', sans-serif;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		left: 3%;
		margin-top: -15px;
		transition: all 0.3s ease-in-out 0s;
	}

	.qaQuestion.on {
		border-bottom: 1px dashed #c9c9c9;
	}

	.qaQtext {
		display: block;
		width: 86%;
		text-align: left;
	}

	.openBtn {
		display: inline-block;
		width: 20px;
		height: 20px;
		text-align: center;
		position: absolute;
		top: 50%;
		right: 3%;
		margin-top: -10px;
	}

	.openBtnLine {
		display: inline-block;
		width: 20px;
		height: 1px;
		background: #000;
		position: absolute;
		top: 50%;
		left: 0;
		transition: all 0.3s ease-in-out 0s;
	}

	.qaQuestion.off .openBtnLine:last-child {
		display: inline-block;
		width: 20px;
		height: 1px;
		background: #000;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -1px;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transition: all 0.3s ease-in-out 0s;
	}

	.qaAnswer {
		padding: 15px 6% 15px 15%;
		border: 1px solid #c9c9c9;
		border-top: none;
		background: #fff;
		font-size: 1.4rem;
		color: #333;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}

	.qaAnswer::before {
		content: 'A';
		width: 30px;
		height: 30px;
		border: 2px solid #000;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.4rem;
		padding: 2px 0;
		text-align: center;
		font-weight: bold;
		border-radius: 50%;
		color: #fff;
		background: #000;
		line-height: 1;
		font-family: 'Montserrat', sans-serif;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		left: 3%;
		margin-top: -15px;
		transition: all 0.3s ease-in-out 0s;
	}

	.qaAnswerTxt {
		font-size: 1.4rem;
	}


	#btArea.btn3 {
		width: 100%;
	}

	#btArea a {
		width: 100%;
		padding-left: 35px;
		background: url(../../img/common/arrow_right.svg) 93% center no-repeat #223a70;
		color: #fff;
		border: none;
	}

	#btArea a::before {
		content: "";
		background: url(../../img/common/icon_guide.svg) 0 0 no-repeat;
		width: 26px;
		height: 20px;
		-webkit-background-size: cover;
		background-size: cover;
		margin-right: 15px;
		display: inline-block;
		vertical-align: middle;
	}

	#pamphlet {
		padding-bottom: 50px;
		text-align: center;
	}


	#pamphlet .commonTit3 {
		text-align: left;
	}

	#pamphletImg {
		padding-bottom: 20px;
	}

	#pamphletImg img {
		width: 50%;
		height: auto;
	}

	.pamphletTxt {
		display: inline-block;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.4;
		padding-bottom: 1em;
	}

}

@media screen and (min-width: 500px) and (max-width: 560px) {
	#entryYoutube iframe {
		height: 280px;
	}
}

@media screen and (min-width: 400px) and (max-width: 499px) {
	#entryYoutube iframe {
		height: 250px;
	}
}

@media screen and (max-width: 399px) {
	#entryYoutube iframe {
		height: 200px;
	}
}