@charset "UTF-8";

/* ========================================
	read
======================================== */
#read .c-panel {
	border-radius: 0;
	border: none;
}

#read .c-panel .panel-head .title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 0;
}

#read .c-panel .panel-head .title:before {
	content: "i";
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #0072bc;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	font-size: 13px;
}

#read .c-panel .panel-body {
	display: flex;
	padding: 30px;
	gap: 0 30px;
}

#read .panel-body-text .c-txt {
	margin-top: 10px;
}

#read .panel-body-img .img-wrap {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background: #e6e8ed;
}

#read .panel-body-img {
	display: flex;
	align-items: flex-end;
	flex-shrink: 0;
	gap: 0 20px;
}

#read .panel-body-img .date-year {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

#read .panel-body-img .date-bottom {
	display: flex;
	align-items: flex-end;
	gap: 0 7px;
}

#read .panel-body-img .date-month {
	font-size: 40px;
	font-weight: 700;
}

#read .panel-body-img .date-week {
	font-weight: 700;
	color: #fff;
	background: #0072bc;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
}

#read .panel-body-img .img-wrap img {
	margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
	#read .c-panel .panel-head .title {
		text-align: left;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 10px 15px;
	}

	#read .c-panel .panel-head .title:before {
		margin: 3px 10px 0px 0px;
		min-width: 20px;
	}

	#read .c-panel .panel-body {
		display: block;
		padding: 30px 20px;
	}

	#read .panel-body-img {
		justify-content: center;
		margin-top: 20px;
	}
}

/* ========================================
	entry
======================================== */
section#entry {
	padding: 0;
}

section#entry .entry-top-bg {
	position: relative;
}

section#entry .entry-top-bg::after {
	position: absolute;
	bottom: -18px;
	left: calc(50% - 18px);
	content: "";
	width: 36px;
	height: 18px;
	background: #0072bc;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#entry .inner-entry {
	position: relative;
	margin: 0 auto;
}

#entry .inner-entry__top {
	padding: 70px 0 30px 0;
	max-width: 600px;
}

#entry .inner-entry .entry-head {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	background: #fff;
	border: 4px solid #0072bc;
	font-weight: 700;
	padding: 22px 0;
	border-radius: 44px;
	top: -43.5px;
}

#entry .inner-entry .entry-head::after {
	position: absolute;
	bottom: -16px;
	left: calc(50% - 15px);
	content: "";
	width: 30px;
	height: 16px;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#entry .inner-entry .entry-head .text {
	font-weight: 900;
}

#entry .inner-entry .entry-head .text1 {
	font-size: 25px;
}

#entry .inner-entry .entry-head .text2 {
	color: #0072bc;
	font-size: 35px;
}

#entry .inner-entry .entry-head .text3 {
	color: #0072bc;
	font-size: 28px;
}

#entry .inner-entry__bottom {
	padding: 50px 0 80px 0;
	max-width: 1000px;
}

#entry .inner-entry__bottom .btn_area {
	max-width: 380px;
	margin: 0 auto;
}

#entry .inner-entry__bottom .btn_area p {
	position: relative;
}

#entry .inner-entry__bottom .btn_area .text-inner {
	display: inline-flex;
	align-items: center;
}

#entry .inner-entry__bottom .btn_area .text-inner::before,
#entry .inner-entry__bottom .btn_area .text-inner::after {
	content: "";
	width: 30px;
	height: 2px;
	background: #000;
	display: block;
}

#entry .inner-entry__bottom .btn_area .text-inner::before {
	transform: rotate(50deg);
	margin-right: 10px;
}

#entry .inner-entry__bottom .btn_area .text-inner::after {
	transform: rotate(-50deg);
	margin-left: 10px;
}

#entry .inner-entry__bottom .btn-bottom {
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	gap: 0 3px;
}

#entry .inner-entry__bottom .btn-bottom p {
	margin: 0;
	font-size: 16px;
}

#entry .inner-entry__bottom .btn-bottom .badge {
	font-size: 14px;
	padding: 3px 8px;
}

#entry .inner-entry__bottom .c-note_list {
	text-align: center;
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	#entry .inner-entry {
		padding: 70px 7px 30px 7px;
	}

	#entry .inner-entry .entry-head {
		border-radius: 54px;
		padding: 8px 0;
		left: 7px;
		width: calc(100% - 14px);
		line-height: 1.5;
	}

	#entry .inner-entry .entry-head .text1 {
		font-size: 20px;
	}

	#entry .inner-entry .entry-head .text2 {
		font-size: 32px;
	}

	#entry .inner-entry .entry-head .text3 {
		font-size: 20px;
	}

	#entry .inner-entry__bottom {
		padding: 50px 7px 80px 7px;
		max-width: 100%;
	}

	#entry .inner-entry__bottom .btn_area {
		max-width: 100%;
	}

	#entry .inner-entry__bottom .btn_area p {
		font-size: 18px;
	}

	#entry .inner-entry__bottom .btn-bottom {
		flex-flow: column;
		gap: 5px 0px;
	}

	#entry .inner-entry__bottom .btn-bottom p {
		font-size: 14px;
	}

	#entry .inner-entry__bottom .c-note_list {
		text-align: left;
		margin-top: 10px;
	}

	#entry .inner-entry__bottom .c-note_list li {
		font-size: 14px;
	}
}

/* ========================================
	mypage
======================================== */
#mypage .title span {
	display: inline-block;
}

#mypage .title span.title-top {
	margin-bottom: 20px;
}

#mypage .card .card-img {
	aspect-ratio: 1 / 1;
	width: 100%;
	margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
	max-width: 200px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #0072bc;
}

#mypage .card .card-title {
	line-height: 1.5;
	font-weight: 700;
	font-size: 20px;
}

#mypage .btn_area {
	max-width: 380px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#mypage .card .card-img {
		max-width: calc(100% - 20px);
	}

	#mypage .card .card-img img {
		padding: 20px;
	}

	#mypage .card .card-title {
		font-size: 18px;
	}
}
