@charset "UTF-8";

/*----- acting_alert STA -----*/
#acting_alert {
    left: 0;
    margin: 5px;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 240px;
    z-index: 1000;
}
#acting_alert p.close_alert {
    background: none repeat scroll 0 0 #1393C0;
    height: 25px;
    margin: 0;
    padding: 3px;
    text-align: right;
}
#acting_alert p.content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #1393C0;
    height: 100%;
    margin: 0;
    padding: 1em;
}
#acting_alert span.top, #acting_alert span.bottom {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
}
#acting_alert span.top span, #acting_alert span.bottom span {
    background: none repeat scroll 0 0 #1393C0;
    display: block;
    height: 1px;
    overflow: hidden;
}
#acting_alert span.r1 {
    margin: 0 5px;
}
#acting_alert span.r2 {
    margin: 0 3px;
}
#acting_alert span.r3 {
    margin: 0 2px;
}
#acting_alert span.top span.r4, span.bottom span.r4 {
    height: 2px;
    margin: 0 1px;
}
#acting_alert span.item {
    font-size: 12px;
}
.close_alert a {
    background-image: url("../img/bannerClose.gif");
    display: block;
    height: 23px;
    width: 23px;
}
.close_alert a img {
    display: none;
}
/*----- acting_alert END -----*/


/*----- error STA -----*/
.ss_txtRedB {
    color: #FF0000;
    font-weight: bold;
}
/*----- error END -----*/


/*---- noscript STA ----*/
.alert_noscript {
    width: 80%;
    max-width: 800px;
    color: #b94a48;
    background-color: #f2dede;
    margin: 20px auto;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #eed3d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-left: 30px;
    line-height: 150%;
    font-size: 16px;
    font-family: inherit;
    font-weight: bold;
    text-rendering: optimizelegibility;
}
/*---- noscript END ----*/




/*-------------------- seminar/preview --------------------*/
body#top #mp_other_date_display-off {
    display: none;
}
body#top .mp_free_free-off {
    display: none;
}
body#top .mp_fixed_free-on {
    display: none;
}

body#top .header_img{
  text-align: center;
  margin: 55px 0 50px;
}

body#top .seminar_memo{
  padding-top: 20px;
}

body#top .privacy h2{
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
body#top .privacy p{
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 0;
  padding-left: 1em;
}

body#top .ss_alert_noscript{
  display: none;
}


/*-------------------- timetable --------------------*/
#page_timetable .radio, #page_timetable .checkbox {
  background-color: #fff;
}
#page_timetable .radio:hover, #page_timetable .checkbox:hover {
    background-color: #fff;
}

/*-------------------- user,userenquete,confirm --------------------*/
div.lead h3{
  font-size: 20px;
  margin-bottom: 16px;
}

/*-------------------- user,userenquete --------------------*/
.input_checked:before {
  opacity: 1;
}
/*input[type=radio]:checked + .radio:before {
    opacity: 1;
}*/
/*input[type=checkbox]:checked + .checkbox:before {
    opacity: 1;
}*/

/* input */
main select {
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

.contact-box input[type="text"],
.contact-box input[type="email"],
.contact-box input[type="tel"],
.contact-box input[type="number"],
.contact-box textarea {
  min-width: auto;
}

main ul li.ss_input:nth-of-type(1) {
  margin-right: 10px;
  min-width: auto;
}
main dl.item_side ul li.ss_input{
  display: inline-block;
  margin-bottom: 0px;
}

/*placeholder*/
.ph{
  display :none;
}

.privacy_before{
  height: 30px;
}

.radio, .checkbox{
  white-space: normal;
}


/*-------------------- confirm --------------------*/

/* cartの人数 */
.ss_num {
	display: none;
}
/* キャンペーン型かつ無料(確認画面) */
.ss_price_type11 {
	display: none;
}
/* キャンペーン型かつキャンペーン課金(確認画面) */
.ss_price_type12 .label {
	display: none;
}
/* サブキャンペーン型かつ無料(確認画面) */
.ss_price_type21 .ss_price {
	display: none;
}
/* キャンペーン型かつ無料(cart) */
.ss_price_type_cart11 .ss_price, .ss_price_type_cart11 .label {
	display: none;
}
/* キャンペーン型かつキャンペーン課金(cart) */
.ss_price_type_cart12 .label {
	display: none;
}
/* サブキャンペーン型かつ無料(cart) */
.ss_price_type_cart21 .ss_price {
	display: none;
}

table.confirm_cart {
  width: 100%;
}
table.confirm_cart th.ss_cart_day_th {
  width: 40%;
}
table.confirm_cart th.ss_cart_app_th {
  width: 60%;
}
table.confirm_cart tr{
  border-bottom: 1px solid #D4D4D4;
}
table.confirm_cart th {
  align-items: center;
  background: #F0F0F0;
  padding: 15px 50px 15px 20px;
}
table.confirm_cart td {
  align-items: center;
    padding: 15px 20px 15px 20px;
    flex-wrap: wrap;
}


/*-------------------- complete --------------------*/
div.lead .ss_comMsg{
  font-size: 18px;
  margin: 0 0 22px 0;
  font-weight: bold;
}
body#form .mp_free_comp_free-off {
    display: none;
}
body#form .mp_free_comp_ {
    display: none;
}




/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {

/*-------------------- seminar/preview --------------------*/
body#top .header_img img{
  width: 100%;
}


/*-------------------- user,userenquete --------------------*/
main ul li.ss_input:nth-of-type(1) {
  margin-right: 0px;
}
main dl.item_side ul li.ss_input{
  display: block;
}



}
