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

/* contents */
#christmas {
	width: 800px;
	background: #FFF;
    color: #000;
    font-size: 16px;
    line-height: 160%;
    float: right;
}
#christmas .sp { display: none !important;}
#christmas img,
#christmas p,
#christmas ul,
#christmas li {
	border: 0;
	margin: 0;
	vertical-align: top;
	text-decoration: none;
	list-style: none;
}
#christmas h2,h3,h4 {
	margin: 0;
	padding: 0;
}
#christmas dl,dt,dd,ol,ul,li {
	margin: 0;
	padding: 0;
}
#christmas section {
    margin: 0;
}
#christmas .main {
    background: #890c00;
}
#christmas .flex {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#christmas .flex li {
	width: 50%;
}

/*------ ご応募前に必ずご確認ください ------*/
#christmas .acc {
	clear: both;
    overflow: hidden;
}
#christmas .acd-check {
    display: none;
}
#christmas .acd-label {
    text-align: center;
    display: block;
    cursor: pointer;
}
#christmas .acd-label:hover {
    opacity: .8;
}
#christmas .acd-content {
    height: 0;
    opacity: 0;
    padding: 0 40px;
    transition: .5s;
    visibility: hidden;
}
#christmas #present_info .acd-content {
	background: #231815;
}
#christmas #gacha_flow .acd-content {
	background: #19480a;
}
#christmas .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
	padding-bottom: 50px;
    background-image: url("../img/bg_attention.jpg") ;
    background-repeat: no-repeat;
}
#christmas .fukidashi {
    background: #FFF;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    font-size: 18px;
    line-height: 180%;
}
#christmas .fukidashi:before {
	content: "";
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -40px;
	border: 40px solid transparent;
	border-bottom: 20px solid #FFF;
}
#christmas .fukidashi ul {
    margin: 10px 0 50px 40px;
    padding: 0;
}
#christmas .fukidashi ul.margin0 {
    margin-bottom: 0;
}
#christmas .fukidashi ul li {
    margin-bottom: 10px;
}
#christmas .fukidashi ul li:last-child {
    margin-bottom: 0;
}
#christmas .fukidashi p {
    margin-bottom: 10px;
	padding-left: 1em;
    text-indent: -1em;
}
#christmas .fukidashi p.indent-none {
    margin-bottom: 10px;
	padding-left: 0;
    text-indent: 0;
}
#christmas .fukidashi p:last-child {
    margin-bottom: 0;
}
#christmas .fukidashi .table {
    margin-top: 30px;
}
#christmas .fukidashi .table h3 {
    text-align: center;
    background: #1a5545;
    color: #FFF;
    padding: 10px;
    font-size: 18px;
    line-height: 160%;
    margin: 0;
}
#christmas .fukidashi .table dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
#christmas .fukidashi .table dt,
#christmas .fukidashi .table dd {
    padding: 10px 15px;
    margin: 0;
    text-align: left;
    font-weight: 300;
    border-bottom: 1px solid #715c3c;
    box-sizing: border-box;
}
#christmas .fukidashi .table dt {
    width: 30%;
    background: #e9dece;
    text-align: center;
}
#christmas .fukidashi .table dd {
    width: 70%;
}
#christmas .fukidashi .table .notice {
    margin-top: 10px;
    font-size: 16px;
    line-height: 160%;
}
#christmas .fukidashi .table .txt {
    margin: 10px 10px 0 10px;
}
#christmas .fukidashi h3 {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 5px;
}
#christmas strong {
    color: #9b0707;
}