.mediaViewInfo {
	--web-view-name: 99;
	--web-view-id: Artboard;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
}
:root {
	--web-view-ids: Artboard;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}
body {
	background-color: rgba(249,249,249,1);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

html, body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

#Artboard {
	position: relative;
	width: 100%;
    flex: 1;
	background-color: rgba(249,249,249,1);
	overflow: auto;
	--web-view-name: ８;
	--web-view-id: Artboard;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
}

.hr_green {
	/*
	margin-left:9%;
	margin-right:9%;
	*/
	height: 2px;
	white-space: nowrap;
	background-color: #15b535;
}
.hr_grey {
	/*
	margin-left:2%;
	margin-right:2%;
	*/
	height: 1px;
	white-space: nowrap;
	background-color: #aaaaaa;
}
.hr_blue {
	/*
	margin-left:9%;
	margin-right:9%;
	*/
	height: 2px;
	white-space: nowrap;
	background-color: black;
	margin: 20px 0px;
}

.line-with-shadow {
	width: 100%;
	height: 2px;
	box-shadow: 0px 2px 6px 0px #0000000F;
}

.btn_submit {
	padding:10px;
	background-color: #15b535 important;
}

.default_board {
	margin-left:8%;
	margin-right:8%;
	white-space:normal;
	text-align:left;
	font-family: -apple-system, BlinkMacSystemFont, Verdana, arial, 'HiraKakuProN-W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'BIZ UDGothic', Meiryo, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size: 12px;
	color: #222222;
}

.btn-normal {
	box-sizing: border-box;
	background-color:black;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
}
.btn-normal.inactive {
	opacity: 0.5;
}
.btn-normal img {
    margin-left: 8px;
	fill:white;
	stroke: #ff0000;
}
.btn-back {
	box-sizing: border-box;

	/* Auto layout */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;

	background: #FFFFFF;
	border: 1px solid #D4D8E9;
	border-radius: 8px;
	color: #000;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

.btn-back:hover {
    color: black;
    text-decoration: none;
}

.btn-back img {
    margin-right: 8px;
}

.text_normal {
	font-weight: 400;
	font-size: 14px;
	color: #5B5D66;
}

.text_error {
	color: #DD3333;
	margin: 0;
}

.text_large {
	font-size: 14px;
}

.text_xlarge {
	font-size: 18px;
}

.text_small {
	font-size: 9px;
}

.text-bold {
	font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #5B5D66;
}

.description_box {
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	padding:5px;
	overflow-y: auto;
	border-radius: 12px;
	font-size: 14px;
	color: #12164A;
}

.required_box {
	word-break: keep-all;
	color:white;
	border-radius:5px;
	background-color:#D91935;
	padding-top:2px;
	padding-left:8px;
	padding-bottom:2px;
	padding-right:8px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	font-weight:normal;
	font-size:12px;
}

.border_radius_green {
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #74c686;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.border_radius_grey {
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #888888;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.line_dot {
	overflow: visible;
	width: 30%;
	height: 1px;
	transform: matrix(1,0,0,1,0,0);

	fill: transparent;
	stroke: #707070;
	stroke-width: 1px;
	stroke-linejoin: miter;
	stroke-linecap: butt;
	stroke-dasharray: 2;
	stroke-dashoffset: 0;
	stroke-miterlimit: 4;
	shape-rendering: auto;
}
.bg_dot{
	background-color: #fff;
	background-image:
		radial-gradient(#707070 30%, transparent 30%);
	background-size: 5px 5px;
}

/* 背景白枠線ありボックス */
.box {
    /* padding: 0.5em 1em; */
    margin: 2em 0;
    color: #666666;/*文字色*/
    background: #FFF;
    border: solid 1px #cccccc;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.box p {
    margin: 0;
    padding: 0;
}
.box p.usedmessage {
	color:#15b535;
	font-weight: bold;
	font-size: 20px;
}
.box div.block {
    margin: 20px;
    padding: 0;
}
.box div.title{
	font-size:16px;
    font-weight: bold;
	overflow-wrap: break-word;
}
.box div.content{
	font-size:14px;
	overflow-wrap: break-word;
	word-break: break-all;
}

/* 背景なし枠線なしボックス */
.nobox {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #666666;/*文字色*/
    /*background: #FFF;/*背景色*/
    /*border: solid 1px #cccccc;/*線*/
    /*border-radius: 10px;/*角の丸み*/
}
.nobox p {
    margin: 0;
    padding: 0;
}
.nobox p.error {
    margin: 0;
    padding: 0;
	color: #DD3333;
}
.nobox div.block {
    margin: 20px;
    padding: 0;
	overflow-wrap: break-word;
}
.nobox div.title{
	font-size:16px;
    font-weight: bold;
	overflow-wrap: break-word;
}
.nobox div.content{
	font-size:14px;
	overflow-wrap: break-word;
}

/* 背景白枠線ありボックス */
.ticketbox {
    padding: 0.5em 1em;
    color: #666666;/*文字色*/
    background: #FFF;
    border: solid 1px #cccccc;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.ticketboxtop {
    margin-top: 2em;
    margin-bottom: 0;
}
.ticketboxmiddle {
    margin-top: 0;
    margin-bottom: 0;
}
.ticketboxbottom {
    margin-top: 0;
    margin-bottom: 2em;
}

.ticketbox p {
    margin: 0;
    padding: 0;
}
.ticketbox p.usedmessage {
	color:#15b535;
	font-weight: bold;
	font-size: 20px;
}
.ticketbox div.block {
    margin: 20px;
    padding: 0;
}
.ticketbox div.title{
	font-size:16px;
    font-weight: bold;
}
.ticketbox div.content{
	font-size:14px;
}

/* スタッフ用背景グレー枠線ありボックス */
.staffbox {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #666666;/*文字色*/
    background-color: #CCCCCC;
    border: solid 1px #AAAAAA;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.staffbox p {
    margin: 0;
    padding: 0;
}
.staffbox p.error{
	color:#DD3333;
}
.staffbox div.block {
    margin: 20px;
    padding: 0;
}
.staffbox div.title{
	background-color: #888899;
    margin-left: -0.7em;
    margin-right: -0.7em;
	padding-left: 2em;
	padding-top:0.5em;
	padding-right:0.5em;
	padding-bottom:0.5em;
	color:#FFFFFF;
	font-size:16px;
    font-weight: bold;
}
.staffbox div.content{
	font-size:14px;
}

.mypagebox {
	/* padding: 0.5em 1em; */
	width:640px;
	margin: 2em 0;
	color: #666666;/*文字色*/
	background: #FFF;
	border: solid 1px #cccccc;/*線*/
	border-radius: 10px;/*角の丸み*/
	padding: 1.5rem;
}

.eventpicture {
    /* aspect-ratio: 16 / 9;
    object-fit: cover; */
}

.hide-sp {
    display: block !important;
}

.hide-pc {
    display: none !important;
}

.box-center {
	display: flex;
    justify-content: center;
}

.box-back {
	display: flex;
    justify-content: center;
}

.box-mypage {
    /* padding: 0.5em 1em; */
	width:640px;
    margin: 2em 0;
    color: #666666;/*文字色*/
    background: #FFF;
    border: solid 1px #cccccc;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.box-confirm {
	width: 480px;
}

.title_page_wrap {
    margin-top: 64px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.title_page_wrap .title_page {
    color:#0C1439;
    font-weight: bold;
}

.title_page {
    font-style: normal;
    font-weight: 700;
    color: #0C1439;
}

.btn-back {
	background-color: #fff;
	border: 1px #D4D8E9 solid;
	color: #0C1439;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 2rem;
}

.width-size {
    width: 50%;

}

.ticket-label {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 6px 12px;

	background: #F4F5FC;
	border-radius: 100px;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	color: #5B5D66;
}

@media only screen and (max-width: 750px) {
	.eventpicture {
		width:100%;
	}
	.top_radius {
		border-radius: 10px 10px 0 0;
	}
	.hide-pc {
		display: block !important;
	}

	.hide-sp {
		display: none !important;
	}

	.title_page_wrap {
		height: 60px;
	}

	.btn-back-wrap {
		padding-left: 1rem !important;
	}

	.width-size {
		width: 100%;
	}

	.mypagebox {
		width: 100%;
		border: 0;
		border-radius: 0;
		background: none;
		margin: 0;
		padding: 1.5rem 0;
	}

	.box-confirm {
		width: 100%;
	}

	.default_board {
		margin-left: 0;
		margin-right: 0;
		padding: 0 24px;
	}

	.box-back {
		justify-content: left;
	}
}


@media only screen and (min-width: 750px) {
	.eventpicture {
		width:600px;
	}
}

.btn-apply {
	color: #fff;
	background-color:  #15b535;
	border-color:  #15b535;
}

.btn-apply:disabled,
.btn-apply.disabled {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

#footer {
    background-color: black;
    text-align: center;
    color: #ffffff;
    padding: 10px 0;
    margin-top: auto;
}

#footer a {
    color: #ffffff !important;
}

.content-wrap-not-screen-title {
    margin-top: 64px;
}

.content-wrap-screen-title {
    margin-bottom: 75px;
}

.text_right {
    text-align: right;
}

.non-underline {
    text-decoration: none;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pl-4 {
    padding-left: 1rem;
}

.ml-4 {
    margin-left: 1rem;
}

.ml-2 {
	margin-left: 0.5rem;
}

.gray-color {
    color: #5B5D66;
}

#header {
    padding-top: 13px;
    background-color: #FFFFFF;
    height: 64px;
}

#header .logo {
    height: 40px;
    margin-left: 5%;
}

.item-status {
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
}

.hr_gray {
    height: 1px;
    background-color: #D4D8E9;
}

.no-item {
   text-align: center;
   font-size: 15px;
   font-weight: 500;
   padding-bottom: 16px;
}

.field-required {
	display: inline-block;
    padding: 0px 5px;
    background-color: red;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
	color: #FFFFFF;
}
.checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-checkbox {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    opacity: 0;
    z-index: 1;
    margin: 0;
}

.checkbox-label {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.custom-box {
    width: 2rem;
    height: 2rem;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 0.125rem solid #D4D8E9;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.625rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.custom-checkbox:checked + .custom-box {
    background-color: black;
    border-color: black;
}

.custom-checkbox:checked + .custom-box::before {
    content: '✓';
    color: white;
    font-size: 16px;
}
/* For checkbox outside label structure (event detail page) */
.custom-checkbox:checked + .checkbox-label .custom-box {
    background-color: black;
    border-color: black;
}
.custom-checkbox:checked + .checkbox-label .custom-box::before {
    content: '✓';
    color: white;
    font-size: 16px;
}

/* Optional hover effect */
.checkbox-label:hover .custom-box {
    border-color: #A0A5C1;
}

/* Text style */
.checkbox-text {
    font-size: 14px;
    color: #5B5D66;
	font-weight: 500;
}
.error-box {
	display: flex;
	padding: 12px;
	background: rgba(242, 31, 73, 0.04);

	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;

	border-radius: 8px;
	color: #D91935;
}

.error-box img{
	margin-right: 12px;
	width: 24px;
	height: 24px;
}
.error-box p{
	margin: 0;
	overflow-wrap: break-word;
}
.is-invalid {
    border-color: red;
}

.btn-cancel {
    background-color: #d33; /* 薄い赤系の背景色 */
    border: 1px #D4D8E9 solid;
    color: white; /* 濃い赤系の文字色 */
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
}
.btn-cancel:hover {
    background-color: #c00; /* 濃い赤系の背景色 */
    color: white; /* 濃い赤系の文字色 */
}
