img[src$=".svg"] {
    max-width: 100px;
    width: 100%;
}
.img_flex{
    display: flex;
    /* flex-wrap: wrap; */
    text-align: center;
    /* border-bottom: solid 2px #828282; */
}
.img_flex_text{
    width: 85%;
    margin:20px auto 30px;
}
@media screen and (max-width: 768px){
    .img_flex{
       display: block;
       /* border-bottom: solid 2px #828282; */
    }
    .img_flex_text{
        width: 80%;
    }
}
.explanation{
    padding-top: 40px;
    width: 90%;
    margin: auto;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
}
.explanation h2{
    font-weight: 600;
    border-bottom: solid 2px #828282;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px){
    .explanation{
       font-size: .9rem;
       line-height: 1.7rem;
    }
}
.lecturer h2{
    padding-left: 25px;
    background-color: #29b289;
    color: #fff;
    margin: 10px auto;
    padding-right: 0.5em;
    min-height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    font-weight: bold;
}
.lecturer li img{
    width: 60%;
}
.lecturer .theme li{
    width: 90%;
}
@media screen and (max-width: 768px){
    .lecturer .theme li{
       width: 100%;
    }
}
.cot{
    padding: 10px;
    background-color: #fff;
    border: solid 2px #29b289;
}
.daimei{
        padding-left:3em;
    text-indent:-3em;
    border-bottom: dotted;
    padding-top: 20px;
}
.daimei:before{
    content: "題　名：";
    font-weight: bold;
}
.naiyou{
    padding-left:4em;
    text-indent:-4em;
}
.number{
    padding-left: 30px;
}
.number li{
    list-style:decimal ;
}
.naiyou:before{
    content: "内　容：";
}
.time{
    font-size: 1rem;
}
.date1,.date2,.date3{
    font-size: 2rem;
    font-weight: bold;
    font-family: serif;
}
.date1{
    vertical-align: 20px;
}
.date2{
-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.date3{
    vertical-align: -20px;
}
.pdflink{
    margin: 10px 0;
    display: inline-flex;
    text-decoration: underline;
    background: #fff;
    padding: 10px;
}
.head_text{
    margin: 30px auto;
    text-align: left;
    border: dotted 1px;
    padding: 30px 20px;
  }
.pd{
    padding: 10px!important;
    vertical-align: middle!important;
    text-align: center;
    background-color: bisque;
    width: 155px;
}
#online_seminar{
    width: 1040px;
    margin: 0 auto;
}
.channel_ab_wrap{
    margin-left: -120px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    text-align: center;
}
.channel_ab_wrap span{
    width: 100%;
}
@media screen and (max-width: 768px){
#online_seminar{
    width: 100%;
}
.channel_ab_wrap{
    margin-left: 0;
    display: block;
    overflow: hidden;
}
.channel_ab_wrap span{
    padding-left: 0;
}
.channel_ab{
    width: 100%;
}
}

.flex-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 35PX;
}

a.lp_btn1 {
    width: 45%;
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #29b289;
    border-radius: 60px;
    text-align: center;
    background-color: #29b289;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    margin: 20px auto 0;
}
a.lp_btn1:hover {
    background-color: #fff;
    color: #29b289;
}
a.lp_btn2 {
    width: 45%;
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #EA8AAE;
    border-radius: 60px;
    text-align: center;
    background-color: #EA8AAE;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
}

a.lp_btn2:hover {
    background-color: #fff;
    color: #EA8AAE;
}
#online_seminar .head_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

#online_seminar .header_logo{
    width: 159px;
}
.header__logo-link {
    display: block;
    overflow: hidden;
    /* padding-top: 64px; */
    height: 0;
    background: url(/m/cmn_files/img/main_logo.svg) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (min-width: 769px){
.header__logo-link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}
}
a.lp_btn1{
    width: 90%;
}
a.lp_btn2{
    width: 90%;
    margin: 30px auto;
}
#online_seminar .head dt{
    float: left;
    width: 70px;
    margin-right: 10px;
    text-align: center;
    line-height: 30px;
    border: solid 1px;
}
#online_seminar .head dd{
    line-height: 30px;
    height: 30px;
    margin-bottom: 5px;
}
#online_seminar .head dt:first-child {
    background-color: red;
    height: 30px;
    color: #fff;
}
#online_seminar .head dl{
    width: 40%;
}
#online_seminar nav{
    width: 100%;
    background-color: #29b289;
    height: 50px;
    color: #fff;
    font-weight: 500;
}
#online_seminar nav>ul{
    display: flex;
    float: left;
    /*flex-wrap: wrap;*/
    justify-content: center;
    width: 100%;
}
#online_seminar nav>ul>li{
    width: 33.333%;
    text-align: center;
    line-height: 50px;
}

#online_seminar #overview dl {
    overflow: hidden;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
}
#online_seminar #overview dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18%;
    /* padding-left: 25px; */
    background-color: #29b289;
    color: #fff;
    margin: 10px auto;
    /* padding-right: 0.5em; */
    min-height: 50px;
    /* line-height: 50px; */
    font-size: 1.5rem;
    font-weight: bold;
}
#online_seminar #overview dt:first-child {
    width: 100%;
}
#online_seminar #overview dd {
    float: left;
    padding-left: 1em;
    margin: 10px auto;
    min-height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #29b289;
    width: 80.77%;
}

#online_seminar #movie dl,
#online_seminar #curriculum dl,
#online_seminar #contact01 dl {
    overflow: hidden;
    margin: 50px auto;
}
#online_seminar #movie dt,
#online_seminar #curriculum dt,
#online_seminar #contact01 dt {
    float: left;
    clear: left;
    width: 200px;
    padding-left: 25px;
    background-color: #29b289;
    color: #fff;
    margin: 10px auto;
    padding-right: 0.5em;
    min-height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    font-weight: bold;
}
#online_seminar #movie dt:first-child,
#online_seminar #curriculum dt:first-child,
#online_seminar #contact01 dt:first-child {
    width: 100%;
}
#online_seminar #movie dd,
#online_seminar #curriculum dd,
#online_seminar #contact01 dd {
    margin: 10px auto;
    width: 100%;
}
#online_seminar #contact01 td span{
    border: solid 1px;
    padding: 10px;
    display: inline-block;
    width: 450px;
}
#online_seminar #contact01 .mail,
#online_seminar #contact01 .tell{
    position: relative;
    text-indent: 10px;
}
#online_seminar #contact01 .mail:before{
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    margin-left: -30px;
    top: 3px;
    background-image: url(/m/cmn_files/img/lp/online_seminar/mail.svg);
    background-repeat: no-repeat;
}
#online_seminar #contact01 .tell:before{
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    margin-left: -30px;
    top: 0px;
    background-image: url(/m/cmn_files/img/lp/online_seminar/tell.svg);
    background-repeat: no-repeat;
}
.mail_txt{
    border: unset;
    text-align: center;
    padding: 10px;
}
.tell_txt{
    border: unset;
    text-align: center;
    padding: 10px;
}
#contact01 .question{
    width: 50%;
    margin: 0 auto;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn,
a.btn,
button.btn {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    font-family: sans-serif;
    position: relative;
    display: inline-block;
    padding: .3rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}
a.btn-radius-solid {
    border: 1px solid #ccc;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

@media screen and (max-width: 768px){
    .pdflink img{
        display: none;
    }
    #online_seminar #contact01 .mail:before{
        top: 63px;
    }
    #online_seminar #contact01 .tell:before{
        top: 10px;
    }
    #online_seminar #movie h2{
        font-size: 1.1rem;
    }
    #online_seminar #movie dt:first-child {
        width:100%;
        text-align: center;
        padding: 0 10px;
    }
    #online_seminar .head_wrap {
        margin: 10px;
    }
    #online_seminar .head dl {
        width: 100%;
        margin-top: 10px;
    }
    #online_seminar .head dt {
        font-size: .8rem;
        width: 50px;
    }
    #online_seminar .head dd {
        font-size: .8rem;
    }
    #online_seminar nav {
        height: 100px;
    }
    #online_seminar nav>ul{
        width: 100%;
        clear: both;
        flex-wrap: wrap;
    }
    #online_seminar nav>ul>li {
        border: solid 1px;
        font-size: .8rem;
    }
    #online_seminar #overview dt,
    #online_seminar #curriculum dt {
        width: 100%;
        font-size: 1.2rem;
        padding: 0 10px;
    }
    #online_seminar #overview dd {
        width: 100%;
        font-size: .8rem;
    }
    .end-mail {
        width: 100%;
        font-size: .8rem;
    }
}
/*----------テーブルスタイル-----------*/
.ml{
    margin-left: 10px;
}
#curriculum ul{
    padding-top: 10px;
    margin-top: 30px;
}
#curriculum ul p{
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 30px;
}
.tab_it{
    background: #ffbe00;
    padding: 5px 35px;
    border-radius: 5px;
    font-weight: bold;
}
.tab_kaizen{
    background: #6975d0;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 5px;
}
.tab_hoken{
    background: green;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 5px;
}
.tab_houritsu{
    background: red;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 5px;
}
.theme li{
    font-size: 1.2rem;
    margin: 10px 0 20px;
    width: 100%;
}
@media screen and (max-width: 768px){
    .theme li{
        /* text-indent: 5px; */
        font-size: .9rem;
        /* padding-left: .3em; */
    }
}
.lector li{
    text-indent: 65px;
    position: relative;
}

.tbl-r05{
    width: 100%;
}
.channel01 {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.channel02 {
  background: #7f9ce0;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.channel03 {
  background: #cab0dc;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.content01{
    position: relative;
}
.content01 .img01{
    width: 230px;
    height: 210px;
    object-fit: cover;
    margin-top: 30px;
}
.content01 .img02{
    width: 25px;
    vertical-align: bottom;
}
.content02{
    background: #b0bddc66;
}
.content03{
    background: #cab0dc96;
    padding: 15px 30px 25px 150px;
    position: relative;
}
.content03:after{
    content: "法律・税務";
    background: red;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    left: 25px;
    top: 35px;
}
.tbl-r05 .thead {
    border-bottom: double 2px #ccc;
}
.first{
    background: unset;
    border: unset;
}
td {
border-top: unset;
  border-bottom: solid 2px #3e4c5e;
  padding: 25px;
  text-align: left;
  vertical-align: bottom;
  font-size: 1.2rem;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
b{
    font-weight: bold;
}
td.break {
    text-indent: 9em;
}

.end-mail {
    display: block;
    margin: 100px auto;
    width: 1040px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 80px;
}

@media screen and (max-width: 768px) {
/* .content01 .img01 {
    display: none;
    width: 66px;
    height: 66px;
    position: absolute;
    right: 3%;
    top: -45px;
} */
.tab_it{
    padding: 0px 35px;
}
.tab_kaizen{
    padding: 0px 10px;
}
.tab_hoken{
    padding: 0px 10px;
}
.tab_houritsu{
    padding: 0px 10px;
}
  .tbl-r05 {
    width: 100%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px;
  }
  .tbl-r05 .content01:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
    color: #fff;
    background: #e9727e;
    border-radius: 10px;
    padding: 0px 10px;
    line-height: 23px;
  }
  .tbl-r05 .content02:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
    color: #fff;
    background: #7f9ce0;
    border-radius: 10px;
    padding: 0px 10px;
    line-height: 23px;
  }
  .tbl-r05 .content03:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
    color: #fff;
    background: #cab0dc;
    border-radius: 10px;
    padding: 0px 10px;
    line-height: 23px;
  }
  .content03:after{
    left: 150px;
    top: 12px;
    height: 20px;
    padding: 0 10px;
  }
  .break{
    background: #ddd;
    font-size: .8rem;
  }
  td.break {
    text-indent: unset;
  }
  .pc{
    display: none!important;
  }
  .sp{
    display: block!important;
  }
}

.tbl-r2{
    width: 100%;
}
.tbl-r2 th{
    width: 50%;
    font-weight: bold;
}
@media screen and (max-width: 768px){
.tbl-r2 ul{
    width: 100%;
}
.tbl-r2 li{
    width: 100%;
    border: solid 1px #ddd;
    text-align: center;
    padding: 10px;
}
.tbl-r2 li:nth-child(odd){
    font-weight: bold;
}
}
/*----------テーブルスタイル-----------*/

footer{
    margin: 30px auto;
    text-align: center;
}



/*-----------視聴用ボタン-------------*/
    .channel_a,
    .channel_b,
    .channel_c{
        padding: 10px;
    }
    .w50{
        width: 50%;
    }
    .channel_a a{
        border: solid 1px #e9727e;
        background-color: #e9727e;
        border-radius: 5px;
    }
    .channel_b a{
        border: solid 1px #7f9ce0;
        background-color: #7f9ce0;
        border-radius: 5px;
    }
    .channel_c a,.channel_ab a{
        border: solid 1px #1a9381;
        background-color: #1a9381;
        border-radius: 5px;
    }
    .channel_ab{
        margin-left: -120px;
        padding: 10px;
    }
    .channel_a a:hover{
        color: #e9727e;
    }
    .channel_b a:hover{
        color: #7f9ce0;
    }
    .channel_c a:hover,.channel_ab a:hover{
        color: #1a9381;
    }
@media screen and (max-width: 768px){
    .spnone{
        display: none;
    }
/*    .channel_a,
    .channel_b{
        display: flex;
    }*/
    .channel_a a,
    .channel_b a,
    .channel_c a,
    .channel_ab a{
        font-size: 1rem;
    }
    .w50{
        width: 100%;
    }
    .channel_ab{
        margin: auto;
    }
}
/*-----------視聴用ボタン-------------*/


