/*!
Theme Name: NANSEN YOBI
Theme URI: https://nansen-yobi.com/
Author: Shinya Miyata
Author URI: https://nansen-yobi.com/
Version: 1.0
Text Domain: nansen-yobi
*/

/**
 * BASE
 */
 * {
    box-sizing: border-box;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
*::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
}
body {
    /* font-family: 'Klee One', 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif; */
    font-family: 'Noto Serif JP', 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    min-height: 100vh;
    /* padding-top: 152px;
    padding-bottom: 48px; */
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    font-size: 16px;
}
body.home {
    /* padding-top: 0 !important;
    padding-bottom: 0 !important; */
}
a {
    text-decoration: none;
    cursor: pointer;
    color: rgba(0, 0, 0, 1);
}
p{
    line-height: 24px;
}
a:hover {
    opacity: .6;
    color: rgba(129, 129, 129, 1);
    text-decoration: underline;
}
small {
    font-family: inherit;
}
#wpadminbar {
    display:none;
}
h2{
    font-size: 30px;
    font-weight: bold;
}
h3{
    font-size: 26px;
    font-weight: bold;
    /* color: rgba(24, 127, 196, 1); */
    color: rgba(1, 93, 178, 1);
    margin: 16px 0 0 0;
}
input[type="text"], 
input[type="tel"], 
input[type="email"], 
textarea, 
select {
    border: 1px solid rgba(170, 170, 170, 1);
    border-radius: 5px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    font-size: 14px;
    width: 90%;
    padding: 8px 8px;
    line-height: 1;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="text"]:focus, 
input[type="tel"]:focus, 
input[type="email"]:focus, 
textarea:focus, 
select:focus{
    border: 1px solid rgba(20, 89, 147, 1);
    outline: none;
}

/**
 * GOOGLE RECAPTCHA
 */
.grecaptcha-badge {
    visibility: hidden;
}


/**
 * PAGE
 */
.page-content {
    max-width: 1200px;
    min-height: 60vh;
    width: 100vw;
    margin: auto;
    padding: 0 0 48px;
    font-size: 16px;
    word-break: break-all;
}
.page-content-space-narrow {
    max-width: 1200px;
    min-height: 60vh;
    width: 100vw;
    margin: auto;
    padding: 132px 0 8px;
    font-size: 16px;
    word-break: break-all;
}
/*
.page-header {
    margin: 0 auto 80px;
    font-size: 16px;
}
.page-header h2 {
    margin: 0;
    font-weight: normal;
}
.page-section {
    margin: auto;
}
*/


/**
 * HEADER
 */
.header {
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: rgba(0, 169, 95, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-top: solid 3px rgba(0, 169, 95, 1);
}
.header-inner {
    max-width: 1200px;
    width: 100vw;
    margin: 0 auto;
    /* padding: 24px 24px 0 24px; */
    padding: 24px 0 0 24px;
    display: block;
}
.header-inner-top {
    display: flex;
    justify-content: space-between;
}
.header-inner-top-left {
    display: flex;
    justify-content: flex-start;
    /* width: 50%; */
}
.header-inner-top-center {
    display: flex;
    justify-content: center;
    width: 50%;
    padding-left: 120px;
}
.header-logo {
    margin: auto 0;
}
.header-logo a:hover {
    text-decoration: none;
}
.header-logo-link {
    display: block;
}
.header-logo-img {
    width: 200px;
    height: auto;
    display: block;
}
.header-thema {
    color: rgba(0, 169, 95, 1);
    /* font-size: 16px; */
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 1px 1px 2px silver;
    /* margin: auto 32px; */
    margin: auto;
    display: block;
    text-align: center;
}
.header-thema p {
    line-height: normal;
    margin: 0 auto;
}
.header-thema-rows {
    display: block;
}
.header-thema-row {
    display: none;
}
.header-btns {
    /* width: 50%;
    margin: auto; */
    /* width: 30%; */
    margin: auto 0;
}
.header-btns ul {
    list-style: none;
    display:flex;
    justify-content: flex-end;
}
.header-btns li {

}
.header-btns ul li a {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}
.header-btns ul li a:hover {
    text-decoration : underline;
}
.header-inner-bottom {
    display: flex;
    justify-content: space-around;
    width: 100%;
    /* margin: 24px auto 32px; */
    margin: 32px auto;
}
.header-links {
    width: 100%;
}
.header-navi {
    margin: auto;
}
.header-navi ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding: 0;
}
.header-navi li {
    margin: 0 8px;
    padding: 8px;
}
.header-navi ul li a {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: rgba(0,0,0,1);
}
.header-navi ul li a:hover {
    /* color: rgba(129, 129, 129, 1);
    text-decoration : underline; */
    color: rgba(0, 169, 95, 1);
	text-decoration: none;
	border-bottom: 3px solid rgba(0, 169, 95, 1);
    text-align: left;
}
.header-navi .header-selected {
    color: rgba(0, 169, 95, 1);
	text-decoration: none;
	border-bottom: 3px solid rgba(0, 169, 95, 1);
}
.header-navi.show {
    opacity: 1;
    visibility: visible;
}
.header-navi ul .header-navi-blue {
    background-color: rgba(20, 89, 147, 1);
    margin: 0;
}
.header-navi ul .header-navi-red {
    background-color: rgba(192, 0, 0, 1);
    margin: 0;
}
.header-navi ul .header-navi-blue a ,
.header-navi ul .header-navi-red a {
    color: rgba(255, 255, 255, 1);
}

/**
 * FOOTER
 */
.footer {
    background-color: rgba(0, 169, 95, 0.2);
    padding: 0 0 2vh;
    position: absolute;
    /* position: fixed;
    bottom: 0; */
    margin: auto;
    left: 0;
    right: 0;
    /* border-bottom: solid 3px rgba(0, 169, 95, 1); */
}
.footer-menu {
    margin: auto;
    width: 70%;
}
.footer-menu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 0;
}
.footer-menu li {
    margin: 0 8px;
    padding: 8px;
}
.footer-menu ul li a {
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: rgba(129, 129, 129, 1);
    font-size: 12px;
}
.footer-copy-right {
    width: 70%;
    font-weight: 100;
    margin: auto;
    color: rgba(129, 129, 129, 1);
    text-align: center;
}
.footer-copy-right p {
    font-family: 'Roboto', sans-serif;
}

/**
 * MATERIAL ICON
 */
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 32px;  /* recommend size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    /* vertical-align: bottom; */
    vertical-align: middle;
    /* WebKit brawser support */
    -webkit-font-smoothing: antialiased;
    /* Chrome/Safari support */
    text-rendering: optimizeLegibility;
    /* Firefox support */
    -moz-osx-font-smoothing: grayscale;
    /* IE support */
    font-feature-settings: 'liga';
}
/* icon size */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
/* icon color (when back-ground-color is bright) */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/**
 * HUMBURGER
 */
.humburger {
    position: absolute;
    right: 24px;
    top: 16px;
}
.nav_toggle {
    display: block;
    position: relative;
    width: 1.75rem;
    height: 1.5rem;
}
.nav_toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    transition: transform .5s, opacity .5s;
}
.nav_toggle i:nth-child(1) {
    top: 0;
}
.nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
}
.nav_toggle i:nth-child(3) {
    bottom: 0;
}
.nav_toggle.show i:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2) {
    opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
}

/**
 * BUTTON
 */
.btn_blue {
    background-color: rgba(20, 89, 147, 1);
    border-radius: 4px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    display: block;
    text-align: center;
    width: 176px;
    max-width: 90%;
    padding: 16px;
}
.btn_red {
    background-color: rgba(192, 0, 0, 1);
    border-radius: 4px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    display: block;
    text-align: center;
    width: 176px;
    max-width: 90%;
    padding: 16px;
}
.btn_contact-submit{
    background-color: rgba(242, 128, 14, 1);
    border-radius: 4px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    display: block;
    text-align: center;
    width: 176px;
    max-width: 90%;
    padding: 16px;
    margin: auto;
    border: none;
    font-size: 14px;
    font-weight: bold;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    background-color: rgba(242, 128, 14, 0.2);
}

/**
 * CONTENTS
 */
.contents{
    /* max-width: 1200px; */
    width: 75vw;
    /*padding: 12px;*/
    margin: auto;
}
.contents-img-main {
    width: 75vw;
    margin: auto;
    margin-bottom: 16px;
}
.contents-space-wide{
    margin: 0 0 48px;
}
.contents-space-very-wide{
    margin: 0 0 64px;
}
.contents-space-narrow{
    margin: 0 0 24px;
}
.contents-space-very-narrow{
    margin: 0 0 8px;
}
.contents-space-none{
    margin: 0;
}
.contents-space-arrow{
    margin: 16px auto;
}
.contents-space-arrow .material-icons{
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 64px;
    color: rgba(0, 169, 95, 1);
}
.contents-header-bottom-wide{
    margin-bottom: 48px;
}
.contents-header-bottom-narrow{
    margin-bottom: 24px;
}
.contents-indent-1{
    padding: 0 0 0 16px;
}
.contents-indent-2{
    padding: 0 0 0 32px;
}
.contents-two {
    display: flex;
    justify-content: space-between;
}
.contents-two-left {
    display: flex;
    justify-content: flex-start;
}
.contents-two-img {
    width: 40%;
}
.contents-two-text {
    width: 60%;
}
.contents-two-flow-step {
    width: 20%;
}
.contents-two-flow-text {
    width: 80%;
}
.contents-two-text-center {
    text-align: center;
}
.contents-two-text-left {
    text-align: left;
}
.contents-two-text-right {
    text-align: right;
}
.contents-three {
    display: flex;
    justify-content: space-between;
}
.contents-contact {
    /* display: block;
    text-align: center; */
    display: flex;
    justify-content: left;
    width: 100%;
    margin: 0 0 1px;
}
.contents-contact-submit {
    display: block;
    text-align: center;
    width: 100%;
    margin: 64px auto;
}
.contents-img-instructor-pc{
    display: block;
}
.contents-img-instructor-sp{
    display: none;
}

/**
 * IMAGE
 */
.img-main{
    /* max-width: 1200px; */
    width: 100%;
    padding: 0;
    display: block;
    text-align: center;
    margin: auto;
    /* height: 480px;
    object-fit: cover; */
    height: auto;
}
.img-sub {
    width: 90%;
    height: auto;
    margin: 16px 0;
    border-radius: 8px;
    box-shadow: 16px 16px 0px 0 rgba(0, 169, 95, 1);
}
.img-sub-space-wide {
    width: 100%;
    height: auto;
    margin: 48px 0;
    margin-left: 16px;
    border-radius: 8px;
    box-shadow: 16px 16px 0px 0 rgba(0, 169, 95, 1);
}
.img-instructor {
    /* width: 100%; */
    width: 240px;
    height: 240px;
    border-radius: 8px;
    margin: 16px 0;
    object-fit: cover;
    box-shadow: 16px 16px 0px 0 rgba(0, 169, 95, 1);
}
.img-three {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
    /* box-shadow: 16px 16px 0px 0 rgba(0, 169, 95, 1); */
}
.link-top-banner {
    width: 100%;
}
.link-top-banner img {
    /* max-width: 1200px; */
    width: 100%;
    padding: 0;
    display: block;
    text-align: center;
    margin: auto;
    height: auto;
    /* object-fit: cover; */
}
.img-top-passed-report {
    /* max-width: 1200px; */
    width: 100%;
    padding: 0;
    display: block;
    text-align: center;
    margin: auto;
    height: auto;
    /* object-fit: cover; */
}

/**
 * TABLE
 */
.table-info{
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}
.table-info-row{
    display: table-row; 
}
.table-info-cell-title{
    display: table-cell;
    text-align: left;
    padding: 8px;
    font-weight: bold;
    width: 15%;
}
.table-info-cell-value{
    display: table-cell;
    text-align: left;
    padding: 8px;
    width: 85%;
}
.table-info-cell-value p{
    margin: 8px;
}

.table-price{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}
.table-price-col-header-title{
    width: 16%;
    /* min-width: 100px; */
    padding: 0;
    font-weight: bold;
    /* color: rgba(20, 89, 147, 1); */
    color: rgba(1, 93, 178, 1);
    text-align: left;
}
.table-price-col-header{
    text-align: center;
    width: 28%;
    /* min-width: 160px; */
    font-weight: bold;
    border-left: solid 1px rgba(255, 255, 255, 1);
    border-right: solid 1px rgba(255, 255, 255, 1);
    /* border-top: solid 1px rgba(20, 89, 147, 1);
    border-bottom: solid 1px rgba(20, 89, 147, 1);
    background-color: rgba(20, 89, 147, 1); */
    border-top: solid 1px rgba(0, 169, 95, 1);
    border-bottom: solid 1px rgba(0, 169, 95, 1);
    background-color: rgba(0, 169, 95, 1);
    color: rgba(255, 255, 255, 1);
    padding: 8px;
}
.table-price-col-header .table-price-col-header-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-price-col-header .table-price-col-header-inner span {
    display: block;
}
.table-price-col-header-5column{
    text-align: center;
    width: 15%;
    /* min-width: 160px; */
    font-weight: bold;
    border-left: solid 1px rgba(255, 255, 255, 1);
    border-right: solid 1px rgba(255, 255, 255, 1);
    /* border-top: solid 1px rgba(20, 89, 147, 1);
    border-bottom: solid 1px rgba(20, 89, 147, 1);
    background-color: rgba(20, 89, 147, 1); */
    border-top: solid 1px rgba(0, 169, 95, 1);
    border-bottom: solid 1px rgba(0, 169, 95, 1);
    background-color: rgba(0, 169, 95, 1);
    color: rgba(255, 255, 255, 1);
    padding: 8px;
}
.table-price-col-header-5column .table-price-col-header-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-price-col-header-5column .table-price-col-header-inner span {
    display: block;
}
.table-price-col-header-first-child{
    /* border-left: solid 1px rgba(20, 89, 147, 1); */
    border-left: solid 1px rgba(0, 169, 95, 1);
}
.table-price-col-header-last-child{
    /* border-right: solid 1px rgba(20, 89, 147, 1); */
    border-right: solid 1px rgba(0, 169, 95, 1);
}
.table-price-row-header{
    text-align: center;
    width: 16%;
    /* min-width: 100px; */
    font-weight: bold;
    /* border-left: solid 1px rgba(20, 89, 147, 0.2);
    border-right: solid 1px rgba(20, 89, 147, 0.2); */
    border-left: solid 1px rgba(0, 169, 95, 0.15);
    border-right: solid 1px rgba(0, 169, 95, 0.15);
    border-top: solid 1px rgba(255, 255, 255, 1);
    border-bottom: solid 1px rgba(255, 255, 255, 1);
    /* background-color: rgba(20, 89, 147, 0.2); */
    background-color: rgba(0, 169, 95, 0.2);
    padding: 8px;
}
.table-price-row-header-first-child{
    /* border-top: solid 1px rgba(20, 89, 147, 0.2); */
    border-top: solid 1px rgba(0, 169, 95, 0.15);
}
.table-price-row-header-last-child{
    /* border-bottom: solid 1px rgba(20, 89, 147, 0.2); */
    border-bottom: solid 1px rgba(0, 169, 95, 0.15);
}
.table-price-value{
    text-align: center;
    /* border: solid 1px rgba(20, 89, 147, 1); */
    border: solid 1px rgba(0, 169, 95, 0.15);
    padding: 8px;
}
/*
.table-price{
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}
.table-price-row{
    display: table-row; 
}
.table-price-cell-title-row-top{
    display: table-cell;
    width: 16%;
    padding: 0;
    font-weight: bold;
    color: rgba(20, 89, 147, 1);
}
.table-price-cell-title-col{
    display: table-cell;
    text-align: center;
    width: 28%;
    font-weight: bold;
    border-left: solid 1px rgba(255, 255, 255, 1);
    border-right: solid 1px rgba(255, 255, 255, 1);
    border-top: solid 1px rgba(0, 169, 95, 1);
    border-bottom: solid 1px rgba(0, 169, 95, 1);
    background-color: rgba(0, 169, 95, 1);
    color: rgba(255, 255, 255, 1);
    padding: 8px;
}
.table-price-title-col-first-child{
    border-left: solid 1px rgba(0, 169, 95, 1);
}
.table-price-title-col-last-child{
    border-right: solid 1px rgba(0, 169, 95, 1);
}
.table-price-cell-title-row{
    display: table-cell;
    text-align: center;
    width: 16%;
    font-weight: bold;
    border-left: solid 1px rgba(0, 169, 95, 0.15);
    border-right: solid 1px rgba(0, 169, 95, 0.15);
    border-top: solid 1px rgba(255, 255, 255, 1);
    border-bottom: solid 1px rgba(255, 255, 255, 1);
    background-color: rgba(0, 169, 95, 0.2);
    padding: 8px;
}
.table-price-title-row-first-child{
    border-top: solid 1px rgba(0, 169, 95, 0.15);
}
.table-price-title-row-last-child{
    border-bottom: solid 1px rgba(0, 169, 95, 0.15);
}
.table-price-cell-value{
    display: table-cell;
    text-align: center;
    border: solid 1px rgba(0, 169, 95, 0.15);
    padding: 8px;
}
*/
.table-short-course{
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.table-short-course-row{
    display: table-row;
}
.table-short-course-cell-title{
    font-weight: bold;
    display: table-cell;
    vertical-align: top;
    width: 160px;
    background-color: rgba(20, 89, 147, 1);
    color: rgba(255, 255, 255, 1);
    padding: 16px 8px;
    text-align: center;
    border: solid 1px rgba(255, 255, 255, 1);
    border-left: solid 1px rgba(20, 89, 147, 1);
    border-right: solid 1px rgba(20, 89, 147, 1);
}
.table-short-course-cell-title{
    border-top: solid 1px rgba(20, 89, 147, 1);
}
.table-short-course-first-child{
    border-top: solid 1px rgba(20, 89, 147, 1);
}
.table-short-course-last-child{
    border-bottom: solid 1px rgba(20, 89, 147, 1);
}
.table-short-course-cell-value{
    display: table-cell;
    /* vertical-align: top; */
    padding: 16px 8px;
    border: solid 1px rgba(20, 89, 147, 1);
}

.table-profile{
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}
.table-profile-row{
    display: table-row; 
}
.table-profile-cell-title{
    display: table-cell;
    text-align: left;
    padding: 2px 0;
    font-weight: bold;
    width: 15%;
}
.table-profile-cell-value{
    display: table-cell;
    text-align: left;
    padding: 2px 0;
    width: 85%;
}
.table-profile-cell-value p{
    margin: 0;
    margin-top: 16px !important;
}

/**
 * CHECKBOX
 */
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}
span.wpcf7-list-item {
    position: relative;
    margin: 0 50px 0 0 !important;/*項目ごとの余白を調整*/
}
.wpcf7-list-item-label {/*項目の色や文字サイズ*/
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
}
input[type="checkbox"] {
    position: absolute;
    opacity: 0;/*既存のチェックボックスを見えなくする*/
}
.wpcf7-list-item-label:before {/*チェックボックスの枠*/
    content: '';
    border: 1.5px solid rgba(0, 0, 0, 1);
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: -3px;
    margin-right: 16px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label:after {/*チェックアイコン*/
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 2px;
    width: 16px;
    height: 16px;
    background: url("https://nansen-yobi.com/wp-content/themes/nansen-yobi/images/check-solid.svg") no-repeat center;
    background-size: contain;
}

/**
 * OTHERS
 */
.map{
    width: 90%;
    height: 240px;
    border-radius: 4px;
    /* box-shadow: 0 4px 8px -2px rgba(129, 129, 129, 1); */
    box-shadow: 4px 4px 0px 0 rgba(0, 169, 95, 1);
}
.attention-black-line {
    font-weight: bold;
    text-decoration: underline;
    margin: 8px 0;
    font-size: 12px;
}
.attention-black-line-large {
    font-weight: bold;
    text-decoration: underline;
    font-size: 18px;
    line-height: 48px;
}
.attention-red {
    color: rgba(230, 0, 18, 1);
}
.attention-red-line {
    color: rgba(230, 0, 18, 1);
    text-decoration: underline;
}
.attention-link {
    color: rgba(0, 169, 95, 1);
	text-decoration: underline;
}
.sitemap-menu {
    margin: auto;
    width: 100%;
}
.sitemap-menu ul {
    list-style: none;
    display: block;
    margin: auto;
    padding: 0;
}
.sitemap-menu li {
    margin-top: 32px;
    padding: 4px;
    border-bottom: solid 0.5px rgba(119, 119, 119, 0.5);
}
.sitemap-menu ul li a {
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
}
.contact-label {
    width: 35%;
    font-weight: bold;
    background-color: rgba(20, 89, 147, 0.2);
    padding: 16px 8px;
}
.contact-input {
    width: 65%;
    padding: 8px 8px;
}
.contact-submit-check {
    text-align : center;
    margin-bottom: 8px;
}
.contact-submit-btn {
    text-align : center;
    margin: 32px 0 8px;
}
.contact-submit-check-attention {
    font-size: 12px;
}
.contact-submit-check-attention a {
    color: rgba(20, 89, 147, 1);
    text-decoration: underline;
}
.required {
    /* color: rgba(192, 0, 0, 1); */
    color: rgba(192, 0, 0, 1);
}
.bullet {
    color: rgba(0, 0, 0, 1);
    margin-right: 4px;
}
.title-line {
    padding: 0;
    padding-right: 8px;
    /* background: linear-gradient(transparent 70%, rgba(70, 209, 99, 0.15) 70%);
    color: rgba(70, 209, 99, 1); */
    /* background: linear-gradient(transparent 70%, rgba(42, 171, 159, 0.15) 70%);
    color: rgba(42, 171, 159, 1); */
    background: linear-gradient(transparent 70%, rgba(0, 169, 95, 0.15) 70%);
    color: rgba(0, 169, 95, 1);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}
.step {
    font-family: 'Kosugi', sans-serif;
    background-color: rgba(0, 169, 95, 0.75);
    color: rgba(255, 255, 255, 1);
    /* border: solid 4px rgba(0, 169, 95, 1); */
    border-radius: 8px;
    /* cursor: pointer; */
    display: flex;
    /* text-align: center; */
    /* vertical-align: middle; */
    justify-content: center;
    align-items: center;
    width: 85%;
    height: 168px;
    margin: auto;
    /* padding: 8px; */
    font-size: 20px;
    font-weight: bold;
}
.flow-header {
    margin: 0;
}
.short-course-header {
    margin-bottom: 8px;
}
/*
.instructor {
    font-size: 14px;
    font-weight: bold;
}
*/
.text-vertical-middle {
    vertical-align: middle;
}
.bg-light {
    background-color: rgba(229, 229, 229, 0.2);
    padding: 8px;
}
.bg-light p {
    margin-top: 0;
}
.bg-light-instructor {
    background-color: rgba(163, 188, 226, 0.1);
    padding: 8px;
}
.bg-light-instructor p {
    /* margin-top: 16px; */
}
.bg-light-flow,
.bg-light-course {
    background-color: rgba(229, 229, 229, 0.2);
} 
.bg-light-flow .flow-header,
.bg-light-course h3 {
    background-color: rgba(255, 255, 255, 1);
}
.bg-light-flow p {
    margin-top: 0;
    padding: 8px;
}
.bg-light-course p {
    margin-top: 0;
    padding: 8px 8px 24px;
}
.text-line-space-narrow {
    display: inline-block;
    margin: 8px auto;
}
.comment {
    margin-top: 24px;
}

/**
 * UTILITY
 */
.u-margin-top-32px {
    margin-top: 32px;
}
.u-object-position-center-0 {
    object-position: center 0%;
}
.u-object-position-center-10 {
    object-position: center 10%;
}
.u-object-position-center-20 {
    object-position: center 20%;
}
.u-object-position-center-30 {
    object-position: center 30%;
}
.u-object-position-center-40 {
    object-position: center 40%;
}
.u-object-position-center-50 {
    object-position: center 50%;
}
.u-object-position-center-50 {
    object-position: center 50%;
}
.u-object-position-center-60 {
    object-position: center 60%;
}
.u-object-position-center-70 {
    object-position: center 70%;
}
.u-object-position-center-80 {
    object-position: center 80%;
}
.u-object-position-center-90 {
    object-position: center 90%;
}
.u-object-position-center-100 {
    object-position: center 100%;
}


/**
 * TOP
 */
.block-top-recommend ul {
    list-style: none;
    padding-inline-start: 0px;
}
.block-top-recommend ul li {
    position: relative;
    padding: 8px 8px;
    font-size: 19px;
    font-weight: bold;
}
.block-top-recommend ul li .material-icons {
    font-size: 30px;
    font-weight: bold;
    margin-right: 4px;
    margin-top: -2px;
    color: rgba(255, 111, 97, 1);
}
.block-top-recommend p {
    margin-left: 12px;
}
/* .block-top-recommend ul li:before {
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    padding-right: 4px;
    color: #ff6f61;
} */

.block-top-short-course p {
    margin-left: 12px;
}
.block-top-short-course ul.list-recommend {
    list-style: none;
    padding-inline-start: 0px;
}
.block-top-short-course ul.list-recommend li {
    position: relative;
    padding: 8px 8px;
    font-size: 19px;
    font-weight: bold;
}
.block-top-short-course ul.list-recommend li:last-child {
    font-size: 16px;
    font-weight: normal;
    margin-left: 36px;
}
.block-top-short-course ul.list-recommend li .material-icons {
    font-size: 30px;
    font-weight: bold;
    margin-right: 4px;
    margin-top: -6px;
    color: rgba(249, 188, 3, 1);
}
.block-top-short-course ul.list-course {
    list-style: none;
    padding-inline-start: 0px;
}
.block-top-short-course ul.list-course li {
    position: relative;
    padding: 8px 8px;
    font-size: 19px;
    font-weight: bold;
}
.block-top-short-course ul.list-course li .material-icons {
    font-size: 30px;
    font-weight: bold;
    margin-right: 4px;
    margin-top: -2px;
    color: rgba(255, 111, 97, 1);
}


/**
 * COURSE
 */
.block-course-selection-lesson .heading {
    padding: 8px 8px;
    margin-bottom: 4px;
    /* color: rgba(255, 111, 97, 1); */
    /* color: rgba(0, 169, 95, 1); */
    color: rgba(1, 93, 178, 1);
    font-size: 18px;
    font-weight: bold;
}
.block-course-selection-lesson ul {
    list-style: none;
    padding-inline-start: 0px;
    margin-top: 0;
}
.block-course-selection-lesson ul li {
    position: relative;
    padding: 4px 8px;
    /* font-size: 19px; */
    /* font-weight: bold; */
}
.block-course-selection-lesson ul li {
    position: relative;
    padding: 4px 8px;
    /* font-size: 19px; */
    /* font-weight: bold; */
}
.block-course-selection-lesson ul li::before {
    display: inline-block;
    margin: 0 4px 0 8px;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 100%;
    /* background: rgba(0, 169, 95, 1); */
    background: rgba(1, 93, 178, 1);
}

.block-course-lesson-personal {
    font-size: 16px;
}
.block-course-lesson-personal .heading {
    color: rgba(1, 93, 178, 1);
    font-size: 1.5em;
    font-weight: bold;
}
.block-course-lesson-personal .bar-graph .total-time {
    color: rgba(0, 0, 0, 1);
    font-size: 1.0em;
    /* font-weight: bold; */
    margin: 0 auto;
    text-align: center;
}
.block-course-lesson-personal .bar-graph {
    margin-bottom: 24px;
}
.block-course-lesson-personal .bar-graph ul {
    display: flex;
    justify-content: flex-start;
    padding-inline-start: unset;
    background: linear-gradient(120deg, rgba(0, 169, 95, 0.9) 0%, rgba(0, 169, 95, 0.3) 100%);
    border-radius: 4px;
    padding: 1px;
    margin-bottom: 2px;
}
.block-course-lesson-personal .bar-graph ul li {
    list-style: none;
    text-align: center;
    padding: 16px 16px;
    background: rgba(255, 255, 255, 0.9);
    margin: 1px;
}
.block-course-lesson-personal .bar-graph ul li:nth-child(1) {
    flex-grow: calc(5 / 90);
    border-radius: 24px 0 0 4px;
}
.block-course-lesson-personal .bar-graph ul li:nth-child(2) {
    flex-grow: calc(15 / 90);
}
.block-course-lesson-personal .bar-graph ul li:nth-child(3) {
    flex-grow: calc(60 / 90);
}
.block-course-lesson-personal .bar-graph ul li:nth-child(4) {
    flex-grow: calc(10 / 90);
    border-radius: 0 4px 24px 0;
}
.block-course-lesson-personal .bar-graph ul li .unit-title {
    color: rgba(10, 169, 95, 1);
    font-size: 1.05em;
    margin: auto 0;
}
.block-course-lesson-personal .bar-graph ul li .unit-time {
    color: rgba(0, 169, 95, 1);
    font-size: 1.2em;
    font-weight: bold;
    margin: auto 0;
}
.block-course-lesson-personal .lesson-detail {

}
.block-course-lesson-personal .lesson-detail .card {
    background-color: rgba(229, 229, 229, 0.2);
}
.block-course-lesson-personal .lesson-detail .card .card-inner {
    margin-bottom: 8px;
    padding: 8px 8px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.block-course-lesson-personal .lesson-detail .card .card-inner .unit-title {
    width: 30%;
    padding: 16px 16px;
}
.block-course-lesson-personal .lesson-detail .card .card-inner .unit-title p:nth-child(1) {
    color: rgba(0, 169, 95, 1);
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 auto 4px;
    text-align: left;
}
.block-course-lesson-personal .lesson-detail .card .card-inner .unit-title p:nth-child(2) {
    font-size: 0.8em;
    margin: auto 0;
    text-align: left;
}
.block-course-lesson-personal .lesson-detail .card .card-inner .unit-description {
    width: 70%;
    border-left: 1px solid rgba(0, 169, 95, 0.3);
    padding-left: 16px;
    min-height: 84px;
}
.block-course-lesson-personal .lesson-detail .card .card-inner .unit-description p {
    font-size: 1.0em;
}

.block-course-lesson-group {
    font-size: 16px;
}
.block-course-lesson-group .heading {
    color: rgba(1, 93, 178, 1);
    font-size: 1.5em;
    font-weight: bold;
}
.block-course-lesson-group .bar-graph .total-time {
    color: rgba(0, 0, 0, 1);
    font-size: 1.0em;
    /* font-weight: bold; */
    margin: 0 auto;
    text-align: center;
}
.block-course-lesson-group .bar-graph {
    margin-bottom: 24px;
}
.block-course-lesson-group .bar-graph ul {
    display: flex;
    justify-content: flex-start;
    padding-inline-start: unset;
    background: linear-gradient(120deg, rgba(0, 169, 95, 0.9) 0%, rgba(0, 169, 95, 0.3) 100%);
    border-radius: 4px;
    padding: 1px;
    margin-bottom: 2px;
}
.block-course-lesson-group .bar-graph ul li {
    list-style: none;
    text-align: center;
    padding: 16px 16px;
    background: rgba(255, 255, 255, 0.9);
    margin: 1px;
}
.block-course-lesson-group .bar-graph ul li:nth-child(1) {
    flex-grow: calc(15 / 90);
    border-radius: 24px 0 0 4px;
}
.block-course-lesson-group .bar-graph ul li:nth-child(2) {
    flex-grow: calc(60 / 90);
}
/* .block-course-lesson-group .bar-graph ul li:nth-child(3) {
    flex-grow: calc(60 / 90);
} */
.block-course-lesson-group .bar-graph ul li:nth-child(3) {
    flex-grow: calc(15 / 90);
    border-radius: 0 4px 24px 0;
}
.block-course-lesson-group .bar-graph ul li .unit-title {
    color: rgba(10, 169, 95, 1);
    font-size: 1.05em;
    margin: auto 0;
}
.block-course-lesson-group .bar-graph ul li .unit-time {
    color: rgba(0, 169, 95, 1);
    font-size: 1.2em;
    font-weight: bold;
    margin: auto 0;
}
.block-course-lesson-group .lesson-detail {

}
.block-course-lesson-group .lesson-detail .card {
    background-color: rgba(229, 229, 229, 0.2);
}
.block-course-lesson-group .lesson-detail .card .card-inner {
    margin-bottom: 8px;
    padding: 8px 8px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.block-course-lesson-group .lesson-detail .card .card-inner .unit-title {
    width: 30%;
    padding: 16px 16px;
}
.block-course-lesson-group .lesson-detail .card .card-inner .unit-title p:nth-child(1) {
    color: rgba(0, 169, 95, 1);
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 auto 4px;
    text-align: left;
}
.block-course-lesson-group .lesson-detail .card .card-inner .unit-title p:nth-child(2) {
    font-size: 0.8em;
    margin: auto 0;
    text-align: left;
}
.block-course-lesson-group .lesson-detail .card .card-inner .unit-description {
    width: 70%;
    border-left: 1px solid rgba(0, 169, 95, 0.3);
    padding-left: 16px;
    min-height: 84px;
}
.block-course-lesson-group .lesson-detail .card .card-inner .unit-description p {
    font-size: 1.0em;
}


/**
 * RESPONSIVE
 */
/*
    breakpoint
        smartphone: 320px ~ 559px
        tablet: 560px ~ 959px
        pc: 960px~
*/
@media screen and (min-width: 960px) { 
    /**
    * HEADER
    */
    .humburger{
        visibility: hidden;
    }
    .header-navi-blue {
        display: none;
    }
    .header-navi-red {
        display: none;
    }
}
@media screen and (max-width: 959px) { /* device tablet */
    /**
     * BASE
     */
    h3{
        margin: 16px 0 8px 0;
    }

    /**
    * HEADER
    */
    .header-inner {
        padding: 12px;
        margin: auto;
    }
    .header-logo-img {
        width: 120px;
        height: auto;
    }
    .header-inner-top-left {
        width: 0%;
    }
    .header-inner-top-center {
        width: 100%;
        padding-left: 0px;
    }
    .header-thema {
        margin: auto 24px;
        font-size: 24px;
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }
    .header-thema p {
        /* line-height: normal;
        margin: 0 auto; */
    }
    .header-thema-rows {
        display: none;
    }
    .header-thema-row {
        display: block;
    }
    .header-btns {
        width: 0%;
    }
    .humburger{
        visibility: visible;
        top: 40px;
        right: 16px;
        z-index: 999;
    }
    .header-inner-bottom {
        margin: 0;
    }
    .header-navi{
        width: 50vw;
        visibility: hidden;
        transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
        position: fixed;
        top: 109px;
        right: 0;
        z-index: 998;
        background-image: linear-gradient(165deg,rgba(240, 240 ,240, 1),rgba(240, 240, 240, 1));
    }
    .header-navi ul {
        display: flex;
        flex-direction: column;
        list-style: none;
        margin-bottom: 0;
        padding: 0;
    }
    .header-navi ul li {
        padding: 16px;
        border-bottom: solid 0.5px rgba(119, 119, 119, 0.5);
    }
    .header-btns{
        visibility: hidden;
    }

    /**
     * LINK
     */
    .link_blue {
        visibility: visible;
    }
    .link_red {
        visibility: visible;
    }
    
    /**
    * CONTENTS
    */
    .contents{
        width: 90vw;
    }
    .contents-img-main {
        width: 90vw;
    }
    .contents-two {
        display: block;
    }
    .contents-two-img {
        width: 100%;
    }
    .contents-two-text {
        width: 100%;
    }
    .contents-two-flow-step {
        width: 100%;
    }
    .contents-two-flow-text {
        width: 100%;
    }
    .contents-img-instructor-pc{
        display: none;
    }
    .contents-img-instructor-sp{
        display: block;
    }

    /**
     * IMAGE
     */
    .img-main{
        height: auto;
    }
    .img-sub {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .img-sub-space-wide {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .img-instructor {
        width: 320px;
        height: 240px;
        /* border-radius: 200px; */
        margin: 16px 0;
    }
    /* .link-top-banner img {
        width: 100%;
    } */
    
    /**
    * TABLE
    */
    .table-price-col-header-title{
        
    }
    .table-price-col-header{
        padding: 8px 4px;
    }
    .table-price-col-header .table-price-col-header-inner {
        display: block;
    }
    .table-price-col-header-5column .table-price-col-header-inner {
        display: block;
    }
    .table-price-row-header{
        padding: 8px 4px;
    }
    .table-price-value{
        padding: 8px 4px;
    }
/*
    .table-price-cell-title-row-top{
        
    }
    .table-price-cell-title-col{
        padding: 8px 4px;
    }
    .table-price-cell-title-row{
        padding: 8px 4px;
    }
    .table-price-cell-value{
        padding: 8px 4px;
    }
*/
    .table-info{
        display: block;
    }
    .table-info-row{
        display: block;
    }
    .table-info-cell-title{
        display: block;
        padding: 0 0 4px;
        width: 100%;
    }
    .table-info-cell-value{
        display: block;
        padding: 0 0 8px;
        width: 100%;
    }
    .table-info-cell-value p {
        padding: 0 0 4px;
    }
    
    .table-short-course-cell-title{
        width: 120px;
    }
    
    .table-profile-cell-title{
        width: 20%;
    }
    .table-profile-cell-value{
        width: 80%;
    }

    /**
    * OTHERS
    */
    .map{
        width: 100%;
        height: 240px;
    }
    .attention-black-line {
        margin: 8px 0;
    }
    .attention-black-line-large {
        font-size: 16px;
    }
    .step {
        width: 120px;
        height: 40px;
        font-size: 16px;
        margin-left: 0;
        margin-bottom: 8px;
    }
    .bg-light-course h3 {
        margin-bottom: 0;
    }

}
@media screen and (max-width: 559px) { /* device smartphone */
    /**
     * BASE
     */
    h2{
        font-size: 22px;
    }
    h3{
        font-size: 18px;
        margin: 16px 0 8px 0;
    }
    input[type="text"], 
    input[type="tel"], 
    input[type="email"], 
    textarea, 
    select {
        font-size: 10px;
    }

    /**
    * PAGE
    */
    .page-content {
        padding: 0 0 64px;
        font-size: 14px;
    }

    /**
    * HEADER
    */
    .header-inner {
        padding: 12px;
        margin: auto;
    }
    .header-logo-img {
        width: 80px;
        height: auto;
    }
    .header-inner-top-left {
        width: 0%;
    }
    .header-inner-top-center {
        width: 100%;
        padding-left: 16px;
    }
    .header-thema {
        margin: auto 20px;
        font-size: 18px;
        display: block;
        text-align: center;
    }
    .header-thema p {
        /* line-height: normal;
        margin: 0 auto; */
    }
    .header-thema-rows {
        display: block;
    }
    .header-thema-row {
        display: none;
    }
    .header-btns {
        width: 0%;
    }
    .humburger{
        visibility: visible;
        top: 40px;
        right: 16px;
        z-index: 999;
    }
    .header-inner-bottom {
        margin: 0;
    }
    .header-navi{
        width: 50vw;
        visibility: hidden;
        transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
        position: fixed;
        top: 109px;
        right: 0;
        z-index: 998;
        background-image: linear-gradient(165deg,rgba(240, 240 ,240, 1),rgba(240, 240, 240, 1));
    }
    .header-navi ul {
        display: flex;
        flex-direction: column;
        list-style: none;
        margin-bottom: 0;
        padding: 0;
    }
    .header-navi ul li {
        font-size: 12px;
        padding: 16px;
        border-bottom: solid 0.5px rgba(119, 119, 119, 0.5);
    }
    .header-btns{
        visibility: hidden;
    }

    /**
     * MATERIAL ICON
     */
    .material-icons {
        font-size: 24px;
    }

    /**
     * LINK
     */
/*      .link_blue {
        visibility: visible;
    }
    .link_red {
        visibility: visible;
    } */

    /**
     * FOOTER
     */
    .footer-copy-right p {
        font-size: 10px;
    }
    
    /**
    * CONTENTS
    */
    .contents{
        width: 90vw;
    }
    .contents-img-main {
        width: 100%;
    }
    .contents-two {
        display: block;
    }
    .contents-two-img {
        width: 100%;
    }
    .contents-two-text {
        width: 100%;
    }
    .contents-two-flow-step {
        width: 100%;
    }
    .contents-two-flow-text {
        width: 100%;
    }
    .contents-contact {
        display: block;
        text-align: center;
    }
    .contents-img-instructor-pc{
        display: none;
    }
    .contents-img-instructor-sp{
        display: block;
    }

    /**
     * IMAGE
     */
    .img-main{
        height: auto;
    }
    .img-sub {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .img-sub-space-wide {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .img-instructor {
        width: 200px;
        height: 160px;
        /* border-radius: 120px; */
        margin: 16px 0;
    }
    /* .link-top-banner img {
        width: 100%;
    } */
    
    /**
    * TABLE
    */
    .table-price-col-header-title{
        font-size: 9px;
    }
    .table-price-col-header-5column{
        font-size: 9px;
    }
    .table-price-col-header{
        font-size: 9px;
        padding: 8px 4px;
    }
    .table-price-col-header .table-price-col-header-inner {
        display: block;
    }
    .table-price-col-header-5column .table-price-col-header-inner {
        display: block;
    }
    .table-price-row-header{
        font-size: 9px;
        padding: 8px 4px;
    }
    .table-price-value{
        font-size: 9px;
        padding: 8px 4px;
    }
/*
    .table-price-cell-title-row-top{
        font-size: 9px;
    }
    .table-price-cell-title-col{
        font-size: 9px;
        padding: 8px 4px;
    }
    .table-price-cell-title-row{
        font-size: 9px;
        padding: 8px 4px;
    }
    .table-price-cell-value{
        font-size: 9px;
        padding: 8px 4px;
    }
*/
    .table-info{
        display: block;
    }
    .table-info-row{
        display: block;
    }
    .table-info-cell-title{
        display: block;
        padding: 0 0 4px;
        width: 100%;
    }
    .table-info-cell-value{
        display: block;
        padding: 0 0 8px;
        width: 100%;
    }
    .table-info-cell-value p {
        padding: 0 0 4px;
    }
    
    .table-short-course-cell-title{
        width: 80px;
    }

    .table-profile-cell-title{
        width: 20%;
    }
    .table-profile-cell-value{
        width: 80%;
    }

    /**
    * OTHERS
    */
    .map{
        width: 100%;
        height: 240px;
    }
    .attention-black-line {
        margin: 8px 0;
        font-size: 9px;
    }
    .attention-black-line-large {
        font-size: 14px;
    }
    .contact-label {
        font-size: 10px;
        width: 90%;
        text-align: left;
        margin: auto;
        padding: 8px;
    }
    .contact-input {
        width: 100%;
        margin: 4px auto 16px;
        padding: 0;
    }
    .contact-submit-check-attention {
        font-size: 8px;
    }
    .step {
        width: 96px;
        height: 32px;
        font-size: 14px;
        margin-left: 0;
        margin-bottom: 8px;
    }
    .bg-light-course h3 {
        margin-bottom: 0;
    }

    /**
     * TOP
     */
    .block-top-recommend ul li {
        padding: 4px 4px;
        font-size: 16px;
    }
    .block-top-recommend ul li .material-icons {
        font-size: 24px;
        margin-right: 4px;
        margin-top: -2px;
    }
    .block-top-recommend p {
        margin-left: 12px;
    }
    .block-top-short-course ul.list-recommend li {
        padding: 4px 4px;
        font-size: 16px;
    }
    .block-top-short-course ul.list-recommend li:last-child {
        font-size: 14px;
        /* font-weight: normal;
        margin-left: 36px; */
    }
    .block-top-short-course ul.list-recommend li .material-icons {
        font-size: 24px;
        margin-right: 4px;
        margin-top: -2px;
    }
    .block-top-short-course ul.list-course {
        list-style: none;
        padding-inline-start: 0px;
    }
    .block-top-short-course ul.list-course li {
        padding: 4px 4px;
        font-size: 16px;
    }
    .block-top-short-course ul.list-course li .material-icons {
        font-size: 24px;
        margin-right: 4px;
        margin-top: -2px;
    }

    /**
     * COURSE
     */
    .block-course-selection-lesson .heading {
        font-size: 16px;
    }

    .block-course-lesson-personal {
        font-size: 13px;
    }
    .block-course-lesson-personal .bar-graph ul {
        display: block;
    }
    .block-course-lesson-personal .lesson-detail .card .card-inner {
        display: block;
    }
    .block-course-lesson-personal .lesson-detail .card .card-inner .unit-title {
        width: 100%;
    }
    .block-course-lesson-personal .lesson-detail .card .card-inner .unit-description {
        width: 100%;
        border-left: unset;
        padding-left: unset;
        border-top: 1px solid rgba(0, 169, 95, 0.3);
    }

    .block-course-lesson-group {
        font-size: 13px;
    }
    .block-course-lesson-group .bar-graph ul {
        display: block;
    }
    .block-course-lesson-group .lesson-detail .card .card-inner {
        display: block;
    }
    .block-course-lesson-group .lesson-detail .card .card-inner .unit-title {
        width: 100%;
    }
    .block-course-lesson-group .lesson-detail .card .card-inner .unit-description {
        width: 100%;
        border-left: unset;
        padding-left: unset;
        border-top: 1px solid rgba(0, 169, 95, 0.3);
    }
}
