/* 標準テンプレート */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*
#cp_main{
	font-weight: 700;
}
*/
#cp_main h1 {
	font-size: 150%;
}
#cp_main h2 {
	font-size: 130%;
	text-align: center;
    font-weight: 700;
}
#cp_main h2:after {
	content: '● ● ●';
	display: block;
	font-size: 30%;
	margin-top: 5px;
}

.text-danger {
	color: #a4232a!important;
}

#cp_main .main_visual img {
	width: 100%;
}
#cp_main .dates {
	font-size: 80%;
	text-align: center;
}
#cp_main .dates span {
	font-size: 150%;
}
#cp_main nav .form-row>.col {
	padding-right: 0px;
	padding-left: 0px;
    font-weight: 700;
}
#cp_main nav a {
	font-size: 80%;
	display: block;
	color: #000;
	text-decoration: none;
}
#cp_main nav a img {
	max-width: 27px;
}
#cp_main nav a span {
	display: block;
	line-height: 1.2;
}
#cp_main nav li:not(:last-child) a span {
	border-right: solid 2px #000;
}
#cp_main #join_top,
#cp_main #join_bottom {
	text-align: center;
}
#cp_main #present .item:not(:last-child) {
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}
#cp_main #present .image {
	text-align: right;
}
#cp_main #present .image img,
#cp_main #target .image {
	border-radius: 20px;
}
#cp_main #present .body {
	padding-top: 0px;
}
#cp_main #present .title {
	font-weight: bold;
}
#cp_main #present .text {
	font-size: 80%;
}
#cp_main #target .item {
	text-align: center;
}
#cp_main #target p {
	font-size: 80%;
}
#cp_main #target .text {
	line-height: 1.2;
}
#cp_main #entry h3 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
#cp_main #entry .list-group-item {
	background-color: transparent;
	border-width: 4px;
	margin-bottom: -4px;
}
#cp_main #entry .list-group-item:first-child {
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#cp_main #entry .list-group-item:last-child {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
#cp_main #entry .list-group-item h4 {
	text-align: center;
}
#cp_main #entry .list-group-item h4 img {
	max-height: 25px;
}
#cp_main #entry .list-group-item .image img {
	max-height: 150px;
}
#cp_main #entry .receipt-title {
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-width: 2px;
	border-bottom-width: 2px;
}
#cp_main #entry .receipt-ok h4,
#cp_main #entry .receipt-ng h4 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
#cp_main #entry .receipt-image {
	background-color: #fff;
	border-radius: 20px;
}
#cp_main #entry .receipt-image p {
	font-weight: bold;
}
#cp_main #entry .receipt-image p img {
	max-width: 26px;
}
#cp_main #entry .receipt-ok ul {
	font-size: 80%;
}
#cp_main #entry .receipt-ng .form-row {
	font-size: 80%;
	text-align: center;
}
#cp_main #entry .receipt-ng .form-row .text-danger {
	font-size: 350%;
	line-height: 0.7;
}
#cp_main #entry .detail {
	border-style: solid;
	border-width: 4px;
	border-radius: 20px;
}
#cp_main #entry .detail p:last-child {
	margin-bottom: 0px;
}
#cp_main #note h3 {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.6;
	padding-left: 10px;
	border-left-style: solid;
	border-left-width: 9px;
}
#cp_main .notes {
	background-color: #fff;
	border-radius: 20px;
}
#cp_main .notes .inner {
	max-height: 300px;
	overflow-y: auto;
}
#cp_main .notes p:last-child {
	margin-bottom: 0px;
}
#cp_main #contact p {
	font-size: 80%;
	text-align: center;
}
#cp_main #join_top,
#cp_main #share {
	background-color: #f5f5f5;
}
#cp_main #share .sns {
	text-align: center;
}
#cp_main #share .sns img {
	max-width: 27px;
}
#cp_main .pagetop {
	position: fixed;
	right: 0px;
	bottom: 0px;
}
#cp_main .pagetop a {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
}

/* md and up */
@media (min-width: 768px) {
	h1 {
		font-size: 200%;
	}
	h2 {
		font-size: 180%;
	}
	.copyright {
		font-size: 100%;
	}
	#cp_main .dates {
		font-size: 140%;
		font-weight: bold;
	}
	#cp_main nav a {
		font-size: 130%;
	}
	#cp_main nav a img {
		max-width: 100%;
	}
	#cp_main #present .title {
		font-size: 140%;
	}
	#cp_main #present .text {
		font-size: 100%;
	}
	#cp_main #target p {
		font-size: 100%;
	}
	#cp_main #entry h3 {
		font-size: 140%;
	}
	#cp_main #entry .list-group-horizontal-md .list-group-item:first-child {
		border-top-left-radius: 20px;
    	border-bottom-left-radius: 20px;
		border-top-right-radius: 0;
	}
	#cp_main #entry .list-group-horizontal-md .list-group-item:last-child {
		border-top-right-radius: 20px;
    	border-bottom-right-radius: 20px;
		border-bottom-left-radius: 0;
	}
	#cp_main #entry .list-group-horizontal-md .list-group-item {
		margin-right: -4px;
	}
	#cp_main #entry .receipt-ok h4,
	#cp_main #entry .receipt-ng h4 {
		font-size: 140%;
	}
	#cp_main #entry .receipt-ng .form-row {
		font-size: 100%;
	}
	#cp_main #entry .receipt-image p {
		font-size: 110%;
		line-height: 2;
	}
	#cp_main #entry .receipt-image p img {
		max-width: 100%;
	}
	#cp_main #note h3 {
		font-size: 100%;
	}
	#cp_main #share .sns img {
		max-width: 100%;
	}
	#cp_main #contact p {
		font-size: 100%;
	}
}

/* lg and up */
@media (min-width: 992px) {
	#cp_main h1 {
		font-size: 240%;
	}
	#cp_main h2 {
		font-size: 200%;
	}
	#cp_main .dates {
		font-size: 170%;
	}
	#cp_main #present .title {
		font-size: 160%;
	}
	#cp_main #present .text {
		line-height: 2.5;
	}
	#cp_main #entry .list-group-item h4 img {
		max-height: 100%;
	}
	#cp_main #entry .list-group-item .image img {
		max-height: 100%;
	}
	#cp_main #entry .receipt-ok ul {
		font-size: 90%;
	}
	#cp_main #entry .receipt-image p {
		font-size: 120%;
		line-height: 2.3;
	}
	#cp_main .notes p.small {
		font-size: 90%;
	}
}
