@charset "utf-8";

/* 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 {
		padding: 30px 0;
		text-align: center;
	}

	#guideImg2 {
		padding-bottom: 20px;
	}

	#intro {
		padding-bottom: 60px;
	}

	#guide {
		padding-bottom: 25px;
	}

	#memberVoice {
		padding-bottom: 50px;
	}

	#entryMerit {
		padding-bottom: 30px;
	}

	.cen {
		text-align: center;
	}

	.enrollment {
		padding-bottom: 30px;
	}

	#btArea {
		text-align: center;
	}

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

	#entryIntro {
		display: inline-block;
		letter-spacing: 0;
		text-align: left;
		padding-bottom: 50px;
	}

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

	#entryYoutube iframe {
		width: 100% !important;
		height: 562px !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: 330px;
		padding-right: 5px;
		vertical-align: top;
	}

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

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

	.memItem {
		width: 49%;
		margin-bottom: 30px;
		letter-spacing: 0;
		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: 310px;
		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: #fee303;
		background: #000;
	}

	.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 #a79451;
	}

	.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: inline-block;
		text-align: left;
		letter-spacing: 0;
	}

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

	.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;
	}

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

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

	/* 入会方法 */
	#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 a {
		font-size: 2rem;
		padding: 20px 40px;
		display: inline-block;
		font-weight: bold;
		border-radius: 40px;
	}
	
	#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: 5px;
		display: inline-block;
		vertical-align: middle;
	}


	/* よくある質問 */
	#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: #fee303;
		color: #000;
	}

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

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

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

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

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

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

	.qaQuestion.off .openBtnLine:last-child {
		display: inline-block;
		width: 35px;
		height: 1px;
		background: #fee303;
		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';
		display: inline-block;
		width: 32px;
		height: 32px;
		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: 'Barlow Condensed', sans-serif;
		border-radius: 50%;
		color: #fff;
		background: #fee303;
		position: absolute;
		top: 25px;
		left: 30px;
	}

	.qaAnswerTxt {
		font-size: 1.6rem;
	}
	
	#pamphlet {
		padding-bottom: 50px;
		text-align: center;
	}
	
	
	#pamphlet .tit3 {
		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 (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 {
		padding-bottom: 30px;
	}

	#guide {
		padding-bottom: 30px;
	}

	.enrollment {
		padding-bottom: 30px;
	}

	#btArea {
		padding: 0;
	}

	/* 入会案内ページ
        -------------------------------------------------------*/
	#entryIntro {
		padding-bottom: 50px;
	}

	/* 入会の勧め */
	#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;
	}

	/* 青年会議所メンバーの声 */
	#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: 300px;
		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: #fee303;
		background: #000;
	}

	.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 #a79451;
	}

	.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;
	}

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

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

	.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;
	}

	/* 入会のメリット */
	#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 {
		text-align: center;
	}

	#btArea a {
		max-width: 100%;
		font-size: 1.8rem;
		padding: 20px 40px;
		display: inline-block;
		font-weight: bold;
		border-radius: 40px;
	}
	
	#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: 5px;
		display: inline-block;
		vertical-align: middle;
	}

	/* よくある質問 */
	#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: 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 #fee303;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.8rem;
		text-align: center;
		font-weight: bold;
		border-radius: 50%;
		color: #fee303;
		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.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: #fee303;
		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: #fee303;
		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';
		display: inline-block;
		width: 25px;
		height: 25px;
		padding: 3px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		font-family: 'Barlow Condensed', sans-serif;
		border-radius: 50%;
		color: #000;
		background: #fee303;
		position: absolute;
		top: 15px;
		left: 3%;
	}

	.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;
	}

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

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

	#guideImg2 {
		padding-bottom: 20px;
	}

	#guideImg2 img {
		width: 100%;
	}

	#intro {
		padding-bottom: 50px;
	}

	#guide {
		padding-bottom: 50px;
	}

	.enrollment {
		padding-bottom: 30px;
	}

	#btArea {
		padding: 0;
	}

	/* 入会案内ページ
        -------------------------------------------------------*/
	#entryIntro {
		padding-bottom: 20px;
	}

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

	#entryYoutube iframe {
		width: 100% !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;
	}

	/* 青年会議所メンバーの声 */
	#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: #fee303;
		background: #000;
	}

	.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 #a79451;
	}

	.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;
	}

	/* 入会のメリット */
	#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;
	}

	#btArea a {
		width: 100%;
		font-size: 1.6rem;
		padding: 20px 40px;
		display: inline-block;
		font-weight: bold;
		border-radius: 40px;
	}
	
	#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: 5px;
		display: inline-block;
		vertical-align: middle;
	}

	/* よくある質問 */
	#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: 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';
		display: inline-block;
		width: 25px;
		height: 25px;
		border: 2px solid #fee303;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.8rem;
		text-align: center;
		font-weight: bold;
		border-radius: 50%;
		color: #fee303;
		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.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: #fee303;
		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: #fee303;
		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';
		display: inline-block;
		width: 25px;
		height: 25px;
		padding: 3px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		font-family: 'Barlow Condensed', sans-serif;
		border-radius: 50%;
		color: #000;
		background: #fee303;
		position: absolute;
		top: 15px;
		left: 3%;
	}

	.qaAnswerTxt {
		font-size: 1.4rem;
	}
	
	
	
	#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;
	}
}
