@charset "utf-8";

/* --------------------------------------------------------------------------------
25年 歳末まとめ買いキャンペーン
-------------------------------------------------------------------------------- */

#p-com25{
	margin: 18px 0 35px;
	letter-spacing:0;
}

#p-com25 img{
	width: 100%;
}


/* 	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-pc {
	display: block;
}
.device-sp{
	display: none;
}

#p-com25 .logo-p-com{
	margin: 0 0 10px;
	background: #fff;
	border-radius: 10px;
	width: 100%;
	text-align: center;
}
#p-com25 .logo-p-com img{
	width: 480px;
	padding: 10px;
}
#p-com25 .img-main{
	margin: 0 0 30px;
}
#p-com25 .txt-main{
	margin: 0 0 30px;
}
#p-com25 .txt-main .txt1{
	font-size: 18px;
	text-align: center;
	margin: 0 0 18px;
	font-weight: bold;
}
#p-com25 .txt-main .txt2{
	font-size: 16px;
	line-height: 1.75;
}

/*目的*/
#p-com25 .mokuteki{
	background: #fff;
	padding: 20px;
	margin: 0 0 30px;
	border-radius: 10px;
}
#p-com25 .mokuteki .txt1{
	font-size: 16px;
	text-align: center;
	line-height: 2;
	margin: 0 0 10px;
}
#p-com25 .mokuteki ul{
	display: flex;
	justify-content: space-between;
	width: 600px;
	margin: 0 auto 5px;
}
#p-com25 .mokuteki ul li{
	font-size: 20px;
	font-weight: bold;
}
#p-com25 .mokuteki ul li .no{
	color: #46a5e6;
	font-weight: bold;
	margin: 0 10px 0 0;
}
#p-com25 .mokuteki .txt2{
	font-size: 16px;
	text-align: center;
	line-height: 2;
}
#p-com25 .mokuteki .txt3{
	font-size: 16px;
	text-align: center;
	line-height: 2;
}


/*実施内容*/
#p-com25 .koutei{
	margin: 0 0 30px;
}
#p-com25 .koutei h3{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #46a5e6;
}
#p-com25 .koutei .koutei-inner{
	margin: 0 0 0 10px;
}
#p-com25 .koutei ul{
	position: relative;
}
#p-com25 .koutei ul::after{
	content: "";
	background-color: #46a5e6;
	height: calc(tan(60deg) * 60px / 2);
	width: 60px;
	clip-path: polygon(0 0, 100% 0, 50% 25%);
	position: absolute;
	left: calc(50% - 30px);
	
}
#p-com25 .koutei ul li{
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px;
}
#p-com25 .koutei ul li .no{
	width: 70px;
	background: #46a5e6;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
#p-com25 .koutei ul li .txt{
	width: 680px;
	background: #fff;
	font-size: 16px;
	padding: 10px;
}
#p-com25 .koutei .txt1{
	font-size: 20px;
	text-align: center;
	margin: 26px 0 0;
}



/*参加大学*/
#p-com25 .sanka{
	margin: 0 0 60px;
}
#p-com25 .sanka h3{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #46a5e6;
}
#p-com25 .sanka h3 .mark1{
	font-size: 13px;
	margin: 0 0 0 5px;
}
#p-com25 .sanka .sanka-inner{
	margin: 0 0 0 10px;
}
#p-com25 .sanka ul{
	margin: 0 0 20px;
	display: flex;
	justify-content: space-between;
}
#p-com25 .sanka ul li{
	width: 180px;
}
#p-com25 .sanka .txt{
	font-size:16px;
	margin: 0 0 20px;
}
#p-com25 .sanka .img{
	margin: 0 0 20px;
}
#p-com25 .sanka .btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:18px;
	text-align: center;
	font-weight: bold;
	background: #d5af00;
	border-radius: 30px;
	color: #fff;
	width: 400px;
	height: 47px;
	margin: 0 auto;
	position: relative;
	line-height: normal;
}
#p-com25 .sanka .btn a::after{
	position: absolute;
	right: 30px;
	top: 50%;
	content: '';
	width: 6px;
	height: 10px;
	margin: -5px 0 0;
	background-color: transparent;
	background-image: url("https://sunchokutable.itembox.design/item/images/common/arrow-left_w.svg");
	background-repeat: no-repeat;
	background-size: 6px 10px;
}
#p-com25 .sanka .btn a:hover{
	text-decoration: none;
}



#p-com25 h2.r-ttl{
	font-family: "BIZ UDPMincho", serif;
	font-size: 24px;
	text-align: center;
	margin-bottom: 28px;
	font-weight: 700;
}
#p-com25 h2.r-ttl .mark1{
	color:#c70000;
	font-weight: bold;
	font-family: "BIZ UDPMincho", serif;
}
