.p-content_guide .hide-break {
    display: none;
}

.p-content_guide .p-section {
    padding-left: 0;
    padding-right: 0;
}

.p-content_guide .p-section:not([data-fixed]) {
    padding-right: 6.51351vw!important;
    padding-left: 6.51351vw!important;
}
    
.p-content_guide .lessons {
    color: #26455c;
    margin-bottom: 80px;
}

.p-content_guide .box-contents-inner {
    padding-left: 0;
    padding-right: 0;
}

.p-content_guide .p-section .p-border .bordered-header {
    text-align: center;
    margin-bottom: 12px;
    font-size: 16px;
}

.p-content_guide .p-section .p-border .bordered-header p {
    font-family: "Noto Sans JP", Regular;
}

.p-content_guide .p-section .p-border .bordered-header span {
    font-weight: bold;    
}

.p-content_guide .p-section .footnote, .p-content_guide .p-section .footnote {
    margin: 30px 0;
}

.p-content_guide  .p-section:not([data-fixed]) .c-button_block {
    margin-top: 50px;
}

.acrdn-block {
    margin-top: 24px;
}
.acrdn-block.wide-view {
    display: inherit;
}
.acrdn-block .acrdn-button {
    width: 223px;
    margin: 0 auto;
    display: block;
    border: #D1D4D7 1px solid;
    border-radius: 3px;
    height: 56px;
    text-align: center;
    vertical-align: middle;
    padding: 14px 0 0 0;
    font-family: "Noto Sans JP", Regular;
    font-size: 16px;
    line-height: 23px;
    color: #26455C;
    background-color: #FCFDFD;
}
.acrdn-block .acrdn-button::after {
    content: '+';
    margin-left: 7px;
    color: #1883C3;
    font-weight: bold;
    font-size: 20px;
}
.acrdn-block .acrdn-button.acrdn-button__minimized::after {
    content: '-';
}
.attention-block {
    padding: 8px 24px;
    background: #FFED56;
    font-family: "Noto Sans JP", Regular;
    color: #26455c;
    font-size: 16px;
    line-height: 21px;
    display: inline-block;
    position: relative;
}

/* program type blocks - start */
.p-content_guide .lessons .lessons-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 403px;
}
  
.p-content_guide .lessons .lists-item {
    width: 24.92%;
    padding-bottom: 20px;
    background: none;
}

.p-content_guide .lessons .lists-item__image {
    margin-bottom: 24px;
}

.p-content_guide .lessons .lists-item .caption {
    margin: 8px 16px 24px 16px;
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
}

.p-content_guide .lessons .lists-item__logo img {
    height: 28px;
    display: block;
    margin: auto;
}
.lists-item.assist .lists-item__logo img {
    height: 23px;
}
.p-content_guide .lessons .lists-item .section-button {
    height: 0;
}

.p-content_guide .lessons .lists-item .section-button span {
    color: #ffffff;
    position: relative;
    top: 357px;
    width: 100%;
    height: 46px;
    display: block;
    text-align: center;
    padding-top: 10px;
}

.p-content_guide .lessons .lists-item.bizmates .section-button span {
    background-color: #1884C4;
}

.p-content_guide .lessons .lists-item.other .section-button span {
    background-color: #D14271;
}

.p-content_guide .lessons .lists-item.assist .section-button span {
    background-color: #54AE3F;
}

.p-content_guide .lessons .lists-item.discovery .section-button span {
    background-color: #FF9000;
}

.p-content_guide .lessons .lists-item:hover {
    cursor: pointer;
}

.p-content_guide .lessons .lists-item:hover .lists-item__image,
.p-content_guide .lessons .lists-item:hover .section-button span {
    opacity: 0.5;
}

.p-content_guide .lessons .lists-item.bizmates:hover {
    background-color: #1884C409;
}

.p-content_guide .lessons .lists-item.other:hover {
    background-color: #D1427109;
}

.p-content_guide .lessons .lists-item.assist:hover {
    background-color: #54AE3F09;
}

.p-content_guide .lessons .lists-item.discovery:hover {
    background-color: #FF900009;
}
/* program type blocks - end */

/* general section block design - start */
.p-content_guide .p-section:not([data-fixed]) .p-section__header h2 {
    text-align: left;
}

.p-content_guide .p-section_bizmates,
.p-content_guide .p-section_other,
.p-content_guide .p-section_assist,
.p-content_guide .p-section_discovery {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

/* general section block design - end */

/* general video sample block design - start */
.p-content_guide .p-section .p-border {
    border: #DEEEF7 1px solid;
    padding: 32px;
}

.p-content_guide .p-section .p-border.video-lessons::before {
    content: "おすすめ  オプション";
    position: relative;
    float: left;
    left: 20px;
    top: 20px;
    background-color: #1884C4;
    border: none;
    border-radius: 100px;
    color: #FFFFFF;
    width: 186px;
    height: 186px;
    display: block;
    font-size: 20px;
    padding: 58px 40px 0 40px;
    text-align: center;
    word-break: break-all;
    font-family: "Noto Sans JP", Regular;
    line-height: 30px;
}

.p-content_guide .p-section .about-lesson {
    font-size: 16px;
    margin: 30px 0;
    text-align: center;
}

.p-content_guide .p-section .about-lesson span {
    font-weight: bold;
}

.p-content_guide .p-section .p-videoLesson__samples {
    background-color: #F1F8FC;
    padding-bottom: 50px;
    padding-top: 36px;
}
/* general video sample block design - end */

.p-content_guide .c-button_block a.c-button {
    font-size: 20px;
    margin: 0 auto;
    max-width: 630px;
    height: 100px;
    border-radius: 50px;
    text-align: center;
    padding-top: 14px;
}

.p-content_guide .p-section__logo {
    height: 60px;
    margin-bottom: 30px;
}

.p-content_guide .p-section__logo img {
    height: 60px;
    width: initial;
}

.p-content__body .p-section .btn-area {
    margin-bottom: 100px;
}

.p-content__body .p-section .btn-area .c-button {
    float: right;
    width: 288.17px;
    height: 48px;
    font-size: 14px;
}

.p-content__body .p-section .btn-area .c-button__label i {
    left: 12px;
    top: 0;
}

.p-content__body .p-section .btn-area a::after {
    content: '';
    clear: both;
    display: block;
}

/* skill matrix - start */
.p-content__body .p-section .skill-matrix .p-program {
    height: initial;
}
.p-content__body .p-section .skill-matrix .p-level__header {
    padding-left: 0;
}

.p-content__body .p-section .skill-matrix .p-level__header li {
    padding: 0;
}

.p-content__body .p-section .skill-matrix .p-program td {
    display: inline-block;
    width: 20%;
    border-right: #FFFFFF 1px solid;
    border-bottom: none;
    padding-bottom: 20px;
    padding-top: 20px;
}

.p-content__body .p-section .skill-matrix .p-program .level__col1 {
    background: #1784C41A;
}
.p-content__body .p-section .skill-matrix .p-program .level__col2 {
    background: #3399991A;
}
.p-content__body .p-section .skill-matrix .p-program .level__col3 {
    background: #CCCC001A;
}
.p-content__body .p-section .skill-matrix .p-program .level__col4 {
    background: #DB83361A;
}
.p-content__body .p-section .skill-matrix .p-program .level__col5 {
    background: #E56A621A;
}
.p-content__body .p-section .skill-matrix .p-program .level__col6 {
    background: #9966991A;
}

.p-content__body .p-section .skill-matrix .p-level__label::before {
    content: "";
    background: none;
}

.p-content__body .p-section .skill-matrix .p-program .p-program__button {
    border-radius: 50px;
    font-family: "Noto Sans JP", Regular;
}

.p-content__body .p-section .skill-matrix .p-program .p-program__button::before {
    right: 20px;
}
/* skill matrix - end */

/* skill table - start */
.p-content_guide .p-level[data-type=program] {
    width: initial;
}
.p-content_guide .p-level.p-level__minimized[data-type=program] {
    overflow: hidden;
    height: 341px;
}
.p-content_guide .p-level.wide-view[data-type=program] {
    display: inherit;
}
.p-content_guide .p-level .p-level__bg {
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 16.7% 16.7% 16.7% 16.7%;
}
.p-level__bg>li {
    width: 100%;
}
.p-content_guide .p-level .p-level__bg li {
    border-right: #FFFFFF 1px solid;
}
.p-content_guide .p-level .p-level__header[data-type=program] {
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 16.7% 16.7% 16.7% 16.7%;
}
.p-content_guide .p-level .p-level__label::before {
    background: none;
}
.p-content_guide .p-level .p-program__row[data-type=other-program] .p-program__head::before {
    background: none;
}
.p-content_guide .p-level .p-program__row[data-type=other-program] .p-program__head {
    border-bottom: none;
}
.p-content_guide .p-level .p-program__button  {
    border-radius: 50px;
}
.p-content_guide .p-level .p-level__header > li {
    background-color: transparent;
}
.p-content_guide .p-level .p-level__bg>li:nth-child(1)  {
    background-color: #3399991A;
}
.p-content_guide .p-level .p-level__bg>li:nth-child(2)  {
    background-color: #CCCC001A;
}
.p-content_guide .p-level .p-level__bg>li:nth-child(3)  {
    background-color: #DB83361A;
}
.p-content_guide .p-level .p-level__bg>li:nth-child(4)  {
    background-color: #E56A621A;
}
.p-content_guide .p-level .p-level__bg>li:nth-child(5)  {
    background-color: #9966991A;
}
.p-content_guide .p-level .p-program__row .p-program__head {
    padding: 0;
}
#other_corporate {
    padding: 40px !important;
}
#other_corporate .p-program__container {
    border: #D14271 1px solid;
    background-color: #D14271;
}
#other_corporate .p-program__container  .p-program__header {
    height: 52px;
    text-align: center;
    color: #FFFFFF;
}
#other_corporate .p-program__container  .p-program__header span {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    display: inline-block;
}
#other_corporate .p-program__container  .p-program__block {
    border-radius: 0;
    border: none;
}
#other_corporate .p-program__container  .p-program__block .p-program__customized {
    padding: 17px 0;
}
/* skill table - end */

/* video lesson design - start */
.p-content_guide .p-section .p-videoLesson__samples {
    padding-left: 250px;
    margin-bottom: initial;
}
.p-content_guide .p-section .p-videoLesson__samples::after {
    content: '';
    clear: both;
    display: block;
}
.p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container {
}
.p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container span {
    display: block;
    font-size: 16px;
    font-family: "Noto Sans JP", Regular;
}
.p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container p {
    font-family: "Noto Sans JP", Regular;
}
.p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container h4 {
    font-weight: 500;
}
.p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container span:last-child {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 36px;
}
.p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container .p-section__logo {
    border-bottom: #1884C4 2px solid;
    padding-top: 9px;
    padding-bottom: 0;
    height: 80px;
    margin-bottom: 23px;
}
.p-content_guide .p-section.p-section_bizmates .p-videoLesson__samples .p-videoLesson__container .p-section__logo {
    height: 142px;
}

/* Override due to additional text and heigt need to adjust */
.p-section__logo.-no_border {
    height: 50px !important;
    border: none !important;
}

.video-lesson__footnote {
    font-size: 12px !important;
    font-family: "Noto Sans JP" !important;
    line-height: 1.5 !important;
    margin: 20px 0;
}

.video-lesson__spacer {
    border-bottom: #D14271 2px solid;
}
/* End overriding */

.p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container .p-section__logo img:first-child {
    height: 15px;
    margin-top: 10px;
    margin-right: 17px;
}
.p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container .p-section__logo img:nth-child(2) {
    height: 32px;
}
.p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container h4 {
    font-size: 24px;
    margin-bottom: 24px;
}
.p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container p {
    font-size: 16px;
    line-height: 32px;
}
.p-content_guide .p-section .p-videoLesson__samples .p-movies .c-movie__description {
    color: #1884C4;
    margin-top: 5px;
    line-height: 17px;
    font-size: 14px;
    font-family: "游明朝体", Demibold;
}
.p-content_guide .p-section .p-videoLesson__samples .p-movies:nth-child(2) {
    margin-left: 0;
    float: left;
    width: 48%;
}
.p-content_guide .p-section .p-videoLesson__samples .p-movies:last-child {
    float: left;
    width: 50%;
    margin-left: 22px;
    margin-top: -23px;
}
.p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container .videoLesson__box {
    display: flex;
}
.p-content_guide .p-section.p-section_other .p-videoLesson__samples .p-videoLesson__container .videoLesson__content {
    width: 46%;
}
.p-content_guide .p-section.p-section_other .p-border.video-lessons::before {
    background-color: #D14271;
}
.p-content_guide .p-section .p-movies {
    margin-left: 0;
}
.p-content_guide .p-section .p-movies .c-movie-item {
    float: left;
    width: 176px;
    margin-bottom: 17px;
}
.p-content_guide .p-section .p-movies .c-movie-item .c-playButton[data-size=small] {
    width: 3rem;
    height: 3rem;
}
.p-content_guide .p-section .p-movies .c-movie-item .c-playButton[data-size=small] i {
    font-size: 1.5rem;
    margin-left: 2px;
}
.p-content_guide .p-section .p-movies .c-movie-spotlight .c-playButton[data-size=small] {
    width: 5rem;
    height: 5rem;
}
.p-content_guide .p-section .p-movies .c-movie-spotlight .c-playButton[data-size=small] i {
    font-size: 2.5rem;
    margin-left: 8px;
    margin-top: 12px;
    display: block;
}
.p-content_guide .p-section .p-movies .c-movie-spotlight {
    width: 100%;
    height: 520px;
    padding-left: 0;
    margin-top: 10px;
}
.p-content_guide .p-section .p-movies .c-movie-spotlight a {
    width: 100%;
}
.p-content_guide .p-section .p-movies .c-movie-item.c-movie-spotlight .c-movie__description {
    line-height: 17px;
    font-size: 14px;
}
.p-content_guide .p-section .p-blocks {
    background-color: #F2F4F5;
    padding: 30px;
    border: none;
    margin-top: 16px;
}
.p-content_guide .p-section .p-blocks .p-blocks_header {
    font-size: 14px;
    line-height: 24px;
    font-family: "游明朝体", Demibold;
    color: #26455C;
    font-weight: 500;
    margin: 20px 0;
}
.p-content_guide .p-section .p-videoFeatures>li::before {
    display: none;
}
.p-content_guide .p-section .p-videoFeatures li .c-videoFeature p {
    text-align: center;
    padding-top: 0.5em;
    display: block;
}
.p-content_guide .p-section .p-videoLesson__samples .p-movies:last-child .c-movie__description {
    font-size: 9.5px;
    line-height: 15px;
    height: 11px;
}
.p-content_guide .p-section.p-section_other .p-apply__samples .p-apply {
    max-width: 800px;
    margin: 0 auto;
}
.p-content_guide .p-section .p-apply__samples .p-apply .p-apply__description {
    text-align: center;
    margin-top: 30px;
}
.p-content_guide .p-section .p-apply__samples .p-apply .p-apply__description dt {
    font-family: "游明朝体";
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}
.p-content_guide .p-section.p-section_other .p-apply__samples .p-apply .p-apply__description {
    margin-top: 13px;
    margin-bottom: -13px;
}
.p-content_guide .p-section.p-section_other .p-apply__samples .p-apply .p-apply__description dt {
    line-height: initial;
}
.p-content_guide .p-section .p-apply__samples .p-apply .p-apply__description dd {
    font-family: "Noto Sans JP", Regular;
    font-size: 14px;
    line-height: 23px;
    padding: 0 32px 0 22px;
}
.p-content_guide .p-section.p-section_other .p-apply__samples .p-apply .p-apply__description dt {min-height: 25px;}
.p-content_guide .p-section.p-section_other .p-apply__samples .p-apply .p-apply__description dd {margin-bottom: 20px;}

.p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program] li:last-child {
    padding-bottom: 15px;
}
.p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program] li::after {
    content: ' ';
    background-image: url('/assets/images/program/arrow_default_border-white_cleaned.svg');
    display: block !important;
}

.p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program]>li::before {
    display: none;
}
.p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program]>li {
    background-color: #ffffff;
    padding: 25px 0 35px 0;
}
.p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program]>li:not(:last-child)::after {
    display: none;
}
.p-content_guide .p-sectionX .p-apply__samples .p-apply[data-type=bizmates-program]>li:not(:last-child)::after {
    background-image: none; 
    width: 300px;
    height: 100%;
    transform: rotate(45deg);
    border-top: 2px solid #F2F4F5;
    border-right: 2px solid #F2F4F5;
    border-left: none;
    border-bottom: none;
    background-color: #ffffff;
}
.p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program]>li .p-apply__arrow::before {
    content: '';
    display: inline-block;
    background: url('/assets/images/program/arrow_default_border-white_cleaned_SP.svg') center no-repeat;
}
.p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program]>li .p-apply__arrow .p-apply__arrow-top {
    display: none;
}
.p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program]>li .p-apply__arrow .p-apply__arrow-bottom {
    display: none;
}

/* other block design - start */
.p-content_guide .p-section.p-section_other .p-border {
    border-color: #FFF5F8;
}
.p-content_guide .p-section.p-section_other .p-videoLesson__samples {
    background-color: #FFF5F8;
    padding-bottom: 10px;
}
.p-content_guide .p-section.p-section_other .p-videoLesson__samples .p-videoLesson__container .p-section__logo {
    border-bottom: #D14271 2px solid;
}
.p-content_guide .p-section.p-section_other .p-program__button {
    color: #D14271;
    font-family: "Noto Sans JP", Regular;
    height: 72px;
    font-size: 14px;
    line-height: 20px;
}
.p-content_guide .p-section.p-section_other .p-program__button::before {
    background: url(/assets/img/plus_circle_light.svg) no-repeat;
    background-size: cover;
    right: 17px;
}
.p-content_guide .p-section.p-section_other .p-apply__samples .p-apply[data-type=bizmates-program]>li {
    width: 50%;
    padding-top: 8px;
}
.p-content_guide .p-section.p-section_other .p-apply__samples .p-apply[data-type=bizmates-program]>li .p-apply__arrow {
    margin-left: 100%;
}
.p-content_guide .p-section.p-section_other .p-videoLesson__samples .p-movies {
    height: 285px;
}
.p-content_guide .p-section.p-section_other .p-videoLesson__samples .p-movies:nth-child(3) {
    margin-top: -13px;
}

.p-content_guide .p-section.p-section_other .p-videoLesson__samples .p-movies .c-movie__description {
    color: #D14271;
}

.p-content_guide .p-section_assist.reason-box.third .assist .example-ttl {
    border-radius: 100px;
    width: 186px;
    height: 186px;
    font-family: "Noto Sans JP", Regular;
}

.p-content_guide .p-section_discovery.reason-box.third .discovery .samples-ttl {
    border-radius: 100px;
    width: 186px;
    height: 186px;
    font-family: "Noto Sans JP", Regular;
}

.p-content_guide .p-section_discovery .c-button__inner {
    margin-top: -13px;
}

.p-content__body .p-section .p-program.p-program__horizontal tbody tr {
    height: 97px;
}
.p-content__body .p-section .p-program.p-program__horizontal tbody tr td {
    height: 97px;
    padding: 0;
    margin: 0;
    width: 75%;
    border: none;
    border-bottom: #ffffff 2px solid;
}
.p-content__body .p-section .p-program.p-program__horizontal tbody tr td a {
    width: 43%;
    height: 49px;
    display: inline-block;
    float: left;
    margin: 22px 10px;
    font-size: 12px;
    padding: 17px 0;
    padding-right: 14px;
    margin-right: 0;
}
.p-content__body .p-section .p-program.p-program__horizontal tbody tr td a.p-program__button::before {
    right: 8px;
}
.p-content__body .p-section .p-program.p-program__horizontal tbody tr td:first-child {
    width: 24.999%;
}
.p-content__body .p-section .p-program.p-program__horizontal tbody tr td:first-child span {
    font-size: 10px;
    line-height: 13px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
    font-family: "游明朝体", Medium;
}
.p-content__body .p-section .p-program.p-program__horizontal tbody tr td:first-child span:first-child {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 28px;
}
.p-content__body .p-section .p-program.p-program__horizontal tbody tr.level__row0 td {
    background-color: #1784c41a;
}
.p-content__body .p-section .p-program.p-program__horizontal tbody tr.level__row0 td:first-child {
    background-color: #1784c4;
}
.p-content__body .p-section .p-program.p-program__horizontal tbody tr.level__row1 td {
    background-color: #3399991a;
}
.p-content__body .p-section .p-program.p-program__horizontal tbody tr.level__row1 td:first-child {
    background-color: #339999;
}
.p-content__body .p-section .p-program.p-program__horizontal tbody tr.level__row2 td {
    background-color: #CCCC001a;
}
.p-content__body .p-section .p-program.p-program__horizontal tbody tr.level__row2 td:first-child {
    background-color: #CCCC00;
}
.p-content__body .p-section .p-program.p-program__horizontal tbody tr.level__row3 td {
    background-color: #DB83361a;
}
.p-content__body .p-section .p-program.p-program__horizontal tbody tr.level__row3 td:first-child {
    background-color: #DB8336;
}
.p-content__body .p-section .p-program.p-program__horizontal tbody tr.level__row4 td {
    background-color: #E56A621a;
}
.p-content__body .p-section .p-program.p-program__horizontal tbody tr.level__row4 td:first-child {
    background-color: #E56A62;
}
.p-content__body .p-section .p-program.p-program__horizontal tbody tr.level__row5 td {
    background-color: #9966991a;
}
.p-content__body .p-section .p-program.p-program__horizontal tbody tr.level__row5 td:first-child {
    background-color: #996699;
}
/* program skill for narrow view - end */

.p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container span.videoLesson__doubleRow,
.p-content__body .videoLesson__doubleRow {
    display: none;
}

.p-content__body .videoLesson__doubleColumn {
    padding-left: 30px;
}


@media screen and (max-width: 2002px) {
    .p-content_guide .lessons .lists-item .section-button span {
        top: 380px;
    }
    .p-content_guide .p-section.p-section_other .p-videoLesson__samples {
        padding-bottom: 143px;
    }
    .p-content_guide .p-section .p-movies .c-movie-spotlight {
        height: initial;
    }
    .p-content_guide .p-section.p-section_bizmates .p-videoLesson__samples {
        padding-bottom: 24px;
    }
}

@media screen and (max-width: 1922px) {
    .p-content_guide .p-section .p-videoLesson__samples .p-movies:last-child .c-movie-item {
        width: 166px;
        padding-right: 0;
    }
}

@media screen and (max-width: 1682px) {
    .p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container h4 {
        font-size: 18.5px;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container .videoLesson__content {
        width: 211%;
    }
    .p-content_guide .p-section.p-section_other .p-videoLesson__samples .p-videoLesson__container .videoLesson__content {
        width: 58%;
    }
    .p-content_guide .lessons .lists-item .section-button span {
        top: 345px;
    }
    .p-content_guide .p-section.p-section_bizmates .p-videoLesson__samples {
        padding-bottom: 6px;
    }
    .p-content_guide .p-section.p-section_other .p-videoLesson__samples {
        padding-bottom: 121px;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-movies:nth-child(2) {
        width: 60%;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-movies:last-child {
        width: 41%;
    }
}

@media screen and (max-width: 1602px) {
    .p-content__body .videoLesson__doubleRow {
        display: initial;   
    }
    
    .p-content__body .videoLesson__doubleColumn {
        display: none !important;
    }
    
}

@media screen and (max-width: 1442px) {
    .p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container span.videoLesson__doubleRow, 
    .p-content__body .videoLesson__doubleRow {
        display: block;
    }
    .p-content_guide .p-section__logo {height: 40px;}
    .p-content_guide .p-section__logo img {height: 40px;}
    .p-content_guide .p-section:not([data-fixed]) .p-section__header h2 {font-size: 20px;}
    .p-content__body .p-section.reason-box:not([data-fixed]) .p-section__header {margin-bottom: 60px;}
    .p-content_guide .lessons .lessons-lists {
        height: 356px;
    }
    .p-content_guide .lessons .lists-item .section-button span {
        top: 310px;
    }
    .p-content_guide .p-section .p-movies {
        margin-top: -13px;
    }
    .p-content_guide .p-section .p-movies .c-movie-item {
        padding: 0;
        width: 163px;
        padding-right: 13px;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-movies:last-child .c-movie__description {
        margin-bottom: 30px;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-movies:nth-child(2) {
        margin-right: 0;
        height: 250px;
        width: 46%;
    }
    .p-content_guide .p-section .p-videoLesson__samples .videoLesson__doubleRow.p-movies:last-child {
        margin-top: -4px;
        width: 52%;
    }
    .p-content_guide .p-section.p-section_other .p-videoLesson__samples .videoLesson__doubleRow.p-movies:last-child {
        margin-top: 7px;
    }
    .p-content_guide .p-section.p-section_other .p-videoLesson__samples .p-movies {
        height: 250px;
    }
    .p-content_guide .p-level.p-level__minimized[data-type=program] {
        height: 315px;
    }
    .p-content_guide .p-section.p-section_other .p-program__button {
        height: 63px;
        font-size: 12px;
    }
    .p-content_guide .p-section .p-videoLesson__samples {
        padding-bottom: 0;
    }
    .p-content_guide .p-section .p-blocks .p-blocks_header {
        margin-top: 0;
    }
    .p-content_guide .p-section .p-blocks .p-blocks_header {
        font-size: 15px;
    }
    .p-content_guide .p-section .p-videoFeatures li .c-videoFeature p {
        font-size: 12px;
        line-height: 17px;
        display: block;
    }
    .p-content_guide .p-section .p-videoFeatures li .c-videoFeature p.narrow-view {
        display: none !important;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply .p-apply__description dt {
        font-size: 18px;
        line-height: 23px;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply .p-apply__description dd {
        font-size: 11px;
        line-height: 21px;
        padding: 0 23px;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program]>li {
        padding: 0 0 25px 0;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program]>li .p-apply__arrow {
        margin-left: 276px;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program]>li .p-apply__arrow .p-apply__arrow-top {
        top: 56px;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program]>li .p-apply__arrow .p-apply__arrow-bottom {
        top: 186px;
    }
    .p-content_guide .p-section.p-section_other .p-apply {
        width: 753px;
        margin: 0 auto;
    }
    .p-content_guide .p-section.p-section_other .p-apply__samples .p-apply[data-type=bizmates-program]>li .p-apply__arrow {
        margin-left: 415px;
    }
    .p-content_guide .p-section.p-section_other .p-apply__samples .p-apply[data-type=bizmates-program]>li .p-apply__arrow .p-apply__arrow-top {
        top: 40px;
    }
    .p-content_guide .p-section.p-section_other .p-apply__samples .p-apply[data-type=bizmates-program]>li .p-apply__arrow .p-apply__arrow-bottom {
        top: 172px;
    }
    .p-content_guide .p-section .p-movies .c-movie-spotlight a { 
        width: 328px;
        height: 185px;
    }
    .p-content_guide .p-section.p-section_other .p-videoLesson__samples {
        padding-bottom: 6px;
    }
    
    .p-content_guide .p-section .p-movies .c-movie-item .c-playButton[data-size=small] i {
        margin-left: -3px;
    }
    .p-content_guide .p-section .p-movies .c-movie-spotlight .c-playButton[data-size=small] i {
        margin-left: 1px;
        margin-top: 1px;
    }
    .p-content_guide .p-section .p-movies .c-movie-item {
        padding-right: 0;
        margin-right: 10px;
        width: 46%;
    }
}

@media screen and (max-width: 1360px) {
    .p-content_guide .lessons .lists-item .section-button span {
        top: 310px;
    }
    .p-content_guide .p-section.p-section_other .p-videoLesson__samples .p-videoLesson__container .videoLesson__content {
        width: 100%;
    }
}

@media screen and (max-width: 1338px) {
    .attention-block {
        font-size: 14px;
    }
    .p-content_guide .lessons .lists-item .section-button span {
        top: 310px;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container span.videoLesson__doubleRow {
        display: block;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-movies:nth-child(2) {
        width: 46%;
    }
    .p-content_guide .p-section .p-videoLesson__samples .videoLesson__doubleRow.p-movies:last-child {
        width: 53%;
    }
    .p-content_guide .p-section .p-movies .c-movie-spotlight a {
        width: 287px;
    }

    .p-content_guide .p-section .p-movies .c-movie-item {
        padding-right: 0;
        margin-right: 10px;
        width: 46%;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-movies:last-child .c-movie-item {
        width: 46%;
    }
}

@media screen and (max-width: 1145px) {
    .p-content_guide .lessons .lists-item .section-button span {
        top: 310px;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-movies:last-child .c-movie-item {
        width: initial;
    }
}

@media screen and (max-width: 1026px) {
    .p-content_guide .p-section__logo {height: 22px;}
    .p-content_guide .p-section__logo img {height: 35px;}
    .p-content_guide .p-section.p-section_assist .p-section__logo img {
        height: 28px;
    }
    .p-content__body .p-section .skill-matrix .p-program .p-program__button::before {
        right: 7px;
    }
    .p-content_guide .p-section.p-section_other .p-program__button::before {
        right: 8px;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-movies:nth-child(2) {
        width: 66%;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-movies:last-child {width: 32%;}
    .p-content_guide .p-section.p-section_other .p-videoLesson__samples {
        padding-bottom: 35px;
    }
    .p-content_guide .p-section.p-section_other .p-apply__samples .p-apply {
        max-width: 700px;
    }
    .p-content_guide .lessons .lists-item .section-button span {
        top: 291px;
    }
    .p-content_guide .p-section .p-videoLesson__samples .videoLesson__doubleRow.p-movies:last-child {
        width: 31%;
    }
}

@media screen and (max-width: 961px) {

    .p-content_guide .lessons .lists-item__logo img {
        height: 21px;
    }
    .lists-item.assist .lists-item__logo img {
        height: 16px;
    }
    .p-content_guide .lessons .lists-item .caption {
        margin-top: 0;
    }
    .p-content_guide .lessons .lists-item .section-button span {
        top: 293px;
    }
    .lists-item .lists-item__logo .is-sp {
        display: none;
    }
    .c-button_block .c-button__inner {
        height: 73px;
    }
    .p-content_guide .p-section .p-movies .c-movie-item.c-movie-spotlight {
        width: initial;
        height: initial;
    }
    .p-content_guide .p-section .p-movies .c-movie-spotlight a {
        display: block;
        width: 100%;
        height: initial;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-movies:nth-child(2) {
        width: 100%;
        float: none;
    }
    .p-content_guide .p-section .p-videoLesson__samples .videoLesson__doubleRow.p-movies:last-child {
        width: 100%;
        margin-left: 0;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-movies:last-child .c-movie__description {
        display: block;
        width: initial;
        margin-top: 17px;
        font-size: 12px;
    }
    .p-content_guide .p-section .p-movies .c-movie-item .c-movie__description {
        text-align: center;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program] {
        display: flex;
    }
    .p-content_guide .p-section.p-section_other .p-apply__samples .p-apply[data-type=bizmates-program] {
        max-width: 650px;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program]>li {
        display: flex;
        width: 25%;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply .p-apply__description {
        margin-top: 13px;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program]>li:not(:last-child)::after {
        top: 0;
        left: 82%;
        width: 40px;
        height: 100%;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply .p-apply__description dd {
        font-size: 12.259px;
    }

    .reason-box.third .discovery .samples .wrap {
        flex-direction: row !important;
    }
}

@media screen and (max-width: 500px) {

    .p-section {
        padding-bottom: 48px !important;
    }

    .p-section:first-child {
        padding-top: 48px !important;
    }
    .p-section__header {
    margin-bottom: 24px !important;
    }

    .attention-block {
        margin: 8px;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
    }
    .attention-block.video-campaign {
        font-size: 13px;
    }
    .p-content_guide .p-section.p-section_bizmates .p-videoLesson__samples .p-videoLesson__container .p-section__logo {
        height: 208px;
    }
    .p-content_guide .p-section.p-section_other .p-apply__samples .p-apply[data-type=bizmates-program] li::after {
        display: none;
    }
    .wide-view {
        display: none !important;
    }
    .narrow-view {
        display: initial !important;
    }
    .p-content_guide .p-section:not([data-fixed]) {
        padding-top: 23px;
    }
    .p-content_guide .lessons .lessons-lists {
        display: initial;
    }
    .p-content_guide .lessons .lists-item {
        width: 100%;
        height: 230px;
        margin-bottom: 5px;
    }
    .p-content_guide .lessons .lists-item .section-button span {
        top: 177px;
        width: 101%;
        left: -1px;
    }
    .p-content_guide .lessons .lists-item__image {
        width: 40%;
        margin-left: 8px;
        margin-top: 8px;
        float: left;
    }
    .p-content_guide .lessons .lists-item__logo {
        float: right;
        width: 53%;
        padding-top: 16px;
    }
    .p-content_guide .lessons .lists-item__logo img {
        height: 16px;
        margin: 0 auto;
        margin-top: 2px;
    }
    .p-content_guide .lessons .lists-item .lists-item__logo span.is-sp {
        font-size: 9px;
        text-align: center;
    }
    .p-content_guide .lessons .lists-item .caption::before {
        content: ' ';
        clear: both;
        display:block;
    }
    .p-content_guide .lessons .lists-item.assist .lists-item__logo img {
        height: 15px;
    }
    .p-content_guide .lessons .lists-item.bizmates {
        border: #1884C4 solid 4px; 
    }
    .p-content_guide .lessons .lists-item.other {
        border: #D14271 solid 4px; 
    }
    .p-content_guide .lessons .lists-item.assist {
        border: #54AE3F solid 4px; 
    }
    .p-content_guide .lessons .lists-item.discovery {
        border: #FF9000 solid 4px; 
    }
    .p-content_guide .lessons .lists-item.bizmates .lists-item__logo span.is-sp {
        color: #1884C4; 
    }
    .p-content_guide .lessons .lists-item.other .lists-item__logo span.is-sp {
        color: #D14271; 
    }
    .p-content_guide .lessons .lists-item.assist .lists-item__logo span.is-sp {
        color: #54AE3F; 
    }
    .p-content_guide .lessons .lists-item.discovery .lists-item__logo span.is-sp {
        color: #FF9000; 
    }
    .p-content_guide .p-section .p-border .bordered-header p {
        font-size: 14.5px;
    }
    .p-content_guide .p-section .p-border .bordered-header span::before {
        content: '';
        display: block;
    }
    .p-content_guide .c-button_block {
        width: initial;
        margin-top: 24px !important;
    }
    .p-content_guide .c-button_block a.c-button {
        width: 90%;
        font-size: 10px;
        height: 60px;
        padding-top: 0;
    }
    .p-content_guide .c-button_block .c-button__inner {
        height: 100% !important;
        font-size: 14px;
    }

    .p-content_guide .p-section__logo {
        margin-bottom: 20px;
    }
    .p-content_guide .p-section__logo img {
        height: 25px;
    }
    .p-content_guide .p-section_assist .p-section__logo img {
        height: 20px;
    }
    .p-content_guide .p-section_bizmates {
        background-image: url('/assets/images/program/BizmatesProgram_SP.jpg');
    }
    .p-content_guide .p-section_other {
        background-image: url('/assets/images/program/OtherProgram_SP.jpg');
    }
    .p-content_guide .p-section_assist {
        background-image: url('/assets/images/program/AssistLesson_SP.jpg');
    }
    .p-content_guide .p-section_discovery {
        background-image: url('/assets/images/program/Discovery_SP.jpg');
    }
    .p-content_guide .p-section:not([data-fixed]) .p-section__header h2 {
        font-size: 15px;
        word-break: break-all;
        width: 70%;
        line-height: 25px;
    }
    .p-content__body .p-section:not([data-fixed]) .p-section__header {
        margin-bottom: 198px;
    }
    .p-content_guide .p-section .p-border {
        border: none;
        padding: 0 0 0 0;
    }
    .p-content__body .p-section.reason-box:not([data-fixed]) .p-section__header {
        margin-bottom: 210px;
    }
    .p-section__header-w-background {
        top: -22px !important;
        left: calc(-6.51351vw) !important;
        right: calc(-6.51351vw) !important;
        width: calc(100% + 13.02702vw) !important;
        box-sizing: border-box !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
    .p-content__body .p-section.reason-box:not([data-fixed]) .p-section__header h2 {
        width: 100%;
    }
    .reason-box.third .details .about-lesson .txt {
        text-align: left;
    }
    .p-content_guide .p-section.reason-box.third .example-ttl,
    .p-content_guide .p-section.reason-box.third .samples-ttl {
        width: 140px;
        height: 140px;
        margin: 0 auto 20px auto;
        font-size: 15px;
    }
    .reason-box.third .discovery .samples .wrap {
        display: inline-block;
    }
    .reason-box.third .discovery .samples-lists {
        width: 62%;
        float: left;
    }
    .reason-box.third .discovery .samples-lists .lists-item {
        font-size: 15px;
        line-height: 20px;
    }
    .reason-box.third .discovery .btn-sample {
        width: 100%;
        padding-top: 5px;
    }
    .reason-box.third .discovery .p-program__button {
        width: 109px;
        margin-bottom: 7px;
        font-size: 10px;
    }
    .reason-box.third .discovery .p-program__button::before {
        right: 10px;
    }
    .p-content__body .p-section .btn-area {
        margin: 10px 0 26px 0;
    }
    .p-content__body .p-section .btn-area .c-button {
        margin: 0 auto;
        float: none;
    }
    .p-content_guide .p-section .p-border.video-lessons::before {
        left: 20%;
    }
    .p-content_guide .p-section .p-videoLesson__samples {
        display: block;
        padding: 0;
        padding-top: 226px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container {
        text-align: center;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container span {
        font-size: 14px;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container .p-section__logo {
        height: 100px;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container .p-section__logo img:last-child {
        margin: 10px 0;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container h4 {
        text-align: left;
        line-height: 33px;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-videoLesson__container p {
        text-align: left;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-movies {
        width: 100% !important;
        float: none !important;
    }
    .p-content_guide .p-section .p-movies .c-movie-item {
        width: 100%;
        padding-right: 0;
        height: initial;
        float: none;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-movies {float: none !important;margin: 0 !important;}
    .p-content_guide .p-section .p-movies .c-movie-spotlight a {display: initial;}

    .p-content_guide .p-section .p-videoLesson__samples .p-movies:nth-child(2) {
        height: initial;
    }
    .p-content_guide .p-section.p-section_other .p-videoLesson__samples .p-movies {
        height: initial;
    }
    .p-content_guide .p-section .p-movies .c-movie-spotlight .c-playButton[data-size=small] {width: 5rem;height: 5rem;}
    .p-content_guide .p-section .p-movies .c-movie-spotlight .c-playButton[data-size=small] i {font-size: 2rem;}
    .p-content_guide .p-section .p-movies .c-movie-item.c-movie-spotlight .c-movie__description {text-align: center;}
    .p-content_guide .p-section .p-videoLesson__samples .p-movies:last-child .c-movie__description {
        margin: 19px 0  0 5px !important;
        padding-left: 0;
        width: 58%;
        text-align: left;
    }
    .p-content_guide .p-section .p-videoLesson__samples .p-movies:last-child .c-movie__description>dt {
        display: inline;
    }
    .p-content_guide .p-section .p-blocks.p-videoFeatures__samples {
        padding: 20px 10px;
    }
    .p-content_guide .p-section .p-videoFeatures li .c-videoFeature p {
        text-align: left;
    }
    .p-content_guide .p-section .p-videoFeatures li .c-videoFeature p.narrow-view {
        display: block !important;
    }
    .p-content_guide .p-section .p-blocks .p-blocks_header {
        text-align: center;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program]>li .p-apply__arrow {
        display: none;
    }
    .p-content_guide .p-section .p-blocks.p-apply__samples {padding: 20px 10px;}
    .p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program] {
        background-color: #FFFFFF;
    }
    .p-content_guide .p-section.p-section_other .p-apply__samples .p-apply[data-type=bizmates-program] {
        width: 100%;
        margin-bottom: 6px;
    }
    .p-content_guide .p-section.p-section_other .p-apply__samples .p-apply[data-type=bizmates-program]>li {
        width: 100%;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program]>li {
        padding: 0;
        display: block;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program]>li:first-child {
        padding-top: 8px;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program] li:last-child {
        padding-bottom: 15px;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program] li::after {
        content: ' ';
        background-image: url('/assets/images/program/arrow_default_border-white_cleaned_SP.svg');
        display: block !important;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program]>li:not(:last-child)::after {
        top: 87%;
        left: 0;
        width: 100%;
        height: 28px;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply .p-apply__description {
        padding-top: 1px;
        display: block;
        margin-top: 0;
    }
    .p-content_guide .p-section .p-level__horizontal {
        overflow-y: hidden;
        display: block !important;
        overflow-x: scroll;
        width: initial;
    }
    .p-content__body .p-section.p-section_other .p-program.p-program__horizontal tbody tr {
        height: 50px !important;
        display: inline-flex;
    }
    .p-content__body .p-section.p-section_other .p-program.p-program__horizontal tbody tr td:first-child {
        width: 64px !important;
        height: 50px;
        position: absolute;
        z-index: 1;
    }
    .p-content__body .p-section.p-section_other .p-program.p-program__horizontal tbody tr td {
        height: 50px !important;
        width: 190px;
    }
    .p-content__body .p-section.p-section_other .p-program.p-program__horizontal tbody tr td:nth-child(2) {
        margin-left: 62px;
    }
    .p-content__body .p-section.p-section_other .p-program.p-program__horizontal tbody tr td:first-child span {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 9px;
    }
    .p-content__body .p-section.p-section_other .p-program.p-program__horizontal tbody tr td:first-child span:first-child {
    margin-top: 6px !important;
    font-size: 15px;
    }
    .p-content__body .p-section.p-section_other .p-program.p-program__horizontal tbody tr td:last-child {
        display: block;
        width: 190px;
    }
    .p-content__body .p-section.p-section_other .p-program.p-program__horizontal tbody tr td a.p-program__button {
        display: initial;
        position: relative;
        top: -18px;
        height: 40px;
        border-radius: 50px;
        width: 180px;
        padding-top: 8px;
    }
    .p-content__body .p-section.p-section_other .p-program.p-program__horizontal tbody tr td a.p-program__button-overlapd {
        top: -9px;
        height: 70px;
    }
    .p-content__body .p-section.p-section_other .p-program.p-program__horizontal tbody tr td a.p-program__button-overlapdd {
        top: -9px;
        height: 70px;
    }
    .p-content__body .p-section.p-section_other .p-program.p-program__horizontal .p-program__button > div {
        margin-top: 11px;
        font-size: 11px !important;
        line-height: 15px;
        text-align: center;
    }
    .p-content__body .p-section.p-section_other .p-program.p-program__horizontal .p-program__button > div.stacked-lines {
        margin-left: 8px;
        margin-top: 5px;
    }
    .p-content__body .p-section.p-section_other .p-program.p-program__horizontal .p-program__button > div.single-block {
        margin-top: -3px;
    }
    .p-content__body .p-section.p-section_other .p-program.p-program__horizontal .p-program__button [data-name] {
        font-size: 11px !important;
        line-height: 15px;
    }
    .skill-table .p-program__container {margin-top: 5px;display: block;}
    .skill-table .p-program__container .p-program__header {
        background-color: #D14271;
        font-size: 15px;
        text-align: center;
        color: #FFFFFF;
        line-height: 32px;
        padding: 4px 0;
    }
    .p-program__customized {
        font-size: 11px;
        line-height: 18px;
    }
    .p-program__customized>dt::before {
        font-size: 15px;
        line-height: 22px;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program] {
        display: block;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply[data-type=bizmates-program]>li {
        display: block;
        width: 100%;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 377px) {
    .p-content__body .p-section:not([data-fixed]) .p-section__header {
        margin-bottom: 149px;
    }
    .p-content_guide .p-section:not([data-fixed]) .p-section__header h2 {
        font-size: 15px;
    }
    .p-content_guide .p-section .p-border .bordered-header p {
        font-size: 13px;
    }
    .p-content_guide .lessons .lists-item__image {
        width: 40%;
        margin-left: 14px;
        margin-top: 14px;
        float: left;
    }
    .p-content_guide .lessons .lists-item__logo {
        float: right;
        width: 55%;
        padding-top: 28px;
    }
    .p-content_guide .lessons .lists-item__logo img {
        height: 20px;
        margin: 0 auto;
        margin-top: 2px;
    }
    .p-content_guide .lessons .lists-item .lists-item__logo span.is-sp {
        font-size: 11px;
        text-align: center;
    }
}

@media screen and (max-width: 322px) {
    .p-content_guide .lessons .lists-item__image {
        width: 40%;
        margin-left: 8px;
        margin-top: 8px;
        float: left;
    }
    .p-content_guide .lessons .lists-item__logo {
        float: right;
        width: 55%;
        padding-top: 19px;
    }
    .p-content_guide .lessons .lists-item__logo img {
        height: 16px;
        margin: 0 auto;
        margin-top: 2px;
    }
    .p-content_guide .lessons .lists-item .lists-item__logo span.is-sp {
        font-size: 9px;
        text-align: center;
    }
    .p-content_guide .p-section:not([data-fixed]) .p-section__header h2 {
        width: 59%;
    }
    .p-content__body .p-section .p-program.p-program__horizontal tbody tr td:first-child span {
        font-size: 9.5px;
    }
    .p-content__body .p-section .p-program.p-program__horizontal tbody tr td a {
        font-size: 7.5px;
        padding-top: 20px;
    }
    .p-content__body .p-section .btn-area .c-button {
        width: 230.17px;
        border-radius: 50px;
    }
    .p-content_guide .p-section .p-border.video-lessons::before {
        left: 10%;
    }
    .p-content_guide .p-section .p-apply__samples .p-apply .p-apply__description dd {
        height: 83px;
    }
    .reason-box.third .discovery .samples-lists {
        width: 50%;
    }
    .reason-box.third .discovery .btn-sample {
        width: 46%;
    }
    .reason-box.third .discovery .btn-sample .p-program__button {margin-bottom: 35px;margin-top: 24px;}
    .reason-box.third .discovery .btn-sample .p-program__button:nth-child(2) {margin-bottom: 30px;}
    .reason-box.third .discovery .btn-sample .p-program__button:nth-child(3) {margin-bottom: -6px;}
    .reason-box.third .discovery .btn-sample .p-program__button:nth-child(4) {}
}

/* Start css VPP-851 */
.biz-program-guide-video-lesson {
    color: #141821;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
}

.biz-program-guide-video-lesson .vl_w {
    padding: 24px 16px;
    border-radius: 16px;
    background: linear-gradient(93deg, #E7F3FA 0%, #FFEFF7 100%);
}

.biz-program-guide-video-lesson .flex {
    display: flex;
    gap: 24px;
}

.biz-program-guide-video-lesson .flex.-column {
    flex-direction: column;
}

.biz-program-guide-video-lesson .vl_w .img_w {
    margin: 0 auto;
}

.biz-program-guide-video-lesson img {
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
    margin-top: 0px;
    width: auto;
}

.biz-program-guide-video-lesson .vl_w .txt_w {
    text-align: center;
}

.biz-program-guide-video-lesson .-center {
    align-items: center;
    justify-content: center;
}

.biz-program-guide-video-lesson .vl_w .txt_w h5 {
    font-size: 20px;
    font-weight: 500;
}

.biz-program-guide-video-lesson mark {
    color: #141821;
}

.biz-program-guide-video-lesson .Text.-blue {
    color: #0087D2;
}

.biz-program-guide-video-lesson .vl_w .txt_w p span {
    padding: 0 8px;
}

.biz-program-guide-video-lesson .vl_w .txt_w p > *:last-child {
    display: block;
    margin-top: 8px;
}

.biz-program-guide-video-lesson .vl_w a.Button.-SS {
    background: #FFF;
    padding: 12px 16px;
    width: auto;
    display: flex;
    max-width: max-content;
    font-weight: 500;
    color: #0087D2;
    border-radius: 8px;
    border: 1px solid #0087D2;
    font-size: 14px;
    height: auto;
    margin: 0 auto;
}

@media screen and (min-width: 1160px) {
    .biz-program-guide-video-lesson .vl_w {
        height: 260px;
        padding: 16px 24px 20px 48px;
    }
    .biz-program-guide-video-lesson .vl_w .vl_area {
        position: relative;
        flex-direction: row;
        gap: 0;
    }
    .biz-program-guide-video-lesson .vl_w .txt_w {
        width: 100%;
        margin-left: 56px;
        text-align: left;
    }
    .biz-program-guide-video-lesson .vl_w .txt_w p {
        width: 100%;
    }
    .biz-program-guide-video-lesson .vl_w a.Button.-SS {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media screen and (min-width: 820px) {
    .biz-program-guide-video-lesson .vl_w {
        margin: 24px 0 0;
    }
    .biz-program-guide-video-lesson .vl_w .img_w {
        min-width: 311px;
    }
    .biz-program-guide-video-lesson .vl_w .txt_w h5 {
        font-size: 24px;
        width: 100%;
    }
    .biz-program-guide-video-lesson .vl_w .txt_w h5 mark {
        background: linear-gradient(transparent 55%, #FFF288 55%);
    }
    .biz-program-guide-video-lesson br.sp_tb {
        display: none;
    }
    .biz-program-guide-video-lesson .vl_w .txt_w h5 span.Text {
        font-size: 24px;
    }
    .biz-program-guide-video-lesson .vl_w a.Button.-SS {
        margin: 0 auto;
    }
}
/* End css VPP-851 */

/* additional */
.biz-program-guide-video-lesson .txt_w img {
    height: revert-layer;
}

.vl_area .img_w img {
    max-height: 224px;
}

.Button.-free {
    font-size: 16px;
}

.vl_area img {
    height: revert-layer;
}

.biz-program-guide-video-lesson .Text.-blue {
    font-size: 20px;
}

.biz-program-guide-video-lesson mark {
    background-color: #FFF288;
}

.p-section.p-section_bizmates {
    position: relative;
    padding-top: 0;
    padding-left: 6.51351vw;
    padding-right: 6.51351vw;
}

.p-section__header-w-background {
    position: relative;
    top: 0;
    left: calc(-6.51351vw);
    right: calc(-6.51351vw);
    width: calc(100% + 13.02702vw);
    box-sizing: border-box;

    /* visual design */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6.51351vw;
    margin-bottom: 50px;
}

.p-section__heading {
    font-size: 32px;
    font-weight: 500;
    line-height: 34.5px;
    font-family: "Noto Serif JP", serif;
}

.p-content_guide .p-section__logo img {
    height: 40px;
    width: initial;
}

.p-content_guide .p-section__logo {
    height: 60px;
    margin-bottom: 0px;
}

.p-content_guide .p-section_bizmates, .p-content_guide .p-section_other, .p-content_guide .p-section_assist, .p-content_guide .p-section_discovery{
    padding-top: 0;
}

.p-content_guide .p-section__header-w-background {
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.p-section.p-section_bizmates .p-section__header-w-background {
    background: url('../../assets/img/bizprogramheader.jpg') center/cover no-repeat;
    border-top: 2px solid #1287CD;
}

.p-section.p-section_other .p-section__header-w-background {
    background: url('../../assets/img/other_Program_background.jpg') center/cover no-repeat;
    border-top: 2px solid #D14271;
}

.p-section.p-section_assist .p-section__header-w-background {
    background: url('../../assets/img/assist_lesson_background_image.jpg') center/cover no-repeat;
    border-top: 2px solid #54AE3F;
}

.p-section.p-section_discovery .p-section__header-w-background {
    background: url('../../assets/img/discovery_background_image.jpg') center/cover no-repeat;
    border-top: 2px solid #FF9000;
}

.reason-box.third .discovery .samples .wrap {
    flex-direction: row;
    gap: 15px;
}

.reason-box.third .assist .example {
    gap: 15px;
}

.p-content_guide .p-section_assist.reason-box.third .assist .example-ttl, .p-content_guide .p-section_discovery.reason-box.third .discovery .samples-ttl {
    margin: 0 auto 20px;
}

@media (min-width: 601px) and (max-width: 769px) {
    #common-banner-sp .Button.-cta {
        max-width: 382px;
    }
}

@media screen and (max-width: 769px) {
    .l-body[data-page=top] {
        padding-top: 56px !important;
    }

    .p-content_guide .p-section__logo img {
        height: 30px;
    }
    
    .p-content_guide .p-section__logo {
        height: 40px;
    }

    .p-content_guide .p-section__header-w-background {
        height: 200px;
    }

    .p-section_other .biz-program-guide-video-lesson {
        display: none;
    }

    .box-contents {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .p-section.p-section_bizmates .p-section__header-w-background {
        height: 300px;
    }

    .p-section.p-section_bizmates .p-section__header-w-background {
        background: url('../../assets/img/bizprogramheader-sp.jpg') center/cover no-repeat;
    }

    .p-section.p-section_other .p-section__header-w-background {
        background: url('../../assets/img/OtherProgram_SP.jpg') center/cover no-repeat;
    }

    .p-section.p-section_assist .p-section__header-w-background {
        background: url('../../assets/img/AssistLesson_SP.jpg') center/cover no-repeat;
    }

    .p-section.p-section_discovery .p-section__header-w-background {
        background: url('../../assets/img/Discovery_SP.jpg') center/cover no-repeat;
    }

    .p-content_guide .p-section__logo {
        height: 25px;
        margin-bottom: 10px;
    }

    .p-content_guide .p-section__logo img {
        height: 25px;
    }

    .p-content_guide .p-section__header h2.guide-title {
        font-size: 1.3rem;
        padding: 0 20px;
    }

    .reason-box.third .discovery .samples .wrap {
        display: flex;
        flex-direction: row !important;
    }

    .reason-box.third .p-program__button {
        font-size: 13px;
        height: 45px;
        width: 170px;
    }
}

