@charset "utf-8";

/* box-caution
-------------------------- */
#Attention{ display: none;}
#Attention2{ display: none;}

.mb20 {
    margin-bottom: 20px !important;
}

.bold {
    font-weight: bold;
}

.inbox.box-caution {
    background: #fff;
    box-shadow: 0 0 1px #ccc;
    padding: 40px;
}


.box-caution .listTit {
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.box-caution .lead{
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
.box-caution .block-caution:first-of-type{
	display: block;
}
.box-caution .block-caution{
	display: block;
	border-top: 1px solid #ccc;
	padding-top: 60px;
	margin-top: 60px;
}
.box-caution .block-caution:last-of-type{
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.box-caution .block-caution:first-of-type{
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.box-caution .block-caution:last-of-type *{
	/*font-size: 16px !important;*/
}
.box-caution .block-caution a{
	font-size: 18px;
	text-decoration: none;
}
.box-caution .block-caution a.sub{
	display: inline-block;
	font-size: 15px;
	color: #2359bf;
	padding-top: 5px;
	text-decoration: underline;
}
.box-caution .block-caution a.sub:hover{
	color: #cc1321;
}
.form--post.block-caution a:not('.main'){
	text-decoration: underline;
}
.form--post.block-caution a:hover{
	color: #cc1321;
}
.form--post.block-caution .main:hover{
	color: #fff;
}
.box-caution .btn{
	text-decoration: none;
}
.box-caution .block-caution .block-tit{
	text-align: center;
	font-size: 22px;
	margin-bottom: 10px;
}
.box-caution .block-caution *{
}
.box-caution .block-caution i{
	font-size: 16px;
	padding-left: 5px;
}
.box-caution .block-caution.reading{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.box-caution .block-caution.form--post label{
	margin-bottom: 20px;
}
.box-caution .block-caution.form--post label span::before{
	top: 9px;
}
.box-caution .block-caution.understanding.form--post label{
	cursor: pointer;
}
.box-caution .block-caution.understanding.form--post label.valBtn{
    cursor: default;
}
.box-caution .block-caution.reading *{
	pointer-events : auto;
}

.box-caution .block-caution.understanding label,
.box-caution .block-caution.understanding label *{
	cursor: auto;
	/*pointer-events:none;*/
}

.box-caution .block-caution #entryBtn{
    pointer-events: none;
    background: #CCC;
    border-color: #CCC;
}
.box-caution .block-caution .reserve1{
    cursor: default;
}
.box-caution .block-caution.understanding #entryBtn{
	pointer-events : auto;
    background: #cc1321;
    border-color: #cc1321;
    cursor: pointer;
}
.box-caution .block-caution.understanding .disabled#entryBtn{
    pointer-events: none!important;
    background: #CCC;
    border-color: #CCC;
}
.box-caution .attentionList { margin: 0 auto 20px; }
.box-caution .attentionList:last-of-type { margin: 0;}
.box-caution .attentionList .btncx { margin: 0 auto 10px; }
.box-caution .attentionList li {
    font-size: 14px;
    margin: 0 0 5px 20px;
    text-align: left;
}
.box-caution a *{
	transition: none;
}
.box-caution a { display: inline-block; font-size: 14px; text-decoration: none;margin: 0; }
.box-caution a:hover { color:#cc1321; }
.box-caution .btn a:nth-child(1) { font-size: 16px; margin: 10px auto; }
.box-caution .btnList { text-align: center; }
.box-caution .btnList .btn {
	display: inline-block;
	width: auto;
	min-width: 360px;
	padding: 15px 0 40px;
}
.box-caution .btnList .btn:nth-child(1) { margin-right: 10px; }
.box-caution .btnList .btn a { min-width: 360px; }
.attentionList li::before{
  top: 0.2em;
}
.box-caution .block-caution.reading .blankBtn_in{
    pointer-events: none;
}
.box-caution .block-caution.reading .blankBtn_in a{
    pointer-events: none;
    background: #CCC;
    border-color: #CCC;
    color: #FFF;
}

.box-caution .list-ticket dt{
	font-size: 20px;
	margin-bottom: 10px;
}
.attentionList li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 9px;
	font-size: 0.8em;
	background: #b9b9b9;
	position: absolute;
	left: -13px;
	top: 7px;
}

/* form */
.box-caution label { display: block; margin: 30px auto 0; }
.box-caution label:hover{ color: #cc1321;}
.box-caution label:hover span::before{ border-color: #cc1321;}
.box-caution label span { position: relative; font-size: 18px;}
.box-caution label span::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 0;
	border: 1px solid #999;
	margin: -0.6em 0 0;
	position: absolute;
	left: -27px;
	top: 11px;
	background: #fff;
	border-radius: 2px;
	transition: .3s;
}
.box-caution :checked ~ span::before,
.box-caution :disabled ~ span::before { background: #cc1321; border-color: #cc1321; }
.box-caution label span::after {
	content: '';
	display: inline-block;
	width: 0.8em;
	height: 0.4em;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	margin: -0.26em 0 0;
	position: absolute;
	left: -0.1em;
	top: 70%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
}
.box-caution :checked ~ span::after,
.box-caution :disabled ~ span::after { top: 9px; left: -24px; opacity: 1; }
.box-caution  input { -webkit-appearance: none; opacity: 0; position: absolute; }
.box-caution  a{ text-decoration: underline;}
.box-caution .btn .disabled:hover{ color: #fff;}
.box-caution .main:hover{ color: #fff;}
.scheduleArea { display: none; }
.pointList .point-trade .thumb{ padding: 15px 10px 0; }
.pointList .point-collection .thumb{ padding: 10px; }


/* confirm */

.confirm.box-caution .block-caution {
  display: block;
}
.confirm.box-caution .block-caution:not(.form--post) .btn,
.confirm.box-caution .block-caution.form--post label{
  /*display: none;*/
}
.confirm.box-caution .block-caution * {
    pointer-events: auto;
}
.confirm..box-caution .lead{
	margin-bottom: 50px;
}


@media screen and (max-width: 900px) {

.mb20 {
    margin-bottom: 15px !important;
}

.inbox.box-caution {
    padding: 20px 13px;
}

.box-caution .listTit {
    font-size: 15px;
    margin-bottom: 20px;
}

.box-caution .attentionList li {
    font-size: 12px;
    margin: 0 0 5px 1em;
    text-align: left;
    padding: 0;
}

.box-caution .block-caution:last-of-type * {
    font-size: 12px !important;
}

.box-caution :checked ~ span::after, .box-caution :disabled ~ span::after {
    top: 9px;
    left: -19px;
    opacity: 1;
    width: 0.5em;
    height: 0.3em;
}

.box-caution .block-caution.form--post label span::before {
    top: 8px;
    width: 15px;
    height: 15px;
    left: -24px;
}

.box-caution .block-caution.form--post label {
    margin-bottom: 5px;
}

.box-caution .block-caution:last-of-type {
    margin-top: 20px;
}

}


@media screen and (min-width: 900px) {
.box .mainLead {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    margin: 0 0 25px;
}

.box-ticket .dticket {
    margin: 0 0 30px;
}

}
