

/*----------------------------------------------------
    ancer
----------------------------------------------------*/

.lv_02 a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.lv_02 a.arrow2{
	text-decoration:none;
	/*color:#fff;*/
	display:inline-block;
	padding-right:16px;
	position:relative;
   margin: 20px 0 0;
}
.lv_02 a.arrow2:hover {
   color: #ba8241;
	text-decoration:none;
}
.lv_02 a.arrow2:before, a.arrow2:after{
	content:"";
	display:block;
	-webkit-transform:skewX(45deg);
	transform:skewX(45deg);
	position:absolute;
	right:0;
	bottom:6px;
}
.lv_02 a.arrow2:before{
	width:12px;height:3px;
	background:#582f00;
}
.lv_02 a.arrow2:after{
	width:4px;height:8px;
	background:#582f00;
}
#event_seminar #contents .h2_box {
        display: none;
}




.lv_02 {
    /*border: solid 1px #92dcf2;*/
}

/*----------------------------------------------------
    .title_box
----------------------------------------------------*/
.title_box{
    position: relative;
    z-index: 1;
    text-align: center;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
}

/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
}



/*----------------------------------------------------
    #lead_copy
----------------------------------------------------*/
#event_seminar #contents #lead_copy {
    text-align: left;
}

#event_seminar #contents #lead_copy p{
		font-size: 1.5rem;
}
#event_seminar #contents #lead_copy p strong{
    font-size: 1.8rem;
    padding: 0 0 .5em;
		display: block;
}
#event_seminar #contents #lead_copy li {
		font-size: 1.5rem;
		list-style: disc;
		margin-left: 30px;
		padding-bottom: 5px;
}
#event_seminar #contents #lead_copy a {
		display: block;
		background: #9b0032;
		color: #fff;
		text-align: center;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    #event_seminar #contents #lead_copy {
        width: 94%;
        margin: 1.2em auto 3em;;
    }
    #event_seminar #contents #lead_copy p{
        text-align: left;
        line-height: 1.4;
        display: inline-block;
        margin-bottom: 0.5em;
     }
    #event_seminar #contents #lead_copy .lead_img{
        margin: 10px 10% 10px;
        text-align: center;
    }
    #event_seminar #contents #lead_copy .lead_img img{
        width: 100%;
        max-width: 160px;
    }
}

/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
    #event_seminar #contents #lead_copy {
        margin: 20px auto 40px;
        display: table;
    }
    #event_seminar #contents #lead_copy p{
        font-size: 1.6rem;
        line-height: 1.8;
        margin-bottom: 1em;
    }
    #event_seminar #contents #lead_copy p .dotline_PC{
        border-top: dotted 2px;
        border-bottom: dotted 2px;
        padding: 4px 0;
        line-height: 2.4;
    }
    #event_seminar #contents #lead_copy .lead_img{
        display: table-cell;
    }
     #event_seminar #contents #lead_copy a {
		 		float: left;
				margin-right: 5%;
				width: 45%;
		 }
		 #event_seminar #contents #lead_copy a:nth-child(2) {
		 		margin-right: 0;
		 }
}


/*----------------------------------------------------
    .seminar_detail
----------------------------------------------------*/
.seminar_detail {
    position: relative;
    margin: 40px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: solid 2px #b21a1a;
    display: table;
		width: 90%;
}
#event_seminar #contents .seminar_detail h3 {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 20px;
    padding: 0.2em 1em; 
    background: #b21a1a;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    border: 0;
    margin-top: -20px;
    line-height: 1.4;
    font-size: 1.8rem;
}
.seminar_detail legend {
		font-size:1.6rem;
		padding: 10px;
		font-weight: bold;
}
.seminar_detail dl {
    margin: auto auto 0.5em;
}
.seminar_detail dl:last-child {
    padding-top: none;
}
.seminar_detail .detail_box dt {
    font-size: 1.6rem;
		display: block;
}
.seminar_detail dl.list dt {
    display: inline-block;
    margin-top: 0.5em;
    padding: 0.2em 0.5em;
    color: #fe1c61;
		font-size: 1.4rem;
		border-bottom: double 3px #fe1c61;
}

.seminar_detail attention {
    display: block;
    font-size: 1.2rem;
}
.seminar_detail #reward p {
		font-size: 1.6rem;
}
.seminar_detail .download a {
		width: 90%;
		display: inline-block;
		background: #9b0032;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 1.7rem;
		margin: 1em 5% 0;
		padding: 5px 0 3px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
}
/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    #event_seminar #contents .seminar_detail {
        margin: 0 auto 2em;
        padding: 1.5em 3% 0.5em;
    }
		#event_seminar #contents .detail_box dt {
				text-align: center;
				margin: .5em 0;
		}
    #event_seminar #contents .detail_box dd {
        margin: 0 0 2em 0.5em;
        line-height: 1.3;
    }
    #event_seminar #contents .list dd {
        margin: 0.5em 0;
        line-height: 1.4;
    }
}

@media screen and (min-width: 321px) {
}

/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
    #event_seminar #contents .seminar_detail {
        padding: 0 2em 1.5em;
				position: relative;
    }
    .seminar_detail .detail_box {
        display: table;
        width: 100%;
    }
    .seminar_detail .detail_box dt {
    }
    #event_seminar #contents .seminar_detail dd {
        margin: 0.2em 0 0.3em;
        line-height: 1.7;
    }
    .seminar_detail dl.list {
				margin-top: 0.2em;
				margin-bottom: 30px;
		}
		.seminar_detail dl.list:last-child {
				margin-bottom: 0;
		}
    .seminar_detail dl.list dt {
    }
		.seminar_detail img{
				position: absolute;
				width: 20%;
		}
		.seminar_detail .demo1 {
				top: -5%;
				right: 5%;
		}
		.seminar_detail .demo2 {
				top: 35%;
				right: -12%;
		}
		.seminar_detail span {
				position: absolute;
				font-size: 1.2rem;
				display: block;
				border-bottom: solid 1px #000;
				padding-bottom: 3px;
		}
		.seminar_detail .cap1 {
				top: 20%;
				right: 27%;
		}
		.seminar_detail .cap2 {
				top: 47%;
				right:10%;
		}
		.seminar_detail .download a:hover {
				background: #cc0000;
		}
}


/*----------------------------------------------------
    .contentsbox
----------------------------------------------------*/

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    .contentsbox {
        width:100%;
        margin: 3em auto 30px;
    }
    .contentsbox ul {
        margin: 1em 1em 0 2em;
        list-style-type: disc;
    }
    .contentsbox ul li {
        margin-bottom: 0.8em;
        line-height: 1.5em;
    }
    #event_seminar #contents .event_txt .date {
        font-size: 1.8rem;
    }
}


/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
    .contentsbox {
        width:95%;
        margin: 0 auto 30px;
    }
    .contentsbox ul {
        margin: 1em 1em 0 4em;
        list-style-type: disc;
    }
    #event_seminar #contents .event_txt .date {
        font-size: 2.2rem;
				font-family: Arial, Helvetica, "sans-serif";
    }
    .price {
        float: left
    }
}

.contentsbox p {
    margin: 0 20px;
}

/*----------------------------------------------------
    book
----------------------------------------------------*/

.book_box {
    text-align: left;
}
.sub_book_tit  {
		background: #ccc;
		padding: 5px auto 3px;
		-web-kit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		width: 20%;
		text-align: center;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    .book_box {
        margin-bottom: 1em;
    }
    .book_tit {
        font-weight: bold;
        line-height: 1.2;
        padding-top: 0.5em;
    }
    .book {
        width: 40%;
        max-width: 200px;
        margin: 8px
    }
    
}

/* ////////// pc ////////// */

@media print,
screen and (min-width: 769px) {
    .book_box {
        /*width: 320px;
        margin: 0 10px;
        float: left;*/
        margin: auto;
        padding: 0 0.5em;
    }
    .book_tit {
        font-weight: bold;
        line-height: 1.2;
        height: 2.2em;
        padding-top: 0.5em;
    }
    .book {
        height: 250px;
        width: auto;
        margin: 0.5em;
    }
    /* pc end */
}


/*----------------------------------------------------
    .plofile
----------------------------------------------------*/
#event_seminar #contents .profile h3{
    margin-bottom: 16px;
}
.plofile_txt {
    font-size: 1.4rem;
    line-height: 1.4;
}
#event_seminar .plofile_txt p {
    margin-bottom: 0.5em;
}
.name {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 0.5em;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    .plofile_txt{
        width: 100%;
        margin-bottom: 50px;
    }
    .plofile_photo{
        width: 50%;
        max-width: 200px;
        margin:1em auto 0.5em;
    }
    .name {
        text-align: center;
    }
}

/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
    .plofile_txt{
        display: table-cell;
        vertical-align:middle;
    }
    .plofile_photo{
        display: table-cell;
        width:260px;
        padding-left: 1em;
    }
}

.plofile_photo img {
    width: 100%;
}


/*====================================================
	read_more
====================================================*/

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    .mobHidetxt {
        display: none;
        padding: 1em;
    }
    .read_more li {
        cursor :pointer;
        text-align: center;
        padding: 0.5em 0;
        margin: 1rem;
        color: #fff;
        -webkit-border-radius: 1.5em;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 1.5em;
        /* Firefox用 */
        -ms-border-radius: 1.5em;
        /* Internet Explorer用 */
        border-radius: 1.5em;
        /* CSS3草案 */
        background: #ce3454;
        background-image: -moz-linear-gradient(top, #96001f, #ce3454);
        background-image: -ms-linear-gradient(top, #96001f, #ce3454);
        background-image: -o-linear-gradient(top, #96001f, #ce3454);
        background-image: -webkit-linear-gradient(top, #96001f, #ce3454);
        background-image: linear-gradient(top, #96001f, #ce3454);
        border-top: #db6ca0 1px solid;
    }
    .read_more li:hover {
        cursor :pointer;
        background: #e56f88;
        background-image: -moz-linear-gradient(top, #ce3454, #e56f88);
        background-image: -ms-linear-gradient(top, #ce3454, #e56f88);
        background-image: -o-linear-gradient(top, #ce3454, #e56f88);
        background-image: -webkit-linear-gradient(top, #ce3454, #e56f88);
        background-image: linear-gradient(top, #ce3454, #e56f88);
        border-top: #e56f88 1px solid;
        /*text-shadow: 0 0 0.5em #fff;*/
    }
    .read_more li a {
        color: #fff;
    }
    /* mobile end */
}


/* ////////// pc ////////// */

@media print,
screen and (min-width: 769px) {
    .read_more {
        display: none;
    }
    /* pc end */
}


/*----------------------------------------------------
    OTHER
----------------------------------------------------*/
.red_box {
    padding-bottom: 0.5em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border:solid 2px #b70000;
    text-align: center;
    line-height: 1.4;
    position: relative;
    overflow: hidden;
}
.event100 {
    display: block;
    font-weight: bold;
    font-size: 1.4rem;
    background: #b70000;
    color: #fff;
    padding: 0.2em 0em;
    margin-bottom: 0.5em;
    /*text-shadow: 0px 0px 5px #fff;*/
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    .noneMOB {
        display: none;
    }
    .inbMOB {
        display: inline-block;
    }
    .red_box {
        width: 80%;
        margin: 1.2em auto 0;
    }
     #list .inq_btn { /*もともとcommon.cssの設定*/
 				width: 100%;
 		}
}

/* ////////// pc ////////// */

@media print,
screen and (min-width: 769px) {
    .inbPC {
        display: inline-block;
    }
    .red_box {
        width: 280px;
        float: right;
        margin: 0px 18px 0 0px;
    }
    
    /* pc end */
}

.inb {
    display: inline-block;
}

a:hover {
    cursor: pointer;
}
.arrowicon {
    position: relative;
    display: inline-block;
    margin-left: 15px;  /*微調整*/
}
.arrowicon:before {
    content: '';
    width: 5px;  /*任意の幅に*/
    height: 5px;  /*任意の高さに*/
    border: 0px;
    border-top: solid 3px;  /*任意の線幅＆フォントカラーと同色に*/
    border-right: solid 3px;  /*任意の線幅＆フォントカラーと同色に*/
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -15px;  /*微調整*/
    margin-top: -5px;  /*微調整*/
}

.deg_l {
    display: inline-block;
    transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}
.deg_r {
    display: inline-block;
    transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
}


.clear {
    clear: both;
}

.center {
    text-align: center;
}

.none {
        display: none;
}

.small {
    font-size: 0.85em;
}

#event_seminar #contents #contentsbox p.mb0px {
    margin-bottom: 0px;
}

.strong {
    font-size:1.4em;
    font-weight: bold;
}

.contentsbox p.mt1em {
    margin-top: 1em;
}