@charset "UTF-8";
/*----------------------------------------

	index CSS

-----------------------------------------*/
.cafename{
	font-size: 1.8rem;
}

@media print, screen and (min-width: 768px){
	.main .bg-box > .bg-before {
		border-width: 100px 1024px 0 0;
	}
}
@media print, screen and (min-width: 1024px) {
	.main .bg-box > .bg-before {
		border-width: 100px 100vw 0 0;
	}
}

.content-head {
	padding: 9% 0 0;
}
.content-head > figure {
	margin: 0 0 22px;
}
.content-head > div {
	margin: 23px 0 0;
	padding: 50px 20px 45px;
	border-radius: 16px;
	background: #fff;
	line-height: 1.7;
}
.content-head > div > p:nth-child(1) {
	width: 184px;
	margin: 0 auto 8px;
	padding: 1px 0;
	border: 2px solid #ff8400;
	color: #ff9000;
	font-size: 1.9rem;
	text-align: center;
}
.content-head > div > h1 {
	margin: 0 0 18px;
	color: #ff9000;
	font-size: 2.4rem;
	text-align: center;
}
.content-head > div > p {
	margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
	.content-head {
		display: block;
		padding: 0;
	}
	.content-head > figure {
		width: 66.667%;
		margin: 0 auto 32px;
	}
	.content-head > div {
		margin: 35px 0 0;
		padding: 80px 80px 65px;
		line-height: 2;
	}
	.content-head > div > p:nth-child(1) {
		width: 234px;
		margin: 0 auto 15px 0;
		font-size: 2.6rem;
		line-height: 1.7;
	}
	.content-head > div > h1 {
		font-size: 3.8rem;
		text-align: left;
	}
	.content-head > div > p {
		margin-bottom: 8px;
	}
}

.content-body_detail h1 > span > span {
	font-size: 1.3rem;
}
@media print, screen and (min-width:768px) {
	.content-body_detail h1 > span > span {
		font-size: 1.8rem;
	}
}


.content-body_detail {
	padding-bottom: 40px;
}
.content-body_detail .list01 {
	padding-bottom: 30px;
}
.content-body_detail .list01 li {
	position: relative;
	padding: 0 0 56px;
}
.content-body_detail .list01 dl {
	margin: 0 0 25px;
}
.content-body_detail .list01 dt {
	margin: 0 0 2px;
	font-size: 1.6rem;
}
.content-body_detail .list01 .btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	font-size: 1.4rem;
}
.content-body_detail .list01 .btn > a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 50px;
	padding: 0 20px;
	border: 2px solid #e2e1e1;
	border-radius: 100px;
	background: #f8f8f8;
	color: #111;
	font-weight: 700;
	text-align: center;
}
.content-body_detail .list01 .btn > a::before {
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	right: 30px;
	width: 10px;
	height: 10px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #0491ff #0491ff transparent transparent;
	transform: rotate(45deg);
}
.content-body_detail .list02 {
	padding-top: 8px;
	padding-bottom: 15px;
}
.content-body_detail .list02 li {
	margin: 0 0 15px;
	padding: 22px 20px 2px;
	background: #fffce9;
}
.content-body_detail .list02 dt {
	display: flex;
	margin: 0 0 2px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.content-body_detail .list02 p {
	margin-bottom: 20px;
}
.content-body_detail .list02 figure {
	margin-bottom: 12px;
}
.content-body_detail .list02 .btn {
	font-size: 1.4rem;
}
.content-body_detail .list02 .btn > a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 50px;
	padding: 0 20px;
	border: 2px solid #e2e1e1;
	border-radius: 100px;
	background: #f8f8f8;
	color: #111;
	font-weight: 700;
	text-align: center;
}
.content-body_detail .list02 .btn > a::before {
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	right: 30px;
	width: 10px;
	height: 10px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #0491ff #0491ff transparent transparent;
	transform: rotate(45deg);
}
@media print, screen and (min-width:768px) {
	.content-body_detail .list01 {
		padding-bottom: 25px;
	}
	.content-body_detail .list01 li {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: flex-end;
		padding: 0;
	}
	.content-body_detail .list01 dt {
		margin: 0 0 12px;
		font-size: 2.4rem;
		line-height: 1.5;
	}
	.content-body_detail .list01 figure {
		width: 28.777%;
		margin: 5px 0;
		margin-right: 40px;
	}
	.content-body_detail .list01 div {
		flex: 1;
	}
	.content-body_detail .list01 .btn {
		position: static;
		margin: 23px 0 0;
	}
	.content-body_detail .list01 .btn > a {
		width: 280px;
		margin: 0 auto 0 0;
		transition: opacity 0.2s;
	}
	.content-body_detail .list01 .btn > a:hover {
		opacity: 0.6;
	}
	.content-body_detail .list02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.content-body_detail .list02 li {
		display: flex;
		flex-direction: column;
		width: calc(50% - 10px);
		padding: 22px 40px 10px;
	}
	.content-body_detail .list02 dl {
		flex: auto;
	}
	.content-body_detail .list02 dt {
		margin: 0 0 20px;
		font-size: 2.4rem;
	}
	.content-body_detail .list02 dd {
		display: flex;
	}
	.content-body_detail .list02 figure {
		width: 35.09%;
		margin: 0 20px 20px 0;
	}
	.content-body_detail .list02 div {
		flex: 1;
	}
	.content-body_detail .list02 .btn {
		width: 100%;
		max-width: 280px;
		margin: 0 auto 20px;
	}
}