@charset "utf-8";
.examination .page_title{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	white-space: nowrap;
	border: 0;
}
#content_wrap.examination *:not(.news_list *){
	font-family: 'Zen Old Mincho', serif;
	letter-spacing: 0;
}
.examination .content_area{
	padding: 60px 20px 150px;
	position: relative;
}
.examination .content_area *{color: #162258;}
.tab_size{display: none;}
.smp_size{display: none;}

/* ----- MV ----- */
.mv_area{margin-top: -52px;}
.mv_img{width: 100%;}

/* ----- 共通　----- */
.exam_h2{
	text-align: center;
	padding-bottom: 22px;
	margin: 100px 0 40px;
	font-size: 4.5rem;
	line-height: 6.5rem;
	font-weight: bold;
}
.exam_h2::after{
	right: 0;
	left: 0;
	margin: auto;
	height: 2px;
	width: 20px;
	background: #9F7A00;
}
.exam_h2--left{text-align: left;}
.exam_h2--left::after{right: auto;}
.gold{color: #846719 !important;}
.silver{color: #6B707C !important;}
.bronze{color: #5F423B !important;}

/* ----- アンカーリンク ----- */
.anchor_link{
	background: #F6F6F6;
	padding: 40px 20px;
	display: flex;
	justify-content: center;
	gap: 30px;
}
.anchor_link li {
	margin: 0 !important;
	list-style: none !important;
	width: 100%;
	max-width: 300px;
}
.anchor_link li a{
	display: block;
	width: 100%;
	text-decoration: none;
	background: #162258;
	color: #fff !important;
	text-align: center;
	position: relative;
	height: 65px;
	font-weight: 900;
	font-size: 1.7rem;
	line-height: 2.7rem;
	padding: 12px 20px;
	transition: background .3s;
}
.anchor_link li a::after {
	content: '';
	position: absolute;
	bottom: 15px;
	right: 0;
	left: 0;
	margin: auto;
	width: 11px;
	height: 11px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}
.anchor_link li a:hover{background: #0E173D !important;}

/* ----- お知らせ ----- */
.news_area h2{
	font-weight: bold;
	font-size: 3rem;
	text-align: center;
	margin:80px 0 33px;
	padding-bottom: 0;
}
.news_area h2::after{display: none;}
.news_list{
	padding: 35px 0 38px !important;
	border-bottom: 1px solid #D2D6E8;
	border-top: 1px solid #D2D6E8;
}
.news_list li{
	list-style: none;
	margin: 0 0 9px 0;
	font-family: 'noto sans', sans-serif !important;
	display: flex;
	font-weight: 500;
	gap: 16px;
	letter-spacing: 1.5px;
	line-height: 2.7rem;
}
.news_list li span{
	font-weight: 400;
	flex-shrink: 0;
}

/* ----- 新潟清酒達人検定とは ----- */
.bg_img_group{position: relative;}
.bg_img_group::before{
	position: absolute;
	content: '';
	pointer-events: none;
	z-index: -1;
	top: 100px;
	left: calc(50% - calc(100vw / 2));
	width: 100vw;
	height: 100%;
	background: url(/img/activity/examination/bg_about_1_1.jpg) no-repeat top center/100% auto;
}
.about_area{
	position: relative;
	padding: 185px 0 20px;
}
.about_area::after{
	position: absolute;
	content: '';
	pointer-events: none;
	z-index: -1;
	bottom: -5px;
	right: -25px;
	width: 183px;
	height: 183px;
	background: url(/img/activity/examination/bg_about_1_2.jpg) no-repeat center/cover;
}
.about_head{
	position: relative;
	padding-top: 120px;
	margin-top: 0 !important;
}
.about_head::before{
	position: absolute;
	content: '';
	background: url(/img/activity/examination/pic_ochoko.png) no-repeat top center/cover;
	width: 100px;
	height: 100px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.about_copy{
	margin: 50px 0 30px;
	text-align: center;
	font-weight: 900;
	font-size: 3rem;
	line-height: 4.4rem;
}
.about_txt p{
	font-weight: 900;
	font-size: 1.7rem;
	line-height: 2.7rem;
	margin: 0 0 28px;
	text-align: center;
}

/* ----- こんな方におすすめです ----- */
.recommend_list{
	padding: 0 !important;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 60px;
	align-items: stretch;
}
.recommend_item{
	list-style: none !important;
	margin: 0 !important;
	position: relative;
	display: flex;
	flex-direction: column;
}
.recommend_item::after{
	content: '';
	width: 1px;
	height: 100%;
	background: #D2D6E8;
	position: absolute;
	right: -30px;
}
.recommend_item:last-child:after {display: none;}
.recommend_pic{
	order: -1;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
}
.recommend_h3{
	padding-bottom: 0;
	text-align: center;
	display: flex;
	align-items: center;
	margin: 30px auto 18px;
	font-weight: 900;
	font-size: 2.4rem;
	line-height: 3.3rem;
	min-height: 66px;
}
.recommend_h3::after{display: none;}
.recommend_txt{
	text-align: center;
	margin: 0;
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 2.7rem;
}

/* ----- 合格者の声 ----- */
.voice_area{padding-bottom: 100px;}
.voice_list{
	padding: 0 !important;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.voice_item{
	list-style: none !important;
	margin: 0 !important;
	position: relative;
	display: flex;
	flex-direction: column;
}
.voice_txt{
	padding: 30px;
	background: #FFEFCA;
	margin: 0;
	font-weight: 900;
	font-size: 1.7rem;
	line-height: 2.55rem;
	border-radius: 4px;
	height: 100%;
}
.voice_item--2 .voice_txt{background: #F9E1E5;}
.voice_item--3 .voice_txt{background: #ECF0CB;}
.voice_item--4 .voice_txt{background: #DCF2F8;}
.voice_img{
	width: 80px;
	position: relative;
	left: 65px;
	margin-top: 15px;
}
.voice_img::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: -35px;
	right: -24px;
	border-right: 20px solid #FFEFCA;
	border-top: 20px solid transparent;
	border-bottom: 15px solid transparent;
	transform: rotate( 45deg);
}
.voice_item--2 .voice_img::after{border-right: 20px solid #F9E1E5;}
.voice_item--3 .voice_img::after{border-right: 20px solid #ECF0CB;}
.voice_item--4 .voice_img::after{border-right: 20px solid #DCF2F8;}

/* ----- 各級の概要 ----- */
.outline_area{padding-top: 10px;}
.outline_h2{margin-bottom: 50px;}
.outline_block {
	position: relative;
	transform: skewY(-5.3deg);
	padding: 70px 20px 60px 0;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 42px;
}
.outline_block--bronze{padding-bottom: 75px;}
.outline_block::before{
	position: absolute;
	content: '';
	width: 100vw;
	height: 100%;
	top: 0;
	left: calc(50% - calc(100vw / 2));
	z-index: -1;
}
.outline_block--gold::before{background: #E1D4A5 url(/img/activity/examination/bg.png) repeat center/cover;}
.outline_block--silver::before{background: #ECEBEB url(/img/activity/examination/bg.png) repeat center/cover;}
.outline_block--bronze::before{background:#D2CAC4 url(/img/activity/examination/bg.png) repeat center/cover;}
.outline_block--bronze::after{
	position: absolute;
	content: '';
	width: 100vw;
	height: 100%;
	left: calc(50% - calc(100vw / 2));
	z-index: -1;
	background: url(/img/activity/examination/bg_pic_benefits_1.png) no-repeat center bottom/cover;
	bottom: 0;
	height: 20px;
}
.outline_block_in {
	display: flex;
	gap: 50px;
	width: 100%;
	max-width: 885px;
	transform: skewY(5.3deg);
	padding-top: 13px;
}
.outline_block--gold .outline_block_in *{color: #4F431C !important;}
.outline_block--silver .outline_block_in *{color: #474646 !important;}
.outline_block--bronze .outline_block_in *{color: #2D0B02 !important;}
.outline_ttl{
	margin: 23px 0 15px;
	padding: 0;
	
	font-size: 3.4rem;
	line-height: 5.1rem;
}
.outline_ttl strong{font-weight: 900;}
.outline_txt{
	font-weight: 900;
	font-size: 1.7rem;
	line-height: 2.7rem;
	margin:0 0 19px;
}
.outline_note{
	font-weight: 900;
	font-size: 1.3rem;
	line-height: 1.9rem;
	margin: 0;
}
.outline_label{
	position: relative;
	transform: skewY(5.3deg);
	writing-mode: vertical-rl;
	margin: 0 !important;
	padding: 0;
	font-weight: bold;
	font-size: 4.5rem;
	line-height: 4.9rem;
	letter-spacing:3.9px !important;
}
.outline_label::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 60px;
	top: -70px;
	right: 0;
	left: 0;
	margin: auto;
	background: #A78F49;
}
.outline_label.silver::before{background: #7A7E8A;}
.outline_label.bronze::before{background: #826650;}
.outline_label span{
	display: inline-block;
	font-size: 1.8rem;
	letter-spacing: 2.3px !important;
	margin-top: 15px;
	background: #A78F49;
	line-height: 2rem;
	padding: 8px 5px 10px;
	color: #fff !important;
	text-orientation: upright;
}
.outline_label.silver span{background: #7A7E8A;}
.outline_label.bronze span{background: #826650;}
.outline_label::after{display: none;}
.outline_pic {
	max-width: 285px;
	width: 100%;
	flex-shrink: 0;
}

/* ----- 合格者特典 ----- */
.reward_area{padding: 35px 0 155px;}
.reward_block {padding: 0 30px;}
.reward_block_full{
	padding: 40px 0 60px;
	border-bottom: 1px solid #D2D6E8;
}
.reward_block_full:first-child{
	border-top: 1px solid #D2D6E8;
	margin-top: 50px;
}
.reward_block_column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #D2D6E8;
  padding: 40px 0 57px;
}
.reward_block_column .reward_col:first-child{
	border-right: 1px solid #D2D6E8;
	padding-right: 30px;
}
.reward_col {
	display: flex;
	flex-direction: row-reverse;
	gap: 30px;
	justify-content: flex-end;
}
.reward_col > div{flex: 1;}
.reward_block_full .reward_col{
	gap: 100px;
	align-items: center;
}
.reward_block_column .reward_col:nth-child(2){padding-left: 30px;}
.reward_pic{width: 100%;}
.reward_pic img{width: 100%;}
.reward_block_full .reward_pic{max-width: 300px;}
.reward_block_column .reward_pic{max-width: 181px;}
.reward_h3{
	background: none;
	padding: 0;
	font-weight: 900;
	font-size: 2.2rem;
	line-height: 3.2rem;
	margin: 12px 0 17px;
}
.reward_block_full .reward_h3{
	font-size: 2.4rem;
	line-height: 3.3rem;
	margin: 0 0 17px;
}
.reward_h3::after{display: none;}
.reward_ttl{
	font-size: 2.8rem;
	line-height: 3.3rem;
	margin-bottom: 38px;
}
.reward_ttl--tab{display: none;}
.reward_ttl strong{font-weight: 900;}
.reward_ttl span{font-size: 4rem;}
.reward_txt{
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 2.7rem;
	margin: 0;
}
.reward_note{
	font-weight: 900;
	font-size: 1.3rem;
	line-height: 2.7rem;
	margin: 20px 0 0;
}
.reward_badge_img{
	width: 100%;
	max-width: 380px;
	margin-top: 17px;
}

/* ----- 各級の概要 ----- */
.bg_group{
	position: relative;
	padding: 135px 0 150px;
}
.bg_group::before,
.bg_group::after{
	position: absolute;
	content: '';
	top: 0;
	left: calc(50% - calc(100vw / 2));
	width: 100vw;
	z-index: -1;
	transform: skewY(-5.3deg);
}
.bg_group::before{
	height: calc(100% + 10%);
	background: url(/img/activity/examination/bg.png) repeat top center/contain;
}
.bg_group::after{
	height: 20px;
	background: url(/img/activity/examination/bg_pic_benefits_2.png) repeat-x center top/cover;
}
.guideline_block{margin-bottom: 20px;}
.guideline_head{
	margin: 0;
	padding: 0;
}
.guideline_head::after{display: none;}
.guideline_btn{
	position: relative;
	font-weight: 900;
	font-size: 2.2rem;
	line-height: 3.2rem;
	padding: 21px 70px 21px 30px;
	cursor:pointer;
	width: 100%;
	height: 100%;
	display: block;
	text-align: left;
	transition: background .3s;
	color: #fff !important;
	border: none !important;
}
.guideline_btn--gold{background: #9C8446 !important;}
.guideline_btn--gold:hover{background: #604514 !important;}
.guideline_btn--silver{background: #6B707C !important;}
.guideline_btn--silver:hover{background: #2D313D !important;}
.guideline_btn--bronze{background: #5F423B !important;}
.guideline_btn--bronze:hover{background: #24120E !important;}
.guideline_btn::before,
.guideline_btn::after{
	position:absolute;
	content:'';
	width:30px;
	height:2px;
	background:#fff;
	top:0;
	bottom:0;
	right:25px;
	margin:auto;
	transition:opacity .3s;
}
.guideline_btn::after{transform:rotate(90deg);}
.guideline_btn.is-open::after{opacity:0;}
.guideline_content{
	display:none;
	padding: 30px;
	background: #fff;
}
.guideline_txt{
	margin: 0 0 30px;
	font-weight: 900;
	font-size: 1.7rem;
	line-height: 2.7rem;
}
.guideline_content table{
	border-top: 1px solid #D5D5D5;
	margin: 0;
}
.guideline_content table th,
.guideline_content table td{
	padding: 14px 15px 14px;
	font-size: 1.7rem;
	line-height: 2.7rem;
	border-bottom: 1px solid #D5D5D5;
}
.guideline_content table th{
	width: 208px;
	background: #E9E9E9;
	font-weight: 900;
}
.guideline_content table td{font-weight: 500;}
.guideline_pdf{
	position: relative;
	background: none !important;
}
.guideline_pdf::after{
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	bottom: 0;
	margin: auto;
	right: 0;
	width: 19px;
	height: 19px;
	background: url(/img/common/icon_pdf.svg) no-repeat center;
}

/* ----- 検定の流れ ----- */
.flow_h3{
	padding: 0;
	font-weight: 900;
	font-size: 2.4rem;
	line-height: 3.3rem;
	margin: 60px 0 45px;
}
.flow_h3 span{font-size: 4rem;}
.flow_h3 span:last-child{margin-right: 13px;}
.flow_h3::after{display: none;}
.flow_box{
	background: #fff;
	margin-bottom: 95px;
	padding: 40px 62px;
}
.flow_list{
	counter-reset:flow;
	position:relative;
	z-index:1;
	padding:25px 0 28px !important;
}
.flow_list::before{
	content:'';
	position:absolute;
	z-index:-1;
	bottom:0;
	left:97px;
	width:1px;
	height: 100%;
	background:#162258;
}
.flow_list li{
	counter-increment:flow;
	position:relative;
	list-style:none !important;
	padding:0 0 0 125px;
	margin-bottom:60px;
}
.flow_list li:last-child{margin-bottom: 0;}
.flow_list li::before{
	content: 'STEP ' counter(flow);
	position:absolute;
	top:0;
	left:0;
	font-weight: bold;
	font-size:1.9rem;
	line-height: 2.7rem;
}
.flow_list li::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	background: #162258;
	border-radius: 50%;
	top: 7px;
	left: 90px;
}
.flow_h4{
	font-weight: bold;
	font-size:1.9rem;
	line-height:2.7rem;
	margin:0 0 20px;
	background: none;
	padding: 0;
}
.flow_txt{
	font-weight: 500;
	font-size: 1.5rem;
	line-height:2.25rem;
	margin:0 0 18px;
}
.flow_note{
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2.1rem;
}
.flow_btn a{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 19px 20px;
	background: #162258 url(/img/common/icon_popup_white.svg) no-repeat right 20px center !important;
	color: #fff !important;
	text-decoration: none;
	font-size: 1.7rem;
	line-height: 2.7rem;
	transition: background .3s;
}
.flow_btn a:hover{background:#0E173D url(/img/common/icon_popup_white.svg) no-repeat right 20px center !important}

/* ----- 例題 ----- */
.sample_txt{
	font-weight: 900;
	font-size: 1.7rem;
	line-height: 2.7rem;
	margin: 0 0 35px;
}
.sample_list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	padding: 0 !important;
}
.sample_list li{
	list-style: none !important;
	margin: 0 !important;
}
.sample_list li a{
	display: block;
	background: #fff url(/img/common/icon_pdf.svg) no-repeat right 10px center !important;
	padding: 19px 20px;
	text-decoration: none;
	font-weight: 900;
	font-size: 1.7rem;
	line-height: 2.7rem;
	text-align: center;
	transition: border .3s;
	border: 1px solid transparent;
}
.sample_list li a:hover{border-color: #162258;}

/* ----- 公式テキストブック ----- */
.textbook_area{
	position: relative;
	padding: 1px 0 110px;
}
.textbook_area::before{
	position: absolute;
	content: '';
	width: 100vw;
	height: 100%;
	left: calc(50% - calc(100vw / 2));
	background: #E8E8FD;
	top: 0;
	z-index: -1;
}
.textbook_h3{
	padding: 0;
	font-weight: 900;
	font-size: 2.4rem;
	line-height: 3.3rem;
	margin: 0 0 23px;
}
.textbook_h3::after{display: none;}
.textbook_col{
	display: flex;
	flex-direction: row-reverse;
	gap: 30px;
}
.textbook_img{
	width: 100%;
	max-width: 347px;
}
.textbook_img img{width: 100%;}
.textbook_h4{
	font-weight: 900;
	font-size: 2rem;
	line-height: 2.7rem;
	margin: 0 0 25px;
	padding: 0;
	background: none;
}
.textbook_txt{flex: 1;}
.textbook_txt p{
	margin: 0 0 20px;
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 2.7rem;
}
.textbook_btn{margin-bottom: 35px;}
.textbook_btn a{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 19px 20px;
	background: #162258 url(/img/common/icon_popup_white.svg) no-repeat right 20px center !important;
	color: #fff !important;
	text-decoration: none;
	font-size: 1.7rem;
	line-height: 2.7rem;
	transition: background .3s;
}
.textbook_btn a:hover{background:#0E173D url(/img/common/icon_popup_white.svg) no-repeat right 20px center !important;}
.textbook_area table{
	margin: 0 0 40px;
	border-top: 1px solid #D5D5D5;
}
.textbook_area table th,
.textbook_area table td{
	padding: 14px 15px 14px;
	font-size: 1.7rem;
	line-height: 2.7rem;
	border-bottom: 1px solid #D5D5D5;
}
.textbook_area table th{
	width: 208px;
	background: #E9E9E9;
	font-weight: 900;
}
.textbook_area table td{
	background: #fff;
	font-weight: 500;
}
.textbook_contact{
	background: #162258;
	margin: 0 0 70px;
	text-align: center;
	padding: 30px 30px 38px;
}
.textbook_contact h3{
	margin: 0 0 17px;
	padding: 0;
	font-weight: 900;
	font-size: 2.4rem;
	line-height: 3.3rem;
	color: #fff !important;
}
.textbook_contact_address{
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 2.7rem;
	margin:0 0 14px;
	color: #fff !important;
}
.textbook_contact_tel{
	font-weight: 900;
	font-size: 2rem;
	line-height: 3rem;
	margin: 0 0 0;
	color: #fff !important;
}
.textbook_contact_mail{
	margin: 0;
	font-weight: 900;
	font-size: 1.7rem;
	line-height: 3rem;
	color: #fff !important;
}
.textbook_contact_tel a,
.textbook_contact_tel span,
.textbook_contact_mail a{color: #fff !important;}

/* -----　お問い合わせ ----- */
.contact_area{padding-bottom: 6px;}
.contact_box{
	background: #F6F6F6;
	padding: 30px 20px;
	text-align: center;
}
.contact_name{
	font-weight: 900;
	font-size: 2.4rem;
	line-height: 3.3rem;
	margin: 0 0 16px;
}
.contact_address{
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 2.7rem;
	margin:0 0 14px;
}
.contact_tel{
	font-weight: 900;
	font-size: 2rem;
	line-height: 3rem;
	margin: 0;
}
.contact_tel a{color: #162258 !important;}
.contact_time{
	font-weight: 900;
	font-size: 1.7rem;
	line-height: 3rem;
	margin: 0;
}
/* ----- 主催 ----- */
.organizer_box{
	background: #F6F6F6;
	padding: 30px;
}
.organizer_ttl{
	text-align: center;
	font-weight: 900;
	font-size: 2.4rem;
	line-height: 3.3rem;
	margin: 0 0 35px;
}
.organizer_list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: space-between;
	gap: 0 35px;
}
.organizer_list li{
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 2.7rem;
}

@media screen and (max-width:1024px){
.pc_size{display: none;}
.tab_size{display: block;}
.mv_area{margin-top: -43px;}

/* ----- お知らせ ----- */
.news_list li{letter-spacing: 1.4px;}

/* ----- 新潟清酒達人検定とは ----- */
.about_area::after {background: none;}

/* ----- 合格者の声 ----- */
.voice_list{
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 30px;
}
.voice_txt{padding: 20px;}
.voice_img{left: 25px;}

/* ----- 各級の概要 ----- */
.outline_block{padding-bottom: 90px;}
.outline_block--bronze{padding-bottom: 120px;}
.outline_block_in {padding-top: 10px;}
.outline_ttl{font-size: 2.8rem;}
.outline_txt{font-size: 1.5rem;}

/* ----- 合格者特典 ----- */
.reward_area{padding: 35px 0 100px;}
.reward_block_full{padding: 45px 0 50px;}
.reward_block_full:first-child{margin-top: 0;}
.reward_block_column {
	grid-template-columns: repeat(1, 1fr);
	gap: 40px;
	padding-bottom: 38px;
}
.reward_block_column .reward_col:first-child{
	border-right: none;
	border-bottom: 1px solid #D2D6E8;
	padding: 0 0 38px;
}
.reward_block_full .reward_col{gap: 30px;}
.reward_block_column .reward_col:nth-child(2){padding-left: 0;}
.reward_block_full .reward_pic{max-width: 284px;}
.reward_block_column .reward_pic{max-width: 132px;}
.reward_block_column .reward_h3{margin: 18px 0 17px;}
.reward_ttl{margin-top: 5px;}
.reward_ttl--pc{display: none;}
.reward_ttl--tab{
	display: block;
	text-align: center;
}
.reward_note{margin: 8px 0 0;}

/* ----- 公式テキストブック ----- */
.textbook_col{flex-direction: column-reverse;}
.textbook_img{margin: auto;}
}

@media screen and (max-width:767px){
.examination .content_area{padding: 30px 20px 45px;}
.smp_size{display: block;}
.smp_none{display: none;}

/* ----- 共通　----- */
.exam_h2{
	margin: 55px 0 20px;
	font-size: 3rem;
	line-height: 4.4rem;
}

/* ----- アンカーリンク ----- */
.anchor_link{
	padding: 30px 20px;
	gap: 20px;
}
.anchor_link li a{
	height: 62px;
	font-size: 1.4rem;
	padding: 12px 10px;
}

/* ----- お知らせ ----- */
.news_area h2{
	font-size: 2.4rem;
	margin:40px 0 35px;
}
.news_list{padding: 30px 0 15px !important;}
.news_list li{
	flex-direction: column;
	margin: 0 0 25px 0 !important;
	gap: 9px;
	letter-spacing: 1.3px;
	line-height: 1.95rem;
}

/* ----- 新潟清酒達人検定とは ----- */
.bg_img_group::before{
	top: 100px;
	background: url(/img/activity/examination/smp_bg_about.jpg) no-repeat top center/100% auto;
}
.about_area{padding: 200px 0 20px;}
.about_head{
	padding-top: 100px;
	margin-bottom: 17px;
}
.about_head::before{
	width: 80px;
	height: 80px;
}
.about_copy{
	margin: 0 0 22px;
	font-size: 1.6rem;
	line-height: 3.3rem;
}
.about_txt p{
	font-size: 1.5rem;
	margin: 0 0 24px;
}

/* ----- こんな方におすすめです ----- */
.recommend_list{
	grid-template-columns: repeat(1, 1fr);
	gap: 0;
	margin-bottom: 0 !important;
}
.recommend_item{
	margin-bottom: 40px !important;
	padding-bottom: 38px;
}
.recommend_item:last-child{padding-bottom: 0;}
.recommend_item::after{
	width: 100%;
	height: 1px;
	right: 0;
	bottom: 0;
}
.recommend_pic{max-width: 150px;}
.recommend_h3{
	margin: 20px auto 18px;
	min-height: auto;
}
.recommend_txt{padding: 0 10px;}

/* ----- 合格者の声 ----- */
.voice_area{padding-bottom: 15px;}
.voice_list{
	gap: 20px 5px;
	padding-top: 5px !important;
}
.voice_txt{
	padding: 20px 20px 18px;
	font-size: 1.5rem;
	line-height: 2.25rem;
}
.voice_img::after {right: -28px;}

/* ----- 各級の概要 ----- */
.outline_area{padding-top: 30px;}
.outline_h2{margin-bottom: 35px;}
.outline_block {
	padding: 55px 0 75px;
}
.outline_block--bronze{padding-bottom: 45px;}
.outline_block_in {
	flex-direction: column;
	gap: 30px;
	padding-top: 0;
}
.outline_ttl{
	margin: 0 0 15px;
	line-height: 4.2rem;
}
.outline_txt{margin:0 0 23px;}
.outline_label{
	font-size: 3.5rem;
	line-height: 3.8rem;
	position: absolute;
	right: 20px;
	top: 70px;
	padding-top: 8px;
	letter-spacing:3px !important;
}
.outline_label span{
	font-size: 1.4rem;
	line-height: 1.6rem;
	padding: 8px 7px 10px;
	margin-top: 14px;
}
.outline_pic {max-width: 240px;}

/* ----- 合格者特典 ----- */
.reward_area{padding: 7px 0 75px;}
.reward_h3{
	font-size: 1.8rem;
	margin: 40px 0 25px;
}
.reward_block {padding: 0;}
.reward_block_full{padding-bottom: 35px;}
.reward_block_full:first-child{margin-top: 40px;}
.reward_block_column {
	grid-template-columns: repeat(1, 1fr);
	padding: 40px 0 0;
}
.reward_block_column .reward_col:nth-child(2){padding: 0 0 40px;}
.reward_col {gap: 15px;}
.reward_block_full .reward_col{
	gap: 20px;
	flex-direction: column-reverse;
}
.reward_block_full .reward_pic{
	max-width: 250px;
	margin: auto;
}
.reward_block_column .reward_pic{max-width: 100px;}
.reward_block_full .reward_h3,
.reward_block_column .reward_h3{
	font-size: 2.2rem;
	line-height: 3.3rem;
	margin: 0 0 20px;
}
.reward_ttl{
	font-size: 2.2rem;
	margin: 0 0 22px;
}
.reward_ttl span{font-size: 3.2rem;}
.reward_txt{line-height: 2.34rem;}
.reward_note{
	margin: 15px 0 5px;
	line-height: 1.65rem;
}

/* ----- 各級の概要 ----- */
.bg_group{
	position: relative;
	padding: 30px 0 65px;
}
.guideline_h2{margin-bottom: 40px;}
.guideline_btn{
	font-size: 1.8rem;
	line-height: 2.6rem;
	padding: 15px 40px 15px 15px;
}
.guideline_btn::before,
.guideline_btn::after{
	width:20px;
	right:15px;
}
.guideline_content{padding: 20px 10px;}
.guideline_txt{
	margin: 0 0 15px;
	font-size: 1.3rem;
	line-height: 2.34rem;
}
.guideline_content table th,
.guideline_content table td{
	padding: 15px 10px 15px;
	font-size: 1.3rem;
	line-height: 2.34rem;
}
.guideline_content table th{width: 112px;}

/* ----- 検定の流れ ----- */
.flow_area{padding-top: 25px;}
.flow_h3{
	font-size: 2rem;
	margin: 63px 0 25px;
}
.flow_h3 span{font-size: 3rem;}
.flow_box{
	margin-bottom: 60px;
	padding: 20px 10px;
}
.flow_box:last-child{margin-bottom: 100px;}
.flow_list{
	padding:20px 0 28px !important;
	margin-bottom: 0 !important;
}
.flow_list::before{left:61px;}
.flow_list li{
	padding:0 0 0 77px;
	margin-bottom:40px !important;
}
.flow_list li:last-child{margin-bottom: 0 !important;}
.flow_list li::before{
	font-size:1.3rem;
	line-height: 1.9rem;
}
.flow_list li::after {
	width: 11px;
	height: 11px;
	top: 5px;
	left: 56px;
}
.flow_h4{
	font-size:1.3rem;
	line-height:1.9rem;
	margin:0 0 12px;
}
.flow_txt{
	font-size: 1.3rem;
	line-height: 2.34rem;
	margin:0 0 15px;
}
.flow_note{
	font-size: 1.1rem;
	line-height:1.65rem;
	margin-top: 13px;
}
.flow_btn a{
	max-width: 218px;
	padding: 11px 15px 12px;
	font-size: 1.4rem;
	background-position: right 15px center !important;
}
.flow_btn a:hover{background-position: right 15px center !important;}

/* ----- 例題 ----- */
.sample_txt{
	font-size: 1.5rem;
	line-height: 2.34rem;
	margin: 40px 0 35px;
}
.sample_list{
	grid-template-columns: repeat(1, 1fr);
	gap: 15px;
}
.sample_list li a{padding: 18px 20px;}

/* ----- 公式テキストブック ----- */
.textbook_area{
	position: relative;
	padding: 25px 0 40px;
}
.textbook_h3{
	font-size: 2rem;
	line-height: 2.34rem;
	margin: 43px 0 23px;
}
.textbook_col{gap: 32px;}
.textbook_h4{
	font-size: 1.8rem;
	line-height: 2.34rem;
	margin: 0 0 22px;
}
.textbook_txt p{
	margin: 0 0 15px;
	font-size: 1.5rem;
}
.textbook_area table th,
.textbook_area table td{
	padding: 15px 10px 15px;
	font-size: 1.3rem;
	line-height: 2.34rem;
}
.textbook_area table th{width: 112px;}
.textbook_btn a{background-position: right 15px center !important;}
.textbook_btn a:hover{background-position: right 15px center !important;}
.textbook_contact{
	padding: 30px 20px 36px;
	margin: 0 0 82px;
}
.textbook_contact h3{
	margin: 0 0 10px;
	font-size: 2rem;
}
.textbook_contact_address{
	font-size: 1.5rem;
	margin:0 0 14px;
}
.textbook_contact_tel{font-size: 1.8rem;}
.textbook_contact_tel span{display: none;}
.textbook_contact_mail{font-size: 1.5rem;}

/* -----　お問い合わせ ----- */
.contact_area{padding: 25px 0;}
.contact_box{
	margin-top: 45px;
	padding: 30px 20px 32px;
}
.contact_name{
	font-size: 2rem;
	margin: 0 0 10px;
}
.contact_address{
	font-size: 1.5rem;
	margin:0 0 11px;
}
.contact_tel{
	font-size: 1.8rem;
	margin-bottom: 3px;
}
.contact_tel a{color: #162258 !important;}
.contact_time{font-size: 1.3rem;}

/* ----- 主催 ----- */
.organizer_box{margin-top: 45px;}
.organizer_ttl{
	font-size: 2rem;
	margin: 0 0 18px;
}
.organizer_list{
	grid-template-columns: repeat(1, 1fr);
	margin: 0 !important;
}
.organizer_list li{
	font-size: 1.5rem;
	line-height: 2.1rem;
}
}