body {
    background: #FFFFFF;
    color: #555555;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    position: relative;
}

.green {
    color: #006557;
}

.white {
    color: #FFF;
}

@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-brand h3 {
    font-weight: bold;
}

.navbar-light .navbar-toggler {
    margin-top: 16px;
}

.navbar-light .navbar-toggler {
    color: #FFFFFF;
}

.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus {
    background-color: #FFFFFF;
}

h1 {
    margin: 0;
}

#vision h2,
#ACTRisk h2, #news--list h2,
#about h2,#about-us h2,
#panel_lineup h2, #seminar h2,
#entry h2, #seminarOndemand h2,
#luncheon h2, #privacy h2 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #555;
}

#haisin h2,
section h2 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #0E3898;
}

section h3 {
    font-size: 18px;
}

.flexslider, .bnr-container {
    margin: 0 0 60px;
    background: #fff;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.bnr-container img {
    width: 100%;
    display: block;
}

.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;
}
#haisin .read-home,
#ACTRisk .read-home {
    margin: 0;
    text-align: left;
    line-height: 2;
    display: inline-block;
    line-height: 2;
    color: #333;
}

#haisin .read-home {
    font-size: 16px;
}

.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 !important;
} */

#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: 15px;
    border-bottom: 1px solid #bbb;
}

#news--list .text-service {
    padding: 0 15px 1em;
}
@media (max-width: 767px) {
    #news--list .text-service {
        padding-bottom: 1em;
    }
}

.text-service.last {
    border-bottom: none;
}

.text-service h3 {
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.text-service dl {
    display: flex;
}

.text-service dt {
    margin-right: 2.5em;
}

#panel_lineup .text-service,
#no-line .text-service {
    padding: 0 15px;
    border-bottom: none;
}
@media (max-width: 767px) {
    #panel_lineup .text-service {
        padding: 0;
    }
}



/*#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;
    }
}


/*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 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;
}

.red {
    color: #FF0000;
}

.ml6_5em {
    margin-left: 6.5em;
}

.ml8_5em {
    margin-left: 8.5em !important;
}


/*2021.4月追加*/

.ml2_5em {
    margin-left: 2.5em;
}

.ml3_1em {
    margin-left: 3.1em;
}

.mb40 {
    margin-bottom: 40px;
}

.ml5_6em_ml0 {
    margin-left: 5.6em;
}

.mb20 {
    margin-bottom: 20px;
}

.mt40 {
    margin-top: 40px;
}


/*privacy*/

.list-unstyled {
    list-style: none;
}

#privacy ul.list-unstyled>li {
    margin-bottom: 10px;

}

#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 footer.container {
    position: absolute;
    bottom: 1%;
    left: 0;
    right: 0;
}

#contact h5+h5 {
    font-size: 20px;
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
    #contact h2 {
        margin-bottom: 4.0vw;
        line-height: 2.6vw;
    }
    #contact .note-jp {
        margin-bottom: 3vw;
    }
}

@media (max-width: 767px) {
    #contact .col-md-8 h5 {
        margin-top: 0.8vw;
        margin-bottom: 0.8vw;
    }
    #contact h5+h5 {
        margin-top: 4.2vw !important;
    }
}

@media (max-width: 499px) {
    #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 {
    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 {
    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;
}

#news-year-wrap .news-yeare {
        padding-bottom: 1em;
}

#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 {
    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.text-service a {
    display: block;
    font-weight: bold;
    text-align: center;
    width: 270px !important;
    margin: 35px auto 60px;
    border: 1px solid #0E3898;
    border-radius: 0.5em;
    padding: 15px;
}

.to-news-list.text-service a::before {
    content: none;
}

.to-news-list.text-service a:hover {
    background-color: #0E3898;
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.to-news-list.text-service a:hover::before {
    background-image: url(../images/detail_hover.png);
}


/*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 {
    padding: 0 0 60px 0;
}
@media (max-width: 767px) {
    #ACTRisk-lineup .lineup-table-note {
        text-align: left;
        margin-top: 20px;
    }
}

.lineup-table-note {
    text-align: right;
    margin-top: 20px;
}

.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;
}

.nav-item a {
    font-size: 24px;
}

@media (max-width: 1200px) {
    .nav-item a {
        font-size: 20px;
    }
}

.semina_haisin {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    color: #E72B4D;
    text-align: center;
    line-height: 1;
    margin: 30px 0 20px 0;
    padding-bottom: 10px;
}

.semina_haisin::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #E72B4D;
    bottom: -3px;
    left: 0;
    animation: flash 1.5s linear infinite;
}

.semina_haisin:hover {
    text-decoration: none;
    color: #E72B4D;
}

.mainv img {
    width: 100%;
}

.slider_box {
    background-color: #EEEEEE;
    padding: 45px 0;
}

.slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 0 auto;
}

.slider li {
    cursor: pointer;
}

.slider img {
    /*スライダー内の画像を60vwにしてレスポンシブ化*/
    width: 26.7vw;
    height: auto;
    margin-right: 3.13vw;
}


/*矢印の設定*/


/*戻る、次へ矢印の位置*/

.slick-prev,
.slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 3px solid #707070;
    /*矢印の色*/
    border-right: 3px solid #707070;
    /*矢印の色*/
    height: 20px;
    width: 20px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}


/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    /*ドットボタンのサイズ*/
    height: 8px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #ccc;
    /*ドットボタンの色*/
}

.mgt60 {
    margin-top: 60px;
}

.slick-dots .slick-active button {
    background: #333;
    /*ドットボタンの現在地表示の色*/
}

.note-jp {
    font-size: 16px;
    margin-bottom: 30px;
}

.about_us_imgbox {
    padding: 0;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_us_imgbox li {
    position: relative;
    width: 47.8%;
    display: block;
    margin-bottom: 40px;
}

.about_us_imgbox img {
    width: 100%;
}

.about_us_imgbox p {
    position: absolute;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

a:hover {
    opacity: 0.7;
}

.news-list a {
    position: relative;
    color: #0E3898;
    font-size: 16px;
    padding-left: 1.3em;
}

.nav>li>a {
    padding-left: 28px;
    padding-right: 28px;
}

.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
    display: none;
}

#news h2 {
    margin-top: 0;
}

#news h4 {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
    margin-top: 0;
}

.detail_margin {
    margin-top: 1em;
}

#haisin {
    padding-top: 70px;
}

@media (max-width: 768px) {
    .semina_haisin {
        font-size: 3.74vw;
        margin: 25px 0 20px 0;
    }
    .slider img {
        width: 40vw;
        margin-right: 4vw;
    }
    ul.slider {
        padding-left: 5.33vw;
    }
    .slider_box {
        padding: 3.2vw 0;
    }
    .slick-prev,
    .slick-next {
        top: 30%;
    }
    .about_us_imgbox {
        display: block;
    }
    .about_us_imgbox li {
        width: 100%;
    }
    .about_us_imgbox p {
        font-size: 6.4vw;
    }
    .mgt60 {
        margin-top: 0;
    }
    .ml9_5em {
        margin-top: 0.5em;
    }
    .slick-prev,
    .slick-next {
        width: 2.6vw;
        height: 2.6vw;
    }
    .slick-prev {
        left: -0.5%;
    }
    .slick-next {
        right: -0.5%;
    }
    .about_us_imgbox li.mgb {
        margin-bottom: 24vw;
    }
    .container.renew {
        width: 93%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .text-service {
        padding: 9.5vw 0;
    }
    .text-service dl {
        display: block;
    }
    .text-service dt {
        margin-bottom: 0.5em;
    }
}

.flexslider, .bnr-container {
    margin: 0 0 0;
}

.flex-control-nav {
    display: none;
}
