@charset "utf-8";
.seminar-promo.live-dahee .main-img {
	background-color: #f2f2f2;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: .5em 0 0 0;
}
.seminar-promo.live-dahee h1 img {
	max-height: 400px;
	display: block;
	margin: 0 auto;
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
}
.seminar-promo.live-dahee .intro p {
    font-size: 1.2em;
}
.seminar-promo.live-dahee .intro p.caution {
    font-weight: bold;
	font-size: 1.6em;
	color: #ff502e;
}
/* - .intro
 ------------------------------------------------------------ */
.seminar-promo.live-dahee .ticket {
	background-color: #f6f6f2;
	margin: 1em 0 2em;
}
.seminar-promo.live-dahee .ticket .inner {
	width: 100%;
	padding: 1em;
	border-radius: 4px;
	background-color: #fff;
}
.seminar-promo.live-dahee .cart {
	display: block;
	margin: .7em auto;
	text-align: center;
}
.seminar-promo.live-dahee .cart .fa {
	font-size: 2em;
	color: #efd8ae;
}
.seminar-promo.live-dahee .price {
	font-size: 1.45em;
    font-weight: bold;
    margin: 0 0 .5em;
}
.seminar-promo.live-dahee .button-wrap a {
	background-color: #F07057;
    padding: .6em 4em;
    color: #fff;
    font-size: 1.1em;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    margin: 1em auto;
}
.seminar-promo.live-dahee .data {
}
.seminar-promo.live-dahee .seminar-date {font-size: 1.2em;padding: .2em;}
.seminar-promo.live-dahee .seminar-time {
}
.seminar-promo.live-dahee .button-wrap a.one-click {
}
.seminar-promo.live-dahee .button-wrap a .fa {
    color: #fff;
    font-size: 1em;
}
.seminar-promo.live-dahee .booking {
}
.seminar-promo.live-dahee  [class*=t-type-] {
    margin: 0;
    border: none;
    padding: 1em 0 0;
    border-top: 1px dotted #aaa;
}
.seminar-promo.live-dahee .requested-count {min-height: 2em;}
.seminar-promo.live-dahee .requested-count .fa {
}
.dummy {
    display: none !important;
}

/*faq-section */
.live-dahee .faq-section {
}
.live-dahee .faq-item .inner {
    padding: 1em 1em 1em 3em;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 100%;
}
.live-dahee .col-6_xs-12.faq-item:nth-of-type(5) {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.live-dahee .faq-question {
    font-weight: bold;
    position: relative;
    margin: .5em 0;
}
.live-dahee .faq-question:before {
    content: 'Q';
    position: absolute;
    top: 0;
    left: -2em;
}
.live-dahee .faq-answer {
    position: relative;
    font-size: .9em;
    line-height: 1.6;
}
.live-dahee .faq-answer:before {
    content: 'A';
    position: absolute;
    top: .3em;
    left: -2em;
    font-size: .88em;
}