/*campus pc guide SP版 2021*/

/*campus pc guide 2021*/

.cm-main {
	font: 15px/1.6 "游ゴシック", "YuGothic","Yu Gothic",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',arial,helvetica,clean,sans-serif;
	overflow: hidden;
}

img{
	max-width: 100%;
}

.cm-main .or-box {
	border: 3px solid #E85400;
	background: url('../service/campuspc/images/pic_top01.jpg') no-repeat center bottom;
	background-size: contain;
	margin: 4em .3em 2em;
	position: relative;
}

.cm-main .or-box h3 {
	font-size: 1.286rem;
	position: relative;
}

.cm-main .or-box h3::after {
	content: '保護者の方も';
	position: absolute;
	top: -2.4em;
	background: #E85400;
	color: #fff;
	padding: .1em .6em;
    display: block;
}

.cm-main .or-box::before {
	content: '写真提供：埼玉大学生活協同組合';
	position: absolute;
	bottom: 0em;
	right: 0em;
	padding: .1em .6em;
	font-size: 14px;
}

/*spのみ*/
.sp-white{
    background: rgba(255,255,255,.7);
    display: inline-block;
    border-radius: 10px;
    padding: 2em 1em 3em;

}

.cm-main .or-box h3 span {
	font-size: 1.429em;
	font-weight: bold;
}

.cm-main h2 {
	position: relative;
	padding: 1rem 2rem calc(1rem + 10px);
	background: #E85400;
	text-align: center;
	font-weight: bold;
	color: #fff;
}


.cm-main h2:before {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 100%;
	height: 100%;
	content: '';
	border: 4px solid #000;
  }

.m-main {
	background:url('../service/campuspc/images/img-m-bg.jpg') no-repeat;
	background-size: cover;
	padding: 2.5em 1em;
}

/* 全体 */
.sb-box {
	position: relative;
	display: flex;
	width: 100%;
}

/* アイコン画像 */
.icon-img {
	max-width: 105px!important;
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	border-radius: 100%;
	overflow: hidden;
}



/* アイコン画像 */
.icon-img img {
	width: 100%;
    box-sizing: border-box;
	image-rendering: -webkit-optimize-contrast;

}


/* 吹き出し */
.sb-side {
	margin: 0px 15px;
}


.sb-orange {
	border: 2px solid #E85400 !important;
	/* color: #fff !important; */
}

.sb-orange:before {
    border-color: transparent transparent transparent #fff!important;
}

.sb-orange::after{
	border-color: transparent transparent transparent #E85400!important;

}

.sb-color02{
	background: #DCF763!important;
	/* color: #fff!important; */
}

.sb-color02:before {
	border-color: transparent transparent transparent #DCF763 !important;
}

.sb-color02::after {
	border-color: transparent transparent transparent #DCF763 !important;

}


.sb-side-right {
	flex-direction: row-reverse;
}

/* 吹き出し内のテキスト */
.sb-txt {
	position: relative;
	border-radius: 6px;
	background: #fff;
	color: #333;
	font-size: 15px;
	line-height: 1.7;
	padding: 18px;
	margin-top: 20px;
}

.sb-txt:first-child {
	margin-top: 0px;
}

.sb-txt>p:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* 吹き出しの三角 */
.sb-txt:before {
	content: "";
	position: absolute;
	border-style: solid;
	top: 16px;
	z-index: 3;
}

.sb-txt:after {
	content: "";
	position: absolute;
	border-style: solid;
	top: 15px;
	z-index: 2;
	background: transparent;
}

.txt-left:before {
	left: -7px;
	border-width: 7px 10px 7px 0;
	border-color: transparent #fff transparent transparent;
}

.txt-left:after {
	left: -10px;
	border-width: 8px 10px 8px 0;
	border-color: transparent #fff transparent transparent;
}

/* 吹き出しの三角（右） */
.txt-right:before {
	right: -7px;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #fff;
}

.txt-right:after {
	right: -10px;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #fff;
}



.fader {
	opacity: 0;
}

.fade_on {
	-webkit-animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
	animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes slideIn {
	0% {
		transform: translateX(140px);
		opacity: 0;
	}

	50% {
		transform: translateX(0);
	}

	65% {
		transform: translateX(30px);
	}

	100% {
		transform: translateX(0);
	}

	20%,
	100% {
		opacity: 1;
	}
}

@keyframes slideIn {
	0% {
		transform: translateX(140px);
		opacity: 0;
	}

	50% {
		transform: translateX(0);
	}

	65% {
		transform: translateX(30px);
	}

	100% {
		transform: translateX(0);
	}

	20%,
	100% {
		opacity: 1;
	}
}



.fader2 {
	opacity: 0;
}

.fade_on2 {
	-webkit-animation: slideIn2 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
	animation: slideIn2 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes slideIn2 {
	0% {
		transform: translateX(-140px);
		opacity: 0;
	}

	50% {
		transform: translateX(0);
	}

	65% {
		transform: translateX(-30px);
	}

	100% {
		transform: translateX(0);
	}

	20%,
	100% {
		opacity: 1;
	}
}

@keyframes slideIn2 {
	0% {
		transform: translateX(-140px);
		opacity: 0;
	}

	50% {
		transform: translateX(0);
	}

	65% {
		transform: translateX(-30px);
	}

	100% {
		transform: translateX(0);
	}

	20%,
	100% {
		opacity: 1;
	}
}


.m-main_h3 {
	/* transform: translateX(-30px); */
	margin: 70px 0;
}
.m-main_h3 h3 {
	padding: .5em 1em;
	color: #000;
	position: relative;
	font-weight: bold;
	border-radius: 10vh;
	text-align: center;
	position: relative;
	z-index: 1;
}

.m-main_h3 h3::after{
	content: '';
	box-shadow: 1px 1px rgba(0,0,0,.9);
	/* background: #fa4141; */
	background: #FFC400;
	position: absolute;
	width: 100%;
	display: block;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
}

.btn_campuspc_coop01_new{
    margin: 10px;
}
.btn_campuspc_coop01_new a{
	display: block;
    width: 100%;
    padding-top: 41%;
    background-size: contain!important;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url('../service/campuspc/images/btn_campuspc_coop01_sp.jpg') no-repeat center;
}
.numbering{
	counter-reset: section;
	margin-top:30px;
}

.numbering .sb-box{
	counter-increment: section;
	position: relative;
}


.numbering .sb-box{
	counter-increment: section;
	position: relative;
	flex-wrap: wrap;
	box-sizing: border-box;
	background: #fff;
	margin: 5px;
	align-items: flex-start;
	padding: 10px !important;
	margin-bottom: 10px;
}

.numbering .sb-box .sb-txt::after,
.numbering .sb-box .sb-txt::before{
	display: none;
}

.numbering .sb-box .icon-img{
	border-radius: 0px;	
	display: block;
	overflow:inherit;
	justify-content: inherit;
	width: 80px;
	height: 100%;
}

.numbering .sb-box .btn_links{
	width: 100%;
	margin: 5px 0;
}
.numbering .sb-box .btn_links a{
	display: block;
	background: #414770 url('../service/campuspc/images/ico_arws_pc.svg')no-repeat 90%;
	background-size: 20px auto;
	box-sizing: border-box;
	color: #fff!important;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
	margin: 0 10px;
	font-weight: bold;
	transition: .2s all;
}

.numbering .sb-box .btn_links a:active{
	background: rgba(232, 84, 0) url('../service/campuspc/images/ico_arws_pc.svg')no-repeat 95%;
	background-size: 20px auto;
}

.numbering .sb-box .sb-txt{
	padding:0 2px 0 18px;
}
.numbering .sb-box::after{
	content: counter(section);
	display: block;
	color: #fff;
	background: rgba(232, 84, 0);
	font-size: 20px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	left: -.3em;
	top: -.2em;
	border: none;
    transform: skew(-15deg);
}

.numbering .sb-box .sb-side,
.numbering .sb-box .sb-side-wide{
	width: 74%;
	margin: 0;
}

.marker_white {
	padding: 5px;
	background: #F7FFCC;
}

/*ボタン*/

.sb-btn{
	border-radius: 5px;
	padding: .2em 1.5em .2em .3em;
	color: #fff!important;
	text-decoration: none;
	display: block;
	background:#E87E8D url(../service/campuspc/images/ico_arrow_white.svg) no-repeat center right 8px;
	background-size: 12px auto;
	font-weight: bold;
}

.sb-btn:active {
	background: #90323D url(../service/campuspc/images/ico_arrow_white.svg) no-repeat center right 15px;
}

/*margin*/

.mt60{
	margin-top: 60px;
}


.cm-main .bl-box {
	border: 3px solid #00A0E1;
	padding: 2em 1em;
	margin: 4em .3em;
	position: relative;
}
.cm-main .bl-box h3 {
	display: inline;
	font-size: 1.429em;
	font-weight: bold;
	padding: 0 5px 4px;
	border-bottom: 5px solid #00A0E1;
}
.cm-main .bl-box h3::after {
	content: 'NEW';
	position: absolute;
	top: -1em;
	left: 1em;
	background: #00A0E1;
	color: #fff;
	padding: .1em .6em;
}

/* 予告 */
.cm-pre dt{
	margin-bottom: 8px;
	padding: 5px 20px;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	background: #00A0E1;
}
.cm-pre dd{
	margin-bottom: 15px;
}
.cm-pre dl:last-child dd{
	margin-bottom: 0;
}
/*大学生協オリジナルパソコンって？下にあるバナー*/
.ext-panels ul{
	margin: 20px 0;
	padding: 10px !important;
	background: #eee;
	box-sizing: border-box;

}
.ext-panels ul li{
	list-style: none;
	margin: 10px;
}

.ext-panels ul li{
	margin-bottom: 10px;
}

.sup_banner{
	margin: 10px;
}

/*マイナビニュース枠*/
.topnews01{
	margin: 0 0 2em 1em;
	border: solid 3px #00A0E1;
	padding: 2em 2em 1em;
}

.topnews01 dl dt{
	margin: -3em 0 1em -3em;
	padding: 15px 10px;
	color: #fff;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-weight: bold;

	background:#00A0E1;
}
.topnews01 dl dt br{
	display: none;
}
.topnews01 dl dd{
	margin-left: 10px;
	line-height: 1.6;
}
.topnews01 dl dd a{
	position: relative;
	font-weight: bold;
	color: #000 !important;
	text-decoration: none;
	word-break: break-all;
}
.topnews01 dl dd a span{
	color: #00A0E1;
	text-decoration: underline;
}
.topnews01 dl dd a::before{
	position:absolute;
	top: 0.1em;
	left: -1.5em;
	content: '';
	width: 15px;
	height: 15px;
	background: url(../service/campuspc/images/ico_arrow_black.svg) no-repeat left top;
	background-size: 15px auto;
}


/*===========campus pc guide 2022*/
.l-news{
	max-width: 600px;
	margin: 20px auto 0;
	background: #f8f8f8;
	padding: 20px ;
	border-radius: 10px;
}

.l-news__heading{
	border-bottom: 1px solid #333;
	font-weight: bold;
	color: #333;
	margin-bottom: 7px;
}
.l-news__heading::first-letter{
	color: #E85400;
}

.l-news .inner{
	height: 100px;
	overflow: auto;
}
.l-news .inner article{
	cursor: pointer;
	display: block;
	box-shadow: 0px 1px 5px #00000029;
	background: #fff;
	border-radius: 5px;
	padding: .6em;
	font-size: 14px;
	transition: .2s all;
	position: relative;
	margin: 5px 10px;
	box-sizing: border-box;
	font-weight: bold;
}
.l-news .inner a{
	text-decoration: none;
	padding-right: 2em;
	display: block;
	color: #333!important;
}
.l-news .inner a::after{
    position: absolute;
    content: ' ';
    right: 10px;
    top: 50%;
	transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background: url(../common_new/ico_arrow01.svg) no-repeat;
	background-size: contain;
}

.l-news .inner article:hover{
	box-shadow: none;
}



.l-news .inner dl dt{
	margin-right: 10px;
	color: #206697;
}

.l-news .inner dl dt span{
	color: #f00000;
	font-weight: lighter;
}


/*司会*/
.dl_cpg_interview{
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.dl_cpg_interview .interview_host{
	background: #f8f8f8;
	padding: 1em;
	border-radius: 5px;
}

.dl_cpg_interview .interview_host dl{
	display: flex;
}

.dl_cpg_interview .interview_host dl .interview_host_img{
	width: 170px;
}
.dl_cpg_interview .interview_host dl .interview_host_img img{
	width: 100%;
	border-radius: 5px;
}
.dl_cpg_interview .interview_host dl .interview_host_txt{
	margin-left: 10px;
}

/*聞き手*/
.interview_listener{
	display: flex;
	flex-wrap: wrap;
	margin-right: -.7em;
}

/*5columns※全て2カラムになる。*/
.interview_listener.cols-5 dl{
	width: calc(100% / 2 - 10px);
	margin-right: 10px;
	margin-bottom: 15px;
}
.interview_listener.cols-5 dl:nth-of-type(2n){
	margin-right: 0px;
}
/*4columns※全て2カラムになる。*/
.interview_listener.cols-4 dl{
	width: calc(100% / 2 - 10px);
	margin-right: 10px;
}
.interview_listener.cols-4 dl:nth-of-type(2n){
	margin-right: 0px;
}
/*3columns※全て2カラムになる。*/
.interview_listener.cols-3 dl{
	width: calc(100% / 2 - 7px);
	margin-right: 10px;
}
.interview_listener.cols-3 dl:nth-of-type(2n){
	margin-right: 0px;
}

.interview_listener dl .interview_listener_img img{
	width: 100%;
	border-radius: 5px;
}

.interview_listener.cols-5 dl .interview_listener_txt span{
	line-height: 1.4;
	display: inline-block;
}

.div_campslife_10_profile.-host{
	background: #F88274;
	box-sizing: border-box;
}



.cpg10_list{
	position: relative;
	padding: 0px 0 41px 60px;
	display: block;
	margin: 10px 0 !important;
}
.cpg10_list.-ico01::before{
	content: '森下';
    display: block;
	position: absolute;
	font-size: 12px;
	font-weight: bold;
    top: 0;
    left: 0px;
    margin: auto;
    width: 45px;
    height: 62px;
    background: url('../service/campuspc/images/ico_cpl10_01.png') no-repeat top center;
	background-size: contain;
	padding-top: 48px;
	text-align: center;
}

.cpg10_list.-ico02::before{
	content: '大嶽';
    display: block;
	position: absolute;
	font-size: 12px;
	font-weight: bold;
    top: 0;
    left: 0px;
    margin: auto;
    width: 45px;
    height: 62px;
    background: url('../service/campuspc/images/ico_cpl10_02.png') no-repeat top center;
	background-size: contain;
	padding-top: 48px;
	text-align: center;
}


.cpg10_list.-ico03::before{
	content: '岩野';
    display: block;
	position: absolute;
	font-size: 12px;
	font-weight: bold;
    top: 0;
    left: 0px;
    margin: auto;
    width: 45px;
    height: 62px;
    background: url('../service/campuspc/images/ico_cpl10_03.png') no-repeat top center;
	background-size: contain;
	padding-top: 48px;
	text-align: center;
}

.cpg10_list.-ico04::before{
	content: '前田';
    display: block;
	position: absolute;
	font-size: 12px;
	font-weight: bold;
    top: 0;
    left: 0px;
    margin: auto;
    width: 45px;
    height: 62px;
    background: url('../service/campuspc/images/ico_cpl10_04.png') no-repeat top center;
	background-size: contain;
	padding-top: 48px;
	text-align: center;
}

.cpg10_list.-ico05::before{
	content: '杉本';
    display: block;
	position: absolute;
	font-size: 12px;
	font-weight: bold;
    top: 0;
    left: 0px;
    margin: auto;
    width: 45px;
    height: 62px;
    background: url('../service/campuspc/images/ico_cpl10_05.png') no-repeat top center;
	background-size: contain;
	padding-top: 48px;
	text-align: center;
}

.cpg10_list.-ico06{
	margin-top: 45px!important;
}

.cpg10_list.-ico06::before{
	content: '永原';
    display: block;
	position: absolute;
	font-size: 12px;
	font-weight: bold;
    top: 0;
    left: 0px;
    margin: auto;
    width: 45px;
    height: 62px;
    background: url('../service/campuspc/images/ico_cpl10_06.png') no-repeat top center;
	background-size: contain;
	padding-top: 48px;
	text-align: center;
}

.div_campuslife10 .ttl_cpg10{
	background: #F6F6F6;
	border-bottom: 2px solid #2fa9d0;
	margin: 0px 0 10px!important;
	padding: .6em;
} 

.btn_link_cl{
	display:block;
	background: rgba(232, 84, 0) url('../service/campuspc/images/ico_arws_pc.svg')no-repeat 95%;
	background-size: 25px auto;
	border-radius: 10px;
}

.btn_link_cl a{
	display:block;
	text-align:center;
	font-size: 1.3em;
	padding:15px 40px 15px 15px;
	color:#fff !important;
	letter-spacing: 0.08em;
	text-decoration: none !important;
}


/*=========================================
      campus pc guide 2024
=========================================*/
.cpg2024_tit{
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 15px 20px;
}

.cpg2024_tit h1 img{
	max-width: 50%;
}

.cpg2024_tit h1 span{
	display: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.cpg2024_main {
font: 16px/1.8 'Noto Sans Japanese', "Lato", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Meiryo", sans-serif;
font-weight: normal;
color: #333;
letter-spacing: .03em;
}
.cpg2024_main h3{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .03em;
}
.cpg2024_cont01{
	width:100%;
	position: relative;	
	background: url('../service/campuspc/images/_cpg_2024/bg_cpg_yellow.jpg') repeat;
}
.cpg2024_cont02{
	width:100%;
	position: relative;	
	background: url('../service/campuspc/images/_cpg_2024/bg_cpg_green.jpg') repeat;
	padding: 30px 0;
	box-sizing: border-box;
}
.cpg2024_cont03{
	width:100%;
	position: relative;	
	background: url('../service/campuspc/images/_cpg_2024/bg_cpg_pink.jpg') repeat;
	padding: 30px 0;
}
.cont_aria {
	margin: 0 auto;
	padding: 20px;
}
.comic_aria{
	margin: 30px auto;
	display: block;
	position: relative;
	padding: 70px 0 10px;
}
.comic_aria:before{
	content: '';
  display: block;
	position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 80px;
  background: url('../service/campuspc/images/_cpg_2024/ico_cpg_comi.png') no-repeat top left;
	background-size: contain;
}

.question_aria{
	margin: 0 15px;
	display: block;
	position: relative;
	padding: 20px 15px;
	margin-top: 70px;
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
}
.question_aria:before{
	content: '';
  display: block;
	position: absolute;
  top: -70px;
  left: 0;
  width: 250px;
  height: 150px;
  background: url('../service/campuspc/images/_cpg_2024/ico_cpg_ques.png') no-repeat top left;
	background-size: contain;
}
.recommendation_aria{
	margin: 0 15px;
	display: block;
	position: relative;
	padding: 20px;
	margin-top: 70px;
	background: #fff;
	border-radius: 8px;
}
.recommendation_aria:before{
	content: '';
  display: block;
	position: absolute;
  top: -70px;
  left: 0px;
  width: 270px;
  height: 150px;
  background: url('../service/campuspc/images/_cpg_2024/ico_cpg_reco.png') no-repeat top left;
	background-size: contain;
}
.attempt_aria {
	margin: 0 15px;
	position: relative;
	display: block;
	margin: 90px auto;
	padding: 20px;
}
.attempt_aria:before{
	content: '';
  display: block;
	position: absolute;
  top: -50px;
  left: 10px;
  width: 150px;
  height: 100px;
  background: url('../service/campuspc/images/_cpg_2024/ico_cpg_atte.png') no-repeat top left;
	background-size: contain;
}
.title_underline,
.title_underline_short{
	display: block;
	position: relative;
	padding-bottom: 5px;
	border-bottom: solid 3px #88D4CF;
	margin-bottom: 50px;
	padding-bottom: 20px;
}
.title_underline_short{
	margin-bottom: 20px;
}
.title_underline:after,
.title_underline_short:after{
	content: '';
	position: absolute;
	display: block;
	bottom: -10px;
	width: 100%;
	border-bottom: solid 3px #F6B1A9;
}
.title_underline h2{
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .03em;
	position: relative;
	display: block;
	padding-left: 35px;
	line-height: 1.6;
}
.title_underline h2:before{
	content: '';
  display: block;
	position: absolute;
  top: 3px;
  left: 0px;
  width: 30px;
  height: 30px;
  background: url('../service/campuspc/images/_cpg_2024/pic_cpg_illust_01.png') no-repeat top left;
	background-size: contain;
}

.title_underline h2.reco{
	font-size: 30px;
	font-weight: 700;
	letter-spacing: .03em;
	position: relative;
	display: block;
	line-height: 1.2;
}
.title_underline h2.reco:before{
	content: '';
  display: block;
	position: absolute;
  top: 3px;
  left: 0px;
  width: 30px;
  height: 60px;
  background: url('../service/campuspc/images/_cpg_2024/pic_cpg_illust_02.png') no-repeat top left;
	background-size: contain;
}
.title_underline h3{
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .03em;
	text-align: center;
}
.title_underline_short h2.atte{
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .03em;
	position: relative;
	display: block;
	line-height: 1.2;
	/* text-align: center; */
}
.chart_aria{
	padding: 20px 8px;
	border: solid 3px #FCCD62;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.chart_aria .chart{
	display: block;
	box-sizing: border-box;
	width: calc(100% / 2 - 4px);
	margin-bottom: 30px;
	margin-right: 8px;
}

.chart_aria .chart:nth-child(2n){
	margin-right: 0px;
}

.chart_aria2025{
	padding: 20px 8px;
	border: solid 3px #FCCD62;
	border-radius: 8px;
	display: block;
}
.chart_aria2025 .chart{
	display: block;
	box-sizing: border-box;
	width: calc(100% - 4px);
	margin-bottom: 30px;
	margin-right: 8px;
}

.chart_aria .chart a,
.chart_aria2025 .chart a{
	display: flex;
	flex-direction: column;
	text-decoration: none;
	height: 100%;
}

.chart_aria .chart .chart_img,
.chart_aria2025 .chart .chart_img{
	width: 95%;
}


.chart_tit{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: .9rem;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
	color: #000;
	position: relative;
	padding-left: 2rem;
	margin-bottom: .5em;
}

.chart_tit::after{
	content: '';
	display: block;
	background: url('../service/campuspc/images/_cpg_2024/ico_cpg_q.svg') no-repeat center center;
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	left: 0;
	top: 0rem;
	background-size: contain;
}


.chart_restore{
	text-align: center;
	margin-top: auto;
	padding-top: 1rem;
}
.chart_restore span{
	display: inline-block;
	margin-top: auto;
	position: relative;
	font-size: 13px;
	line-height: 1.4;
	padding-bottom: 5px;
	border-bottom: solid 2px #FCCD62;
	text-decoration: none;
	color: #000;
	padding-right: 1.8em;
}
.chart_restore span:after{
	content: '';
  display: block;
	position: absolute;
  bottom: 7px;
  right: 0px;
  width: 15px;
  height: 15px;
  background: url('../service/campuspc/images/_cpg_2024/ico_window_restore.png') no-repeat bottom right;
	background-size: contain;
}
.reco_aria{
	padding: 30px;
	border-radius: 8px;
	background: #FDF5DB;
}
.reco_list_aria{
	display: block;
	position: relative;
	padding: 30px 20px 0;
	border-radius: 8px;
	border: solid 2px #000;
}
.reco_list_aria:before{
	content: '';
  display: block;
	position: absolute;
  top: -30px;
  left: -10px;
  width: 70px;
  height: 70px;
  background: url('../service/campuspc/images/_cpg_2024/pic_cpg_illust_04.png') no-repeat center right;
	background-size: contain;
}
.reco_list_aria ul li{
	margin-left: -30px;
	position: relative;
	padding-left:20px;
	padding-bottom: 7px;
	list-style:none;
	margin-bottom: 10px;
}
.reco_list_aria ul li:before{
	position: absolute;
	display: inline-block;
	top:0;
	left:0;
  content: "●";
  padding-right: 5px;
  color: #000;/*アイコンの色*/
}

.recommend_aria{
	margin-top:70px;
	display: block;
	
}

h2.recommend{
	font-size: 30px;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 1.2;
	text-align: center;
	color: #F06060;
}
.recommend_point h3.point01,
.recommend_point h3.point02,
.recommend_point h3.point03,
.recommend_point h3.point04{
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .03em;
	border-bottom: solid 2px #FCCD62;
	padding-left: 40px;
	padding-bottom: 10px;
}
.recommend_point h3.point01:before,
.recommend_point h3.point02:before,
.recommend_point h3.point03:before,
.recommend_point h3.point04:before{
	content: '';
  display: block;
	position: absolute;
  top: 0px;
  left: 0px;
  width: 35px;
  height: 35px;
  background: url('../service/campuspc/images/_cpg_2024/ico_cpg_point_01.png') no-repeat center left;
	background-size: contain;
}
.recommend_point h3.point02:before{
  background: url('../service/campuspc/images/_cpg_2024/ico_cpg_point_02.png') no-repeat center left;
	background-size: contain;
}
.recommend_point h3.point03:before{
  background: url('../service/campuspc/images/_cpg_2024/ico_cpg_point_03.png') no-repeat center left;
	background-size: contain;
}
.recommend_point h3.point04:before{
  background: url('../service/campuspc/images/_cpg_2024/ico_cpg_point_04.png') no-repeat center left;
	background-size: contain;
}
.recommend_point .point_illust{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.recommend_point .point_txt{
	display: block;
}
.recommend_column{
	display: block;
	position: relative;
	padding: 30px 20px 0;
	border-radius: 8px;
	border: solid 2px #000;
}
.recommend_column h3.column{
	float:left;
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .03em;
	padding-bottom: 10px;
	border-bottom: solid 2px #FCCD62;
	margin-top: 40px;
}
.recommend_column h3.column:before{
	content: '';
  display: block;
	position: absolute;
  top: -85px;
  left: -10px;
  width: 120px;
  height: 120px;
  background: url('../service/campuspc/images/_cpg_2024/ico_cpg_column.png') no-repeat center left;
	background-size: contain;
}

.attempt_list ul{
	list-style: none;
	border-radius: 8px;
	display: block;
	flex-wrap: wrap;
	padding: 10px;
}
.attempt_list ul li{
	display: block;
	border: solid 3px #FCCD62;
	border-radius: 8px;
	padding: 10px;
	margin-top: 20px;
}
h4.h4_attempt{
	position: relative;
	font-size: 20px;
	line-height: 1.5;
	padding-left: 5px;
	margin-top: 10px;
	z-index: 0;
}
h4.h4_attempt:before{
	position: absolute;
	display: inline-block;
	top:-10px;
	left:-7px;
  content: "●";
  padding-right: 5px;
	font-size: 30px;
  color: #FDF5DB;/*アイコンの色*/
	z-index: -1;
}
.txt_attempt{
	font-size: 15px;
	line-height: 1.7;
}

.recommend_arrow_box{
    position:relative;
    background:#FDF5DB;
    padding:20px;
    border:1px solid #000000;
    color:#000000;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.recommend_arrow_box:after,
.recommend_arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:50%;
}
.recommend_arrow_box:after{
    border-color: rgba(253, 245, 219, 0);
    border-top-width:14px;
    border-bottom-width:14px;
    border-left-width:14px;
    border-right-width:14px;
    margin-left: -14px;
    border-bottom-color:#FDF5DB;
}
.recommend_arrow_box:before{
    border-color: rgba(0, 0, 0, 0);
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:15px;
    border-right-width:15px;
    margin-left: -15px;
    margin-bottom: 1px;
    border-bottom-color:#000000;
}

/*座談会バナーエリア*/
.voice_aria{
	display: block;
	position: relative;
	padding-top: 70px;
	margin-top: 40px;
}
.voice_aria:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 80px;
	background: url('../service/campuspc/images/_cpg_2024/ico_cpg_voice.png') no-repeat top left;
	background-size: contain;
}
.voice_txt{
	background: #fff;
	border-radius: 30px;
	font-weight: bold;
	margin: 0 0px 10px 0px;
	padding: 10px 10px;
	text-align: center;
}