

/*----------------------------------------------------
    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{
    background-image: -moz-linear-gradient(top, #92dcf2, #fff);
    background-image: -ms-linear-gradient(top, #92dcf2, #fff);
    background-image: -o-linear-gradient(top, #92dcf2, #fff);
    background-image: -webkit-linear-gradient(top, #92dcf2, #fff);
    background-image: linear-gradient(top, #92dcf2, #fff);
    position: relative;
    z-index: 1;
    text-align: center;
}
.obi {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0;
}
.obi:before, .obi:after {
    position: absolute;
    content: '';
    width: 140%;
    height: 0;
    display: block;
    box-sizing: border-box;
    z-index: -1;
    border: 24px solid transparent;
}
.obi:before {
    border-top-color: #b21a1a;
    left: -20%;
    top: 0;
    margin: auto;
}
.obi:after {
    border-bottom-color: #b21a1a;
    left: -20%;
    bottom: 0;
}
.obi p {
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    .obi:before, .obi:after {
    }
    .obi p {
        font-size: 1.5rem;
        margin: 0.3em 0;
    }
}

/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
    .obi p {
        font-size: 1.5rem;
        margin: 0.4em 0;
    }
}



/*----------------------------------------------------
    #lead_copy
----------------------------------------------------*/
#event_seminar #contents #lead_copy {
    text-align: center;
}
#event_seminar #contents #lead_copy .first_copy {
    font-weight: bold;
    position: relative;
 }
#event_seminar #contents #lead_copy .first_copy:after{
    position: absolute;
	background:rgba(255,182,182,0.3);
    display: block;
    content: '';
    z-index: -1;
}


#event_seminar #contents #lead_copy p{
    font-size: 1.5rem;
    line-height: 1.3
}
#event_seminar #contents #lead_copy p strong{
    font-size: 1.8rem;
    padding: 0 0.2em;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    #event_seminar #contents #lead_copy {
        width: 90%;
        margin: 1.2em auto 3em;;
    }
    #event_seminar #contents #lead_copy p{
        display: inline-block;
        margin-bottom: 0.5em;
     }
    #event_seminar #contents #lead_copy .first_copy{
        font-size: 2.0rem;
    }
    #event_seminar #contents #lead_copy .first_copy:after{
        bottom: 5px;
        left: -4%;
        width:108%;
        height:1.8em;
        transform: rotate(-4deg);
    }
    #event_seminar #contents #lead_copy .second_copy{
        text-align: left;
    }
}

/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
    #event_seminar #contents #lead_copy {
        margin: 40px auto 60px;
    }
    #event_seminar #contents #lead_copy p{
        display: inline-block;
        font-size: 1.5rem;
    }
    #event_seminar #contents #lead_copy .first_copy {
        font-weight: bold;
        font-size: 2.4rem;
        margin-bottom: 0.5em;
     }
    #event_seminar #contents #lead_copy .first_copy:after{
        bottom: 2px;
        left: -3%;
        width:106%;
        height:20px;
        transform: rotate(-1.2deg);
    }
}



/*----------------------------------------------------
    .paper_pc
----------------------------------------------------*/

#event_seminar #contents .paper_pc h3 {
    display: inline-block;
    position: absolute;
    top: 5px;
    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;
}
/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    #event_seminar #contents .seminar_detail {
        background: url(../img/paper.png) no-repeat center;
        background-size: 100% 98%;
        position: relative;
        width: 80%;
        margin: 0 auto 40px;
        padding: 20px 4% 20px;
    }
    #event_seminar #contents .seminar_detail:before {
        background: url(../img/paper_l.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        content: '';
        display: block;
        width: 5%;
        height: 104%;
        top: -2%;
        left: -3%;
    }
    #event_seminar #contents .seminar_detail:after {
        background: url(../img/paper_r.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        content: '';
        display: block;
        width: 5%;
        height: 104%;
        top: -2%;
        right: -3%;
    }
    #event_seminar #contents .paper_pc dl {
        padding: 10px 0 0;
    }
    #event_seminar #contents .paper_pc dt {
        text-align: center;
        display: block;
        width: 190px;
        margin-bottom: 10px;
    }
    #event_seminar #contents .paper_pc dt span{
        background: #fff;
        padding: 5px;
        display: block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        position: relative;
    }
    #event_seminar #contents .paper_pc dt span:after {
        content: '';
        width: 5px;  /*任意の幅に*/
        height: 5px;  /*任意の高さに*/
        border: 0px;
        border-bottom: solid 6px #fff;  /*任意の線幅＆フォントカラーと同色に*/
        border-right: solid 6px #fff;  /*任意の線幅＆フォントカラーと同色に*/
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        bottom: -6px;
        left: 3em;  /*微調整*/
        margin-top: -5px;  /*微調整*/
    }
    #event_seminar #contents .paper_pc dd {
        display: block;
        font-weight: bold;
        text-align: left;
    }

}

/* ////////// PC ////////// */

@media screen and (min-width: 769px) {
    #event_seminar #contents .paper_pc {
        background: url(../img/paper.png) no-repeat center;
        background-size: 100% 98%;
        position: relative;
        width: 600px;
        margin: 0 auto 40px;
        padding: 20px 0 20px;
        text-align: center;
    }
    #event_seminar #contents .paper_pc:before {
        background: url(../img/paper_l.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        content: '';
        display: block;
        width: 5%;
        height: 104%;
        top: -2%;
        left: -3%;
    }
    #event_seminar #contents .paper_pc:after {
        background: url(../img/paper_r.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        content: '';
        display: block;
        width: 5%;
        height: 104%;
        top: -2%;
        right: -3%;
    }
    #event_seminar #contents .paper_pc .seminar_detail {
        display: inline-block;
        margin-bottom: 10px;
    }
    #event_seminar #contents .paper_pc dl {
        padding: 10px 0 0;
        display: table;
    }
    #event_seminar #contents .paper_pc dt {
        text-align: center;
        display: table-cell;;
        width: 190px;
    }
    #event_seminar #contents .paper_pc dt span{
        background: #fff;
        padding: 5px;
        display: block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        position: relative;
    }
    #event_seminar #contents .paper_pc dt span:after {
        content: '';
        width: 5px;  /*任意の幅に*/
        height: 5px;  /*任意の高さに*/
        border: 0px;
        border-top: solid 6px #fff;  /*任意の線幅＆フォントカラーと同色に*/
        border-right: solid 6px #fff;  /*任意の線幅＆フォントカラーと同色に*/
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: -5px;  /*微調整*/
        margin-top: -5px;  /*微調整*/
    }
    #event_seminar #contents .paper_pc dd {
        display: table-cell;;
        padding-left: 16px;
        font-weight: bold;
        text-align: left;
    }

}


/*----------------------------------------------------
    book
----------------------------------------------------*/
.book_box {
    text-align: left;
}

.book_box .book_tit {
    margin-bottom: 1em;
}
.book_box .book_price {
    font-size: 1.1rem;
    font-weight: normal;
}
.book_box .book img {
    width: 100%;
}
.book_box .tit_mark {
    background: #b2916b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0 0.5em;
    font-size: 1.3rem;
    color: #fff;
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    .book_box {
        width: 90%;
        margin: auto;
        padding: 0;
    }
    #event_seminar #contents .book_box .book_txt {
        width: 100%;
    }
    .book_tit {
        font-weight: bold;
        padding-top: 0.5em;
    }
    .inb {
        display: inline-block;
    }
    .book {
        width: 50%;
        margin: 0 auto 1em;
    }
    .book_box .book_price {
        display: block;
    }
}

/* ////////// pc ////////// */

@media print,
screen and (min-width: 769px) {
    .book_box {
        margin: 0 30px;
        text-align: left;
        padding: 0 20px;
    }
    .book_box .book_txt {
        float: left;
        width: 370px;
    }
    .book_tit {
        font-weight: bold;
        padding-top: 0.5em;
    }
    .book_box .book {
        float: right;
        width: 130px;
        margin-bottom: 0.5em;
    }
    .book_box .book_price {
        padding-left: 1em;
    }
    /* pc end */
}




.present {
    display: table;
}
#event_seminar #contents .present h4 {
    background: #fc7ab7;
    color: #fff;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 1em 0;
}
.present .present_img {
    display: block;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    #event_seminar #contents .present h4 {
        margin: 30px auto 0;
        width: 80%;
    }
    .present .present_img {
        width: 60%;
        margin: auto;
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    #event_seminar #contents .present h4 {
        float: left;
        width: 50%;
        margin-top: 100px;
    }
    .present .present_img {
        display: block;
        float: right;
        width: 45%
    }
}

/*----------------------------------------------------
    .plofile
----------------------------------------------------*/
#event_seminar #contents .profile h3{
    margin-bottom: 16px;
}
.plofile_txt {
    font-size: 1.3rem;
    line-height: 1.4;
}
#event_seminar .plofile_txt p {
    margin-bottom: 0.5em;
}
.plofile_txt span {
    font-size: 1.0rem;
}
.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;
        width: ;
    }
    .plofile_photo{
        display: table-cell;
        width:202px;
    }
}

.plofile_photo img {
    width: 100%;
}


/*----------------------------------------------------
    .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;
    }
}


/* ////////// 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;
    }
    .price {
        float: left
    }
}

.contentsbox p {
    margin: 0 1em;
}

/*====================================================
	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: 0em 1em 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: solid 2px #de0000;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4;
    position: relative;
}
.event100 {
    /*position: absolute;
    left: 0;
    right: 0;
    top: -0.8em;
    color: #ce3454;*/
    display: block;
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
    background: #de0000;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0.2em 0em;
    margin-bottom: 0.5em;
    /*text-shadow: 0px 0px 5px #fff;*/
}

/* ////////// mobile ////////// */

@media screen and (max-width: 768px) {
    .noneMOB {
        display: none;
    }
    .red_box {
        width: 80%;
        margin: 1.2em auto 0;
    }
    
}

/* ////////// pc ////////// */

@media print,
screen and (min-width: 769px) {
    .red_box {
        width: 240px;
        float: left;
        margin: 0px 0 0 30px;
    }
    
    /* pc end */
}


.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;
}