@charset "utf-8";


.grayBox {
	padding: 25px;
	background: #F4F2EE;
}

/* ------------------------------
 選べるコース
------------------------------ */
.courseBlock {
	display: table;
	width: 100%;
}
.courseBlock .cms_text {
	display: table-cell;
	vertical-align: middle;
}
.circle_title div {
	width: 234px;
	height: 234px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 46px;
	border-radius: 234px;
	background: #F04F00;
}
.courseBlock .w908 {
	padding-left: 24px;
}
.courseBlock ol {
	list-style-type: none;
	padding: 0;
	margin-bottom: 10px;
}
.courseBlock ol li {
	font-size: 2.4rem;
	font-weight: bold;
	padding: 35px 0 20px 78px;
	border-bottom: dotted 3px #000;
	position: relative;
}
.courseBlock ol li::before {
	content: "";
	width: 61px;
	height: 75px;
	position: absolute;
	top: 20px;
	left: 0;
}
.courseBlock ol li:nth-child(1)::before {
	background: url(../img/campaign/course01.png) no-repeat 0 0 / cover;
}
.courseBlock ol li:nth-child(2)::before {
	background: url(../img/campaign/course02.png) no-repeat 0 0 / cover;
}
.courseBlock ol li:nth-child(3)::before {
	background: url(../img/campaign/course03.png) no-repeat 0 0 / cover;
}

.courseBlock ol li small {
	font-size: 1.6rem;
}
.courseBlock ol li strong {
	font-size: 3.8rem;
	color: #F04F00;
}


.btn-a.yellow a {
	min-width: 390px;
	color: #000;
	background: #FFD700;
	position: relative;
	border-bottom: solid 4px #E9BA2B;
}
.btn-a.yellow a::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 8px solid #fff;
	border-bottom: 8px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.btn-a.yellow a + a {
	margin-left: 24px;
}


.pickup_title h2 {
	font-family: "Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 2.4rem;
	margin-left: 92px;
	padding: 7px 20px;
	background: #FFD700;
	border: none;
}
.pickup_title h2::before {
	content: "";
	width: 100px;
	height: 80px;
	background: url(../img/campaign/icon_pickup.png) no-repeat 0 0 / cover;
	position: absolute;
	top: -22px;
	left: -92px;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {

	
	.grayBox {
		padding: 15px;
	}

	/* ------------------------------
	 選べるコース
	------------------------------ */
	.courseBlock .cms_text {
		display: block;
	}
	.circle_title div {
		width: 160px;
		height: 160px;
		font-size: 1.4rem;
		padding-top: 32px;
		margin: auto;
	}
	.courseBlock .w908 {
		padding-left: 0;
	}
	.courseBlock ol li {
		font-size: 1.8rem;
		padding: 15px 0 10px 40px;
	}
	.courseBlock ol li::before {
		content: "";
		width: 30px;
		height: 37px;
		top: 20px;
		left: 0;
	}
	.courseBlock ol li small {
		font-size: 1.4rem;
	}
	.courseBlock ol li strong {
		font-size: 2.4rem;
	}


	.btn-a.yellow a {
		min-width: 240px;
		width: 90%;
		padding: 10px ;
		margin: 0 5%;
	}
	.btn-a.yellow a + a {
		margin-left: 5%;
		margin-top: 5px;
	}


	.pickup_title h2 {
		font-size: 1.9rem;
		margin-left: 70px;
		padding: 5px 10px;
	}
	.pickup_title h2::before {
		content: "";
		width: 75px;
		height: 60px;
		top: -18px;
		left: -70px;
	}
}
@media screen and (max-width: 479px) {
	
}
