body
{
    background: #FFFFFF;
    color: #555555;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    position: relative;
}

.green {
    color: #006557;
}

.white {
    color: #FFF;
}

.logo-header {
    margin: 0;
    padding: 10px 0;
}
.logo-header img {
    width: auto;
    height: 50px;
}

@media (min-width: 768px) {
    .container {
        width: 700px;
    }
}
@media (max-width: 767px) {
    .logo-header {
        padding: 10px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 900px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-light
{
    background: #FFFFFF;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0 !important;
}
.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus {
    background-color: #FFFFFF;
}
.navbar-light.navbar-nav li a
{
    color: #404040;
    font-weight: bold;
    height: 65px;
    line-height: 40px;
}
.navbar-light.navbar-nav li a:hover
{
    color: #006557;
}
.navbar-light.navbar-nav > li > a:focus
{
    color: #888;
}
.navbar-toggler
{
    margin-top: 16px;
}

.navbar-light.navbar-nav > .active > a,
.navbar-light.navbar-nav > .active > a:hover,
.navbar-light.navbar-nav > .active > a:focus {
    color: #006557;
    background-color: transparent;
}

h1 { margin: 0; }
section h2 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
}

section h3 {
    font-size: 18px;
}
#home, #vision, #entry, #terms, #privacy, #inquiry,
#newsrelease, #panel_lineup, #material_intro, #seminarOndemand, #luncheon, #seminar{ padding-top: 65px; }
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.flexslider .slides {
    padding: 0;
    zoom: 1;
}
.flexslider .slides img {
    width: 100%;
    /*min-width: 648px;*/
    display: block;
}
.flexslider .slides > li {
    display: none;
    padding: 0;
    position: relative;
    -webkit-backface-visibility: hidden;
}
.flexslider img {
    position: relative;
    width: 100%;
}
.flex-center{
    display: flex;
    justify-content: center;
}
@media (max-width: 767px) {
    /*    .flexslider .slides > li {
            height: 170px;
        }
        .flexslider .slides > li > img {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: auto;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }*/
}
@media (max-width: 500px) {
    .flexslider .slides > li {
        /*height: 170px;*/
    }
    .flexslider .slides > li > img {
        /*        -webkit-transform: translate(-67%,-50%);
                -moz-transform: translate(-67%,-50%);
                -ms-transform: translate(-67%,-50%);
                transform: translate(-67%,-50%);*/
    }
}
.slider-caption {
    color:white;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    z-index: 7;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#home h1,
#home h2
{
    font-weight: bold;
}
#home h1 span {
    display: block;
    text-align: left;
    font-size: 18px;
    font-style: italic;
}

.read-home {
    margin: 0;
    text-align: left;
    line-height: 2;
}
.img-home {
    padding: 40px 80px;
    text-align: center;
}
.img-home  img {
    width: 100%;
}
@media (max-width: 767px) {
    .img-home {
        padding: 20px 0;
    }
}
.joint {
    margin-top: 40px;
    text-align: left;
}
.joint dt {
    margin-bottom: 10px;
}
.joint dd {
    line-height: 2;
}
.link-hp {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
}
.link-hp span.logo {
    margin-left: auto;
}
@media (max-width: 767px) {
    .link-hp {
        display: block;
    }
    .link-hp span.logo {
        display: block;
        margin: 10px 0 0;
    }
}
.link-movie {
    text-align: left;
}

.aboutBox {
    display: -webkit-flex;
    display: flex;
}
.aboutBox .address {
    width: 500px;
}
.aboutBox .address h3 {
    margin: 0 0 10px;
    font-weight: normal !important;
}
.aboutBox .address dl {
    /*margin: 0;*/
    display: flex;
    flex-wrap: wrap;
}
.aboutBox .address dt {
    /*    float: left;
        clear: left;*/
    width: 40%;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}
.aboutBox .address dd {
    padding: 10px 0;
    width: 60%;
    border-top: 1px solid #ccc;
}
.about-contents {
    max-width: 350px;
    min-width: 350px;
    margin-left: auto;
}
.about-contents dt {
    margin-bottom: 10px;
}
.about-contents dd ul {
    margin: 0;
    padding: 0;
}
.about-contents dd li {
    margin: 0 0 0 25px;
    padding: 0;
}
.about-contents dd li+li {
    margin-top: 5px;
}
@media (max-width: 767px) {
    .aboutBox {
        display: block;
    }
    .aboutBox .address {
        width: 100%;
    }
    .aboutBox .address dt {
        width: 100%;
        float: none;
        padding: 10px 0 0;
        border-top: 1px solid #ccc;
    }
    .aboutBox .address dd {
        width: 100%;
        padding: 0 0 10px;
        border-top: none;
        padding-left: 0;
    }
}
/* end home */

/* start simpletextrotator */
.rotating {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
    -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
    transform: rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin-x: 50%;
}

.rotating.flip {
    position: relative;
}

.rotating .front, .rotating .back {
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.rotating .front {
    position: absolute;
    display: inline-block;
    -webkit-transform: translate3d(0,0,1px);
    -ms-transform: translate3d(0,0,1px);
    transform: translate3d(0,0,1px);
}

.rotating.flip .front {
    z-index: 1;
}

.rotating .back {
    display: block;
    opacity: 0;
}

.rotating.spin {
    -webkit-transform: rotate(360deg) scale(0);
    -ms-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
    z-index: 2;
    display: block;
    opacity: 1;
    -webkit-transform: rotateY(180deg) translate3d(0,0,0);
    -ms-transform: rotateY(180deg) translate3d(0,0,0);
    transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
    -webkit-transform: rotateX(180deg) translate3d(0,0,0);
    -ms-transform: rotateX(180deg) translate3d(0,0,0);
    transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
    -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
    -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
    transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
    -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
    -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
    transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
    -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
    -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
    transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

#about {
    min-height: 300px;
    padding: 80px 0 0;
}

#members {
    min-height: 300px;
    padding: 80px 0 60px 0;
}

.media {
    padding: 40px 0 10px 0;
}
.media .fa {
    background: #006557;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 10px 0 0;
    padding-right: 0;
}
.media .media-heading {
    color: #006557;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

#service {
    min-height: 300px;
    padding: 80px 0 0;
}

.text-service {
    padding: 0 15px;
}
.text-service h3 {
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.text-service dt {
    margin-bottom: 5px;
}
.text-service dd+dt {
    margin-top: 20px;
}

/*#contact {
  background: url('../images/bg.jpg') no-repeat;
    background-size: 100% auto;
  color: #FFFFFF;
  padding: 0;
}*/
/*#contact {
    background: #404040 url('../images/bg.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #FFFFFF;
  min-height: 300px;
  padding: 80px 0 60px 0;
}*/
#contact h3 {
    font-weight: bold;
    letter-spacing: 1px !important;
    padding-bottom: 30px;
}
#contact p {
    font-weight: 400;
    padding: 0 0 40px 0;
}
#contact a:link {
    color: #fff;
    text-decoration: none
}
#contact h4+h5 {
    margin-top: 25px;
}
#contact h5+h5 {
    margin: 40px 0 0%;
    /*margin: 40px 0 200px;*/
}




/*add 20180223*/
.management-height1 {
    height: 500px;
}
@media (max-width: 767px) {
    .management-height1 {
        height: auto;
    }
    .text-service {
        padding: 0;
    }
}


/*add 20180706*/
.management {
    width: 400px;
    margin: 0 auto;
}
.management dl {
    margin: 0;
}
.management dt {
    float: left;
    clear: left;
    padding: 10px 0;
}
.management dd {
    padding: 10px 0 10px 180px;
    border-top: 1px solid #ccc;
    text-align: left;
}
@media (max-width: 767px) {
    .management {
        width: 100%;
    }
    .management dd {
        padding-left:40%;
    }
}


/*202010追加*/
/* .lineup table {
    margin-bottom: 5%;

} */
.lineup table td {
    padding: 1%;
    border: 1px solid #4472C4;
    vertical-align: top;
}
.lineup table .head {
    background-color: #4472C4;
    color: #fff;
    text-align: center
}
.lineup table .head td {
    border-right: 1px solid #fff;
}
.lineup table .head td:last-child {
    border-right: 1px solid #4472C4;
}
.lineup table .bc {
    background-color: #D9E2F3;
}
/* .lineup .head td:nth-of-type(1){
    width: 20%;
}
.lineup .head td:nth-of-type(2){
    width: 35%;
}
.lineup .head td:nth-of-type(3){
    width: 15%;
}
.lineup .head td:nth-of-type(4){
    width: 30%;
} */
.red {
    color: #FF0000;
}
.ml6_5em{
    margin-left: 6.5em;
}
.ml8_5em{
    margin-left: 8.5em !important;
}
.ml9_5em{
    margin-left: 9.5em !important;
}
.ml14-em {
    margin-left: 14em !important;
}
.mt10{
    margin-top: 10px;
}
.ml_1em {
    margin-left: 1em;
}
@media screen and (max-width: 767px) {
    .past-seminar .ml14-em {
        margin-left: 0 !important;
    }
    #seminarOndemand .ml_1em {
        margin-left: 0;
    }
}

/*2021.4月追加*/
.ml6_5em_ml0 {
    margin-left: 6.5em;
}
.ml6_2em_ml0 {
    margin-left: 6.2em;
}
.ml2_5em {
    margin-left: 2.5em;
}
.ml3_1em {
    margin-left: 3.1em;
}
.mb40 {
    margin-bottom: 40px;
}
.ml5_6em_ml0{
    margin-left: 5.6em;
}
.mb0 {
    margin-bottom: 0;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mt40 {
    margin-top: 40px;
}

/* entry */
#entry .note {
    color: #555555;
    font-size: 93%;
    font-weight: normal;
}
@media screen and (max-width: 725px) {
    #entry .note {
        text-align: left;
        line-height: 1.2;
    }
}

/*privacy*/
.list-unstyled {
    list-style: none;
}
#privacy ul.list-unstyled > li {
    margin-bottom: 10px;
}

/*追加フッター変更*/
#contact {
    position:relative;
    height: auto;
    color: #337ab7 !important;
    text-shadow: #ffffff 1px 1px 0px, #ffffff -1px -1px 0px, #ffffff -1px 1px 0px, #ffffff 1px -1px 0px, #ffffff 0px 1px 0px, #ffffff  0px -1px 0px, #ffffff -1px 0 0, #ffffff 1px 0 0;
}
#contact a:link {
    color: #337ab7 !important;
    text-shadow: #ffffff 1px 1px 0px, #ffffff -1px -1px 0px, #ffffff -1px 1px 0px, #ffffff 1px -1px 0px, #ffffff 0px 1px 0px, #ffffff  0px -1px 0px, #ffffff -1px 0 0, #ffffff 1px 0 0;
}
#contact img{
    width: 100%;
    max-width: 100%;
}
#contact div.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#contact h2 {
    margin-top: 0;
}
#contact footer.container {
    position: absolute;
    bottom: 1%;
    left: 0;
    right: 0;
}
#contact h5+h5 {
    font-size: 20px;
}
@media (max-width: 999px) {
    #contact h2 {
        margin-bottom: 4.0vw;
        line-height: 2.6vw;
    }
}
@media (max-width: 767px) {
    #contact h2 {
        margin-bottom: 2.0vw;
        line-height: 2.2vw;
    }
    #contact .col-md-8 h5{
        margin-top: 0.8vw;
        margin-bottom: 0.8vw;
    }
    #contact h5+h5 {
        margin-top: 4.2vw !important;
    }
    .ml6_5em_ml0,
    .ml5_6em_ml0{
        margin-left: 0;
    }

}
@media (max-width: 499px) {
    #contact h2 {
        font-size: 4.8vw;
    }
    #contact .col-md-8 h5{
        font-size: 2.8vw;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    #contact h5+h5 {
        margin-top: 0vw !important;
        font-size: 3.2vw !important;
    }
    #contact footer {
        font-size: 2.8vw;
    }
}

/*フッター固定設定*/
/*html {
  height: 100%;
}
body {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}
#contact {
  grid-row-start: 2;
  grid-row-end: 3;
}*/


/*20201214追加*/
.nr_headerWrap {
    text-align: right;
    margin: 40px 0;
}
.nr_header {
    font-size: 3rem;
    margin-bottom: 30px;
    font-weight: bold;
}

/*form拡大*/
.if200 {
    margin-left: 35% !important;
    transform: scale(1.5);
    margin-top: 15%;
}

@media (max-width: 999px) {
    .if200 {
        transform: scale(1.5);
        margin-top: 20%;
        margin-left: 15% !important;
    }
}
@media (max-width: 767px) {
    .if200B {
        transform: scale(1.5);
        margin-top: 20%;
        margin-left: 15% !important;
    }
}
@media (max-width: 600px) {
    .if200B {
        transform: scale(1.3);
        margin-top: 10%;
        margin-left: 3% !important;
    }
}
@media (max-width: 500px) {
    .if200B {
        transform: scale(1);
        margin-top: 0% !important;
        margin-left: 0% !important;
    }
}

/*checkMedical modal*/
#checkMedical .modal-content {
    border-radius: 0;
}
#checkMedical .modal-body {
    padding: 40px 40px 20px;
}
#checkMedical .btn {
    width: 8em;
    border-radius: 0;
    background-color: #fff;
    border: 2px solid;
    font-weight: bold;
}
#checkMedical .btn-primary {
    color: #2e6da4;
}
#checkMedical .btn-primary:hover {
    color: #fff;
    background-color: #2e6da4;
}
#checkMedical .btn-danger {
    color: #d43f3a;
}
#checkMedical .btn-danger:hover {
    color: #fff;
    background-color: #d43f3a;
}
#checkMedical .modal-footer {
    border: 0;
    padding: 0 40px 30px;
}

/*210601*/
a.hoop{
    display: block;
    opacity: 1;
    transition: .3s;
    text-decoration: none;
}
a.hoop:hover{
    opacity: 0.6;
}
.waku{
    background-color: #E7398E;
    font-size: 0.9em;
    font-weight: bold;
    color: #FFF;
    padding: 0.2em 0.7em;
    margin-left: 0.5em;
}
.thxTxt{
    color: #002060;
}
#seminarOndemand .img-title{
    font-size: 20px;
    font-weight: bold;
    color: #002060;
}
#seminarOndemand .img-title.po-btm{
    margin-top: 0.5em;
    text-align: center;
    font-weight: normal;
    color: #555555;
    font-size: inherit;
}
#seminarOndemand .img-box img{
    width: 100%;
    height: auto;
}
#seminarOndemand .img-box.tate img{
    max-height: 200px;
    width: auto;
    margin: 0 auto;
    display: block;
    border: solid 1px #555555;
}
#seminarOndemand .about-class-wraps{
    font-weight: bold;
    font-size: 17px;
    line-height: 1.8;
}
#seminarOndemand .about-class-wraps .about-class-wrap{
    margin-bottom: 10px;
    display: flex;
}
#seminarOndemand .about-class-wraps .about-class-wrap .butitle{
    margin-right: 1em;
}

#cont-actrisk{
    margin-top: 80px;
}
.cont-actrisk-wrap .img-box img {
    width: 100%;
    height: auto;
}
.cont-actrisk-wrap .img-title.po-btm {
    margin-top: 0.5em;
    text-align: center;
    font-weight: normal;
    color: #555555;
    font-size: inherit;
}
.cont-actrisk-wrap .img-box.tate img {
    max-height: 200px;
    width: auto;
    margin: 0 auto;
    display: block;
    border: solid 1px #555555;
}
.cont-actrisk-wrap .dipr{
    text-align: left;
}

@media (max-width: 576px){
    #seminarOndemand .img-box-wrap {
        flex-wrap: wrap;
        flex-direction: column;
    }
    #seminarOndemand .img-box-wrap a{
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    #seminarOndemand .about-class-wraps .about-class-wrap{
        flex-direction: column;
    }
    .cont-actrisk-wrap .img-box-wrap {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .cont-actrisk-wrap .img-box-wrap a {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
}
#luncheon{
    margin-bottom: 40px;
}
#luncheon .luncheon-seminar-wrap{
    margin-top: 7rem;
}
#luncheon .luncheon-seminar-cont{
    font-weight: bold;
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 7rem;
}
#luncheon .luncheon-seminar-cont + .luncheon-seminar-cont{
    /*margin-top: 5rem;*/
}
#luncheon .ls-title{
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 22px;
}
.ls-tt{
    display: flex;
}
#luncheon .ls-theme{
    margin-bottom: 0.75em;
    margin-top: 0.75em;
}
#luncheon .ls-theme.line-2,
#luncheon .ls-title.line-2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#luncheon .ls-title.line-2{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
#luncheon .ls-theme.line-2 .lines-2,
#luncheon .ls-title.line-2 .lines-2{
    align-self: center;
}
.ls-left{
    white-space: nowrap;
}
#luncheon .ls-linkpdf{
    margin-left: 3em;
}
#news-year-wrap{
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2em;
}
#news-year-wrap .news-year{
    display: inline-block;
    margin-right: 1em;
    cursor: pointer;
}
#news-year-wrap .news-year.active{
    color: #23527c;
    font-weight: bold;
}
#seminar{
    margin-bottom: 40px;
}
#seminar .new-icon{
    width: 80px;
    margin-bottom: 15px;
}
#seminar .seminar-img img {
    width: 100%;
    height: auto;
}
#seminar .btn-red,
#luncheon .btn-red-luncheon{
    margin-top: 35px;
}
#seminar .btn-red a,
#luncheon .btn-red-luncheon a{
    background-color: #e11a21;
    transition: .3s;
    opacity: 1;
    color: #FFF;
    font-weight: bold;
    display: flex;
    text-decoration: none;
    position: relative;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.7rem;
    padding: 0.7em;
    padding-left: 2.5em;
    border-radius: 0.5em;
    justify-content: center;
    line-height: 1.3;
}
#seminar .btn-red a:hover,
#luncheon .btn-red-luncheon a:hover{
    opacity: 0.5;
}
#seminar .btn-red a:before,
#luncheon .btn-red-luncheon a:before{
    content: url("/seminar/images/btn-arrow.png");
    height: 1em;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    line-height: 1;
}
#seminar .seminar-cont{
    display: flex;
    margin-bottom: 35px;
}
#seminar .seminar-cont .seminar-img{
    width: 35%;
    margin-right: 3%;
}
#seminar .seminar-cont .seminar-txt,
#seminar .past-seminar {
    font-weight: bold;
    font-size: 18px;
}
#seminar .seminar-archives-wrap{
    margin-top: 90px;
}
#seminar .seminar-archives-wrap .seminar-archives-wrap-cont{
    justify-content: space-between;
    display: flex;
    flex-wrap:wrap;
}
#seminar .seminar-archives-wrap .seminar-archives-wrap-cont .seminar-cont{
    display: block;
    width: 48%;
}
#seminar .seminar-archives-wrap .seminar-archives-wrap-cont .seminar-cont .seminar-img{
    width: 74%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5rem;
}
@media (max-width: 576px){
    #seminar .seminar-cont{
        flex-direction: column;
    }
    #seminar .seminar-cont .seminar-img,
    #seminar .seminar-archives-wrap .seminar-archives-wrap-cont .seminar-cont .seminar-img{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #seminar .seminar-archives-wrap{
        margin-top: 60px;
    }
    #seminar .btn-red a{
        font-size: 2rem;
    }
    #seminar .seminar-archives-wrap .seminar-archives-wrap-cont .seminar-cont{
        width: 100%;
    }
    #luncheon .ls-tt{
        display: block;
    }
}
#archive-cont{
    font-weight: bold;
    flex-wrap: wrap;
}
#archive-cont .archives{
    margin-bottom: 20px;
}
#archive-cont .seminar-txt{
    color: #555555;
    margin-top: 10px;
}
.questionnaire{
    font-size: 1.2em;
    color: #23527c;
}
img.img-border {
    border: solid 1px #ccc;
}
.questionnaire a{
    font-weight: bold;
}
.questionnaire .qrcode{
    max-width: 100px;
    margin-right: 20px;
    display: inline-block;
}
.questionnaire .thxTxt{
    margin-bottom: 20px;
}
.questionnaire .qrcode img{
    width: 100%;
    height: auto;
}
.to-news-list{
    font-weight: bold;
}
/*header修正↓*/
@media (max-width: 1199px) and (min-width: 992px) {
    .navbar-light.nav-pills li a{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .navbar-light.nav-pills li a{
        padding-left: 7px;
        padding-right: 7px;
        font-size: 11px;
    }
}
/*header修正↑*/

/*202110追加*/
#seminarOndemand .about-class-wraps .innertxt{
    margin: 0;
    text-align: center;
    line-height: 1.5;
}
#seminarOndemand .about-class-wraps .innertxt.undline{
    text-decoration: underline;
}
#seminarOndemand .about-class-wraps .innertxt:last-child{
    font-size: 0.9em;
}

section h2.line-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section h2.line-2 .lines-1{
    align-self: flex-start;
}
section h2.line-2 .lines-2{
    align-self: flex-end;
}
.italic{
    font-style: italic;
    margin-right: 0.2em;
}
#seminarOndemand .about-class-wraps.fsup{
    font-size: 19px;
}
section h3.fsup{
    font-size: 19px;
}
.table-layout th{
    white-space: nowrap;
}
.table-layout td,
.table-layout th{
    vertical-align: top;
    border: none;
    line-height: 1.5;
    display: inline-block;
}
@media (max-width: 576px){
    .table-layout td,
    .table-layout th{
        display: block;
    }
}

/*2022.4.8追加*/
.lineup-logo{
    max-height: 2.3em;
}
.lineup-logo-19{
    max-height: 1.9em;
}
.emphasis {
    font-weight: bold;
    font-size: 1.8em;
    vertical-align: -13%;
}
#ACTOnco{
    padding: 80px 0 0;
    margin-top: -80px;
}
#ACTRisk-lineup,#ACTOnco-lineup, #faq {
    padding: 0 7.5px 60px;
}
#ACTRisk {
    padding: 130px 0px 0px;
}
#panel_lineup {
    padding-bottom: 60px;
}

.lineup-table-note{
    text-align: right;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .lineup-table-note {
        text-align: left;
    }
}
.table-scroll{
    overflow-x: scroll;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
.table-scroll::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}
@media (max-width: 576px){
    .table-scroll .table-scroll-item{
        width: 200%;
    }
}

/*2022.4.13追加*/
.lineup table td{
    text-align: center;
    vertical-align: middle;
}

/*2022.05.13追加*/
.input {
	text-align: center;
}
.input>.btn {
	font-size: 2rem;
}


#clinicalexamination {
    padding-top: 20px;
    margin-bottom: 40px ;
    padding-bottom: 20px;
    border-radius: 5px;
    background: linear-gradient(to right,#40b4d1 0%, #b9dded 100%);
}
#contractresearch {
    padding-top: 20px;
    margin-bottom: 40px ;
    padding-bottom: 20px;
    border-radius: 5px;
    background: linear-gradient(to right,#d140aa 0%, #edb9e0 100%);
}
#clinicalexamination h2,
#contractresearch h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    vertical-align: bottom;
    line-height: 2;
}
#clinicalexamination h2 span,
#contractresearch h2 span {
    background-color: #FFF;
    padding: 8px;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 20px;
}
.l_title {
    text-align: left;
    margin-left: 20px;
}
.research_rb {
    font-weight: bold;
    margin-left: 6px;
    padding: 2px 10px;
    border-radius: 9999px;
    border: 1px solid #000;

}
.cr_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.cr_title span {
    font-size: 14px;
}
.cr-cont {
    column-count: 2;
    list-style: none;
    line-height: 1.6;
}
.cr-cont li {
    font-size: 18px;
    font-weight: bold;
}
.question {
    font-weight: bold;
}
.answer {
    padding-left:2.2em;
    text-indent:-2.2em;
}
.ans-red {
    color: red;
    font-weight: bold;
    font-size: 13px;
}
.ans-s {
    font-size: 13px;
    color: #555;
}
@media (max-width: 576px){
    .cr-cont {
        column-count: auto;
    }
}
/*230208追加*/
#seminar .btn-gray {
    margin-top: 35px;
    background-color: gray;
    color: #FFF;
    font-weight: bold;
    display: flex;
    text-decoration: none;
    position: relative;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.7rem;
    padding: 0.7em;
    border-radius: 0.5em;
    justify-content: center;
    line-height: 1.3;
}
.txt27 {
    font-weight: bold;
    font-size: 2.7rem;
    text-align: center;
    color: #111;
}
.sp_br {
  display: none;
}
.pc_br {
    display: block;
}

@media (max-width: 576px){
    #seminar .btn-gray{
        font-size: 2rem;
    }
    .txt27 {
        font-size: 2rem;
    }
    .sp_br {
        display: block;
    }
    .pc_br {
        display: none;
    }
}

.mb-40 {
    margin-bottom: 40px;
}

/* アクトメッド株式会社　ミニセミナー動画240424追加 */
.seminar-block,.seminar-block65 {
    font-weight: bold;
    font-size: 19px;
    line-height: 1.5;
    margin: 0 auto 30px;
}
.seminar-block {
    width: 60%;
}
.seminar-block65 {
    width: 65%;
}


@media (max-width: 767px){
    .seminar-block, .seminar-block65 {
        width: 100%;
    }
}
