﻿@charset 'utf8';
/*↓mat↓*/
.dorareko-comment{
    font-size:18px;
}
.ContentsTextArea {
    min-height: 60px;
    margin-bottom: 10px;
    //background-color:antiquewhite !important;
}
.ContentsMovieImageArea {
    //padding-top: 10px;
   /* min-height: 404px; */
    //background-color:aquamarine !important;
}

.DrillTextArea {
    min-height: 150px;
    padding-top: 10px;
    //background-color:antiquewhite !important;
}

.DrillSelectArea {
    padding-top: 10px;
    /* min-height: 200px;*/
    border-style:solid;
    //background-color:aquamarine !important;
}
#ctl00_ContentPlaceHolder1_ddlRedirect {
    /*font-size: 70%;*/
    font-size: 21px;
    width: 100%;
    margin: 0px;
    /*padding: 10px 10px 10px 25px;*/
    padding: 0px 10px 0px 25px;
    border: unset;
    background-color: unset;
}

#ctl00_ContentPlaceHolder1_lblDrmMainText p {
    font-size: 18px;
}

select::-ms-expand {
    display: none;
}
.pagination-flex a.blue {
    animation: flash 3s linear infinite;
}
.pagination-flex a.blue:after {
   background-image: url(../img/arrow-right-white.png);
}
.pagination a.blue {
    animation: flash 3s linear infinite;
}
.pagination a.blue:after {
    background-image: url(../img/arrow-right-white.png);
}
@keyframes flash {
    0% {
        opacity: 1;
        background: white;
        background-image: url(../img/arrow-right.png);
    }

    50% {
        opacity: 1;
        background: #8FB5DA;
    }


    100% {
        opacity: 1;
        background: white;
        background-image: url(../img/arrow-right-white.png);
    }
}
.ColorBoxMessageOKButton {
    background-color: #fff;
    border: 2px solid #4582c3;
    padding: 8px 16px;
    border-radius: 5px;
    color: #333;
    width: 100px;
    text-align: center;
    transition: 0.5s;
    color: #333;
}
    .ColorBoxMessageOKButton:hover {
        background-color: #4582c3;
        color: #fff;
        transition: 0.5s;
        cursor:pointer;
    }
/*↑mat↑*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

/************************************************************************************
初期化
************************************************************************************/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
}

* {
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

/************************************************************************************
共通設定
************************************************************************************/
body {
    line-height: 1;
    height: 100vh;
    background-color: #f0f2f6;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust:100%;
}

.wrapper {
    position: relative; /*←相対位置*/
    box-sizing: border-box; /*←全て含めてmin-height:100vhに*/
    padding-bottom: 80px; /*←footerの高さ*/
    min-height: 100vh;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
        content: "";
        content: none;
}

h2 {
    /* width: 90%; */
    margin: 0 auto;
    color: #000;
    font-size: 150%;
    font-size: 20px;
}

a {
    margin: 0;
    padding: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-weight: bold;
    font-style: italic;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
}

img {
    max-width: 100%!important;;
    /* height: auto !important; */
}

video {
    max-width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}
.center{
    clear:both;
    margin-left:auto;
    margin-right:auto;
}

.star {
    font-size: 24px;
    cursor: pointer;
}

i:hover {
    cursor: pointer;
}

.yellow {
    /* color: yellow;*/
}


iframe {
    max-width: 100%;
    height: 100%;
}


/************************************************************************************
追加共通設定　bootstrapなど
************************************************************************************/


.font-30 {
    font-size: 30px;
}


.ml-25 {
    margin-left: 25px;
}

.red {
    /* padding-left: 25px; */
    color: red;
    /* font-size: 130%; */
}

.blue {
    color: blue;
}

.white {
    /* padding-left: 25px; */
    color: #333;
    /* font-size: 100%;*/
}

.gray {
    color: #6c757d;
}

input,
select {
    vertical-align: middle;
}





.scroll {
    overflow-y: scroll;
    padding: 15px;
    height: 200px;
    border: 1px dotted #666;
}

/************************************************************************************
ヘッダー
************************************************************************************/

header i {
    margin-right: 4px;
}

/* グローバルナビゲーション */

.mainNav {
    display: flex;
    align-items: center;
    padding-left: 50px;
    height: 50px;
    background-color: #e8ecf2;
    position:relative;
    z-index:10;
}

.mainNav__body {
    display: flex;
    /* margin-left: 16px; */
}

.mainNav__items {
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.flex-item-list.flex-item-list.flex-item-list.flex-item-list {
    display: flex !important;
    align-items:center;

}

@media(max-width:1315px) {
    .mainNav__items.sp-only.mainNav__items.sp-only.mainNav__items.sp-only.mainNav__items.sp-only {
        display: flex;
    }
}

    .mainNav__items > a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
        border: 1px solid transparent;
        border-radius: 5px;
        color: #000;
        text-decoration: none;
        transition: all 0.3s;
    }

.mainNav__items > a:hover {
    border-color: #4582c3;
    border-radius: 5px;
    background-color: #d3eae4;
}

.mainNav__items > a.active {
    border-color: #4582c3;
    border-radius: 5px;
    background-color: #d3eae4;
}

#navbtn {
    position: relative;
    display: none;
}

#navbtn span {
    position: relative;
    width: 70%;
    height: 4px;
    background-color: #333;
}

#navbtn span:before,
#navbtn span:after {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: #333;
    content: "";
}

#navbtn span:before {
    top: 10px;
}

#navbtn span:after {
    top: -10px;
}

#navbtn.active span {
    background-color: #fff;
}

#navbtn.active span:before {
    top: 0px;
    transform: rotate(45deg);
}

#navbtn.active span:after {
    top: 0px;
    transform: rotate(-45deg);
}

.subNav {
    display: flex;
    align-items: center;
    padding-left: 70px;
    height: 50px;
    background-color: #1d2460;
}

.subNav__body {
    display: flex;
}

.subNav__items {
}

.subNav__items a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    color: #fff;
    text-decoration: none;
}

.pagenav__body {
    display: flex;
    margin: 0 auto 16px;
    padding: 0;
    list-style: none;
}

.pagenav__items {
    position: relative;
    box-sizing: border-box;
    margin: 0 5px;
    padding: 1px;
    width: calc((100% - 30px) / 4);
    height: 40px;
    /* background: #299100; */
}
.header-menu-arrow{
    transform:rotate(90deg);
    margin-left:16px;
}
.header-right-area.header-right-area {
    display: flex !important;
    align-items: center;
}

/* 重なり順を設定 */
.pagenav__items:nth-child(1) {
    z-index: 4;
}

.pagenav__items:nth-child(2) {
    z-index: 3;
}

.pagenav__items:nth-child(3) {
    z-index: 2;
}

.pagenav__items:nth-child(4) {
    z-index: 1;
}

.pagenav__items:first-child {
    margin-left: 0;
}

.pagenav__items:last-child {
    margin-right: 0;
}

.pagenav__items:not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 1px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 0;
    border-bottom: 30px solid transparent;
    content: "";
}

.pagenav__items:not(:first-child)::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 0;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f0f2f6;
    content: "";
}

.pagenav__items-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
}

.pagenav__items-inner.active {
    background-color: #1d255f;
    color: #fff;
}

.pagenav__items-inner.end {
    background-color: #999;
}

.pagenav__items:not(:last-child) .pagenav__items-inner.active::after {
    border-left: 20px solid #1d255f;
}

.pagenav__items:not(:last-child) .pagenav__items-inner.end::after {
    border-left: 20px solid #999;
}

.pagenav__items-inner--current {
    background: transparent;
    color: #ffffff;
}

.pagenav__items:not(:last-child) .pagenav__items-inner::before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 0;
    border-bottom: 30px solid transparent;
    content: "";
}

.pagenav__items:not(:last-child) .pagenav__items-inner::after {
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 0;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ffffff;
    content: "";
}

.pagenav__items:not(:last-child) .pagenav__items-inner--current::after {
    display: none;
}

/************************************************************************************
フッター
************************************************************************************/
footer {
    position: absolute; /*←絶対位置*/
    bottom: 0; /*下に固定*/
    padding: 20px;
    width: 100%;
    background: #1d2460;
}

footer p {
    color: #fff;
    text-align: center;
}

/************************************************************************************
メインエリア
************************************************************************************/
main {
    /*padding-top: 15px;*/
    background-color: #f0f2f6;
}

.main img {
    max-width: 100%;
    height: auto !important;
}

.container {
    margin: 0 auto;
    max-width: 100%;
    overflow:hidden;
    width: 1200px;
    color: #000;
    font-size: 20px;
    line-height: 1.5;
}

.container-sm {
    position:relative;
    margin: 0 auto 260px!important;
    max-width: 100%;
    width: 800px;
    color: #000;
    padding:0 24px 40px 24px;
    font-size: 20px;
    line-height: 1.5;
    background-color:#fff;
    border-radius:7px;
}
.container-sm.kaito{
    width:800px!important;

}
@media (max-width:1000px){
    .container-sm {
        width:78%;
        margin:0 auto;
    }
}
@media (max-width:750px) {
    .container-sm {
        width: 74%;
    }
}

.not-bg-color{
    background-color:unset;
}

.ContentsTextArea p {
    padding: 0 16px;
    font-size:18px;
}
@media (max-width:896px){
    .ContentsTextArea p {
        font-size: 15px;
    } 
}
.ContentsTextArea p:first-child{
    padding-top:5px;
}

.btn_1.comment {
    background-color: #4b87c5;
    color: #fff;
    border-radius: 7px;
    padding:8px;
    text-decoration: none;
    margin:8px 8px 0 8px;
    display: block;
    width: 150px;
    text-align: center;
}
.right.comment {
    border-radius: 7px;
    float:unset;
    display:flex;
    justify-content:end;
}
    .right.comment a {
        font-size: 14px;
    }
.btn_1.prev {
    padding: 8px 28px;
    position: fixed;
    left: 30%;
    height: 300px;
    max-height: 100%;
    display: flex;
    justify-content: center;
    width: 75px;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
}
.btn_1.prev:after{
    content:"";
    background-image:url('../img/arrow-left.png');
    display:inline-block;
    width:14px;
    height:24px;
    background-size:contain;
    background-repeat:no-repeat;
    top:50%;
    left:50%;
}
    .btn_1.prev:hover:after {
        background-image: url('../img/arrow-left-white.png');
    }
    .btn_1.next:hover:after {
        background-image: url('../img/arrow-right-white.png');
    }

.btn_1.next {
    padding: 8px 17px;
    position: fixed;
    right: 30%;
    height: 300px;
    max-height: 100%;
    display: flex;
    justify-content: center;
    width: 75px;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
}
.btn_1.next:after {
    content: "";
    background-image: url('../img/arrow-right.png');
    display: inline-block;
    width: 14px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
}
    .btn_1.next.goal:after {
        background-image: url('../img/complete_icon_edit.png');
        width:33px;
        height:47px;
        background-size:cover;
        padding-left:19px;
        padding-right:19px;
    }
    .btn_1.next.goal:hover:after {
        background-image: url('../img/complate.png');
        width: 30px;
        height: 45px;
    }
@media(max-width:2200px) {
    .btn_1.prev {
        left: 24%;
    }

    .btn_1.next {
        right: 24%;
    }
}

    @media(max-width:2000px) {
        .btn_1.prev {
            left: 23%;
        }

        .btn_1.next {
            right: 23%;
        }
    }
@media(max-width:1800px) {
    .btn_1.prev {
        left: 21%;
    }

    .btn_1.next {
        right: 21%;
    }
}

    @media(max-width:1600px) {
        .btn_1.prev {
            left: 18%;
        }

        .btn_1.next {
            right: 18%;
        }
    }

    @media(max-width:1500px) {
        .btn_1.prev {
            left: 4%;
        }

        .btn_1.next {
            right: 4%;
        }
    }


@media(max-width:1400px) {
    .btn_1.prev {
        left: 2%;
    }

    .btn_1.next {
        right: 2%;
    }
}


@media(max-width:1315px) {
    .btn_1.prev {
        left: 2%;
    }

    .btn_1.next {
        right: 2%;
    }
}
@media(max-width:1200px) {
    .btn_1.prev {
        left: 2%;
    }

    .btn_1.next {
        right: 2%;
    }
}
@media(max-width:900px) {
    .btn_1.prev {
        left:1% !important;
    }

    .btn_1.next {
        right: 1% !important;
    }
}
/*
@media(max-width:1100px) {
    .btn_1.prev {
        left: 9%;
    }

    .btn_1.next {
        right: 9%;
    }
}
@media(max-width:1050px) {
    .btn_1.prev {
        left: 7%;
    }

    .btn_1.next {
        right: 7%;
    }
}
*/
    .container h2 {
        margin: 10px 0;
        font-size: 140%;
    }

    .container h3 {
        margin: 20px 0;
        font-size: 120%;
    }

    .container p {
        line-height: 2;
    }

    .contents {
        font-weight: normal;
        line-height: 1.4;
    }

        .contents p {
            /* font-size: 16px; */
            line-height: 22px;
            line-height: 2;
        }

        .contents h2 {
            margin-bottom: 20px;
            font-size: 18px;
        }

            .contents h2 img {
                margin-bottom: 1px;
            }

        .contents img {
            margin-bottom: 15px;
        }

    /* トップページスライダー */

    .videoBox {
        //padding-top: 15px;
        padding-bottom: 15px;
    
        
        }

        .videoBox h2{
            display:flex;
            align-items:center;
        }

        .videoBox h2 img{
            margin-right:8px;
        }

        .videoBox + .videoBox {
            /*margin-top: 40px;*/
        }

    .videoBox__title {
        padding-left: 60px;
    }

    .videoBox-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
        padding: 0 15px;
        max-width: 800px;
        height: 36px;
        border: 1px solid #4582c3;
        border-radius: 5px;
        background-color: #f0fffb;
    }

    .videoBox__body {
        position: relative;
        padding-top: 20px;
    }

    .videoBox__slider {
    }

        .videoBox__slider p {
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
            text-align: left;
            font-size: 16px;
            /*-webkit-line-clamp: 4;*/
        }

    .main-contents .swiper-slide{
        width:1008px;
        max-width:100%;
    }

.swiper-slide {
    
    /*margin: 0 8px;*/
  
    max-width:326px;
}
@media(max-width:1000px){
    .swiper-slide{
        max-width:unset;
    }
}
.swiper-wrapper {
    width: 1000px;
    margin: 0 auto;
    max-width:100%;
}


.slider-item {
    position: relative;
    padding: 34px 23px;
    height: auto;
    background-color: #fff;
    border-radius: 7px;
    border: 0.75px solid #A3A3A3;
    width: 326px;
    margin:0 auto;
    max-width:100%;
}
    .mypage .slider-item{
        min-height:471px;
    }
.slider-item:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 33px;
    height: 33px;
    //z-index:50;
    z-index: 8;
    display: inline-block;
    box-sizing: content-box;
    padding: 12px;
}
    .slider-item:after{
        content: "";
        position: absolute;
        top: 12px;
        right: 12px;
        width: 30px;
        height:30px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 9;
        display: inline-block;
    }
.slider-item.slider-koza:after {
    background-image: url('../img/kozaicon-mypage.png');
}
.slider-item.slider-drill:after {
    background-image: url('../img/drillicon-mypage.png');
}
.slider-item.slider-kyt:after {
    background-image: url('../img/oneclickicon-mypage.png');
}
.slider-item.slider-dorareko:after {
    background-image: url('../img/dorarekoicon-mypage.png');
}
.slider-item.slider-topic:after {
    background-image: url('../img/newsicon-info.png');
}
    .swiper-slide.koza .slider-item:after {
        background-image: url('../img/kozaicon-mypage.png');
    }
    .swiper-slide.test .slider-item:after {
        background-image: url('../img/drillicon-mypage.png');
    }
    .swiper-slide.kyt .slider-item:after {
        background-image: url('../img/oneclickicon-mypage.png');
    }
    .swiper-slide.dorareko .slider-item:after {
        background-image: url('../img/dorarekoicon-mypage.png');
    }
    .mypage .slider-item:before {
        background-color: unset;
    }
.mypage .slider-koza:before {
    background-color: white;
}
.mypage .slider-drill:before {
    background-color: white;
}
.mypage .slider-kyt:before {
    background-color: white;
}
.mypage .slider-dorareko:before {
    background-color: white;
}
    .mypage .slider-item__title{
        font-weight:normal;
        /*text-decoration:underline;*/
    }
    .check-status{
        width:210px;
        max-width:100%;
        margin:0 auto;
    }
    .mypage .number{
        font-size:25px;
        font-weight:bold;
        margin-right:8px;
    }
    .mypage .item-info__btn a {
        width: 100%;
        font-size: 13px;
        color: #8B8C8E;
        padding:13px 0;
        margin:11px 0;
        background-color:#ddd;
        display:block!important;
        text-align:center;
    }
    .koza .item-info__btn a.active {
        background-color: #FFD8D5;
    }
    .test .item-info__btn a.active {
        background-color: #FDF0C5;
    }
    .kyt .item-info__btn a.active {
        background-color: #C4E2C3F0;
    }
    .dorareko .item-info__btn a.active {
        background-color: #F5D9F4;
    }
    .dashboard {
        display: flex;
        justify-content:space-between;
        background-color: #fff;
        border: .75px solid #A3A3A3;
        padding:30px;
        width:1045px;
        max-width:100%;
        border-radius:7px;
        margin:0 auto;
    }

    .chart-area{
        width:350px;
        max-width:100%;
    }
    .chart-area .title {
        font-size: 17px;
        font-weight: bold;
        border-bottom: 1px solid #D0D0D0;
        margin-bottom:13px;
    }
    .bar-area {
        width: 482px;
        max-width: 100%;
       }
    .bar-area .title {
        font-size: 17px;
        font-weight: bold;
        border-bottom: 1px solid #D0D0D0;
        margin-bottom: 13px;
    }
    .category-wrapper{
        margin-bottom:24px;
    }
    .category-title {
        display: flex;
        align-items: center;
        font-size: 17px;
        letter-spacing: 1.7px;
        font-weight: bold;
    }
    .category-title img{
        margin-right:10px;
    }
    .mypage-progress{
        display:flex;
        justify-content:space-between;
        align-items:center;
        /*width:400px !important;*/
        margin-top:16px;
        height:10px !important;
        border-radius:5px;
    }

    @media(max-width:900px){
        .mypage-progress .mypage-progress .mypage-progress {
            margin-top: 8px;
            margin-bottom: 8px;
        }
    }
    @media(max-width:768px) {
        .mypage-progress.mypage-progress.mypage-progress {
            margin-top: 4px;
            margin-bottom: 4px;
        }
        .category-wrapper{
            margin-bottom:16px;
        }
    }
    @media(max-width:600px) {
        .dashboard {
            display: block;
        }

        .chart-area {
            margin:0 auto;
            width:100%;
        }
        .all.all{
            height:unset !important;
        }
    }
    
    .mypage-progress div{
        border-radius:5px;
    }
    .mypage-progress span{
        margin-right:-55px;
    }
    .mypage-progress.koza div{
        background-color: #DE614A;
    }
    .mypage-progress.drill div {
        background-color: #F7C009;
    }
    .mypage-progress.kyt div {
        background-color: #23CE1C;
    }
    .mypage-progress.dorareko div {
        background-color: #F737EF;
    }
    .mypage .item-info__title{
        text-align:center;
        font-weight:normal;
        text-decoration:underline;
    }
.mypage .slider-item {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
    .mypage .swiper-wrapper {
        margin-top: 40px;
    }
    .section-title.mypage{
        margin-top:40px;
    }
    @media(max-width:600px){
        .section-title.mypage span {
            display:block;
        }
    }
.section-title.mypage.top {
    margin-top: 20px;
    border: none;
}
.section-title.mypage.top:after {
    content:none;
}
.mypage .item-info__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: 1.7px;
    font-size: 17px;
    height: 50px;
}
    .mypage .check-status span:not(.number){
        text-align: center;
        margin: 0 auto;
        width: 60px;
        display: inline-block;
    }
    .slider-wrap{
        margin-top:64px;
    }
    .slider-wrap .section-title{
        font-size:24px !important;
        display:flex;
        align-items:center;
    }
    .slider-wrap .section-title img{
        margin-right:12px;
    }

.slider-item__detail {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    height:39px;
    width:80%;
    margin:0 auto;
}
    .slider-item__detail.topicPickUp {
        height: 108px;
        margin-bottom: 7px;
        -webkit-line-clamp: 5;
    }
.slider-item__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    height: 50px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 9px;
}

    .slider-item__title.topicPickUp {
        margin-top: 22px;
    }

    .slider-item__video {
        position: relative;
        //margin-bottom: 10px;
        border-radius:7px;
    }

        .slider-item__video video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .slider-item__video > img {
            width: 100%;
            /*height: 156px;*/
            object-fit:cover;
            border-radius:7px;
        }
        .main-contents .slider-item__video img{
            width:583px;
            max-width:100%;
            height:auto;
        }
        .main-contents .slider-item{
            display:flex;
            justify-content:space-around;
            width:unset;
        }

    .slider-item__info {
        color: #000;
        font-size: 14px;
    }

.slider-item-info__progress {
    /*width: 86%;*/
    width:44%;
    height: 4px;
    background-color: #bfbfbf;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
    margin-top:6px;
}

    .slider-item-info__progress.drill{
        margin-bottom:0;
        width:100%;
    }
    .slider-item-info__progress div {
        width: 50%;
        height: 100%;
        background-color: #c0321f;
    }

.mypage .slider-item-info__progress {
    width: 86%;
    height: 4px;
    background-color: #bfbfbf;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
    .slider-item-info__desc {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .slider-item-info__desc span + span {
            margin-left: 30%;
        }

.slider-item-info__desc.topicPickUp {
    position:absolute;
    top:60px;
    right:20px;
}

    .add-padding {
        padding-left: 75px !important;
    }

    .not-padding {
        padding-left: 0 !important;
    }

    .swiper-container {
        overflow: unset;
        max-width:100%;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -24px;
    }

    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .swiper-pagination-bullet-active.swiper-pagination-bullet-active.swiper-pagination-bullet-active.swiper-pagination-bullet-active.swiper-pagination-bullet-active {
        background: #4582c3;
        width:40px;
        height:5px;
        border-radius:0;
    }

.swiper-pagination-bullet {
    background: #999;
    opacity: 1;
    width: 40px;
    height: 5px;
    border-radius: 0;
}

.swiper-slide.koza .slider-item{
    background-color: #FFF5F4;
}
.swiper-slide.test .slider-item {
    background-color: #FDF8E8;
}
.swiper-slide.kyt .slider-item {
    background-color: #F4FCF4;
}
.swiper-slide.dorareko .slider-item {
    background-color: #FCF5FB;
}


.swiper-pagination.swiper-pagination {
    z-index: 0;
    position: unset;
    margin-top:16px;
}


    .swiper-pagination span:only-child{
        display:none;
    }

    .videoBox__body.swiperRecommend {
        max-width: 100%;
        margin: 0 auto;
    }

    .swiperRecommend .item-info {
        width: 100%;
    }

    .swiperRecommend .item-info__main {
        width: 100%;
        height: 200px;
    }

        .swiperRecommend .item-info__main img {
            width: 100%;
        }

    .item-info {
        position: absolute;
        z-index: 99;
        display: none;
        max-width: 100%;
        width: 377px;
        height: auto;
        border: 5px solid #e8ecf1;
        background-color: #374c72;
        color: #fff;
        font-size: 12px;
    }

        .item-info.active {
            position: absolute;
            top: 0 !important;
            left: 0 !important;
            display: block;
        }

    .item-info__main {
        display: flex;
        overflow: hidden;
        margin-bottom: 4px;
        height: 140px;
    }

    /* .item-info__videobox {
  flex: 0 0 300px;
} */

    /* .item-info__video {
  position: relative;
  padding-top: 56.25%;
  height: 0;
} */

    /* .item-info__video video,
.item-info__video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

    .item-info__info {
        padding-left: 20px;
        font-weight: bold;
        line-height: 1.4;
    }

        .item-info__info p {
            margin-bottom: 10px;
        }

    .item-info__desc {
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .item-info__title {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 16px;
    }

    .item-info__btn {
        display: flex;
        justify-content: flex-end;
    }

        .item-info__btn a {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 15px;
            min-width: 98px;
            border-radius: 5px;
            background-color: #4582c3;
            color: #fff;
            text-decoration: none;
            transition: 0.3s;
        }

            .item-info__btn a:hover {
                background-color: #fff;
                color: #000;
            }

            .item-info__btn a:first-child {
                margin-left: 0;
            }

        .item-info__btn_PakChange a {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 15px;
            padding: 13px 0;
            border-radius: 7px;
            background-color: #4582c3;
            color: #fff;
            text-decoration: none;
            transition: 0.5s;
            font-size: 13px;
            display: block;
            text-align: center;
            //width:235px;
            width: 135px;
            max-width: 100%;
        }

            .item-info__btn_PakChange a:hover {
                background-color: #fff;
                color: #000;
            }

            .item-info__btn_PakChange a:first-child {
                margin-left: 0;
            }



.item-info_big__btn {
    display: flex;
    justify-content: center;
    width:100%;
    margin-top:20px;
}

    .item-info_big__btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 240px;
        width:100%;
        height:47px;
        border-radius: 5px;
        background-color: #4582c3;
        color: #fff;
        text-decoration: none;
        transition: 0.3s;
        margin:0 auto;
    }

    .item-info_big__btn .red {
        background-color: red !important;
    }
        .item-info_big__btn .red:hover {
            background-color: #fff!important;
            color: red!important;
            border: 1px solid red;
        }


    .item-info_big__btn a:hover {
        background-color: #fff;
        color: #000;
        border: 1px solid #4582c3;
    }
        .item-info_big__btn a.dis {
            background-color: #babbbc;
            color: #909090;
            border: 1px solid #babbbc;
        }
            .item-info_big__btn a.dis:hover {
                background-color: #babbbc;
                color: #909090;
                border: 1px solid #babbbc;
                cursor: not-allowed;
            }



    .swiper-button-prev,
    .swiper-button-next {
        top: 0;
        margin-top: unset;
        padding-right: 10px;
        padding-left: 10px;
        width: 70px;
        /* height: calc(100% - 26px); */
        height: 95%;
        background-color: rgba(0, 0, 0, 0.4);
    }

    @media(max-width:980px){
        .swiper-button-prev,
        .swiper-button-next {
            width: 40px;
        }
    }

        .swiper-button-next.recorder,
        .swiper-button-prev.recorder {
            margin-top: 26px;
        }

.swiper-button-prev {
    top: 0;
    left: 0;
    padding-right: 10px;
    padding-left: 10px;
    /* height: calc(100% - 26px); */
    height: 95%;
    background-color: rgba(0, 0, 0, 0.4);
}

        .swiper-button-prev:after {
            width: 30px;
            height: 34px;
            background: url("../img/arrow_left.png") no-repeat;
            background-size: 100%;
            content: "";
        }

    .swiper-button-next {
        right: 0;
    }

        .swiper-button-next:after {
            width: 30px;
            height: 34px;
            background: url("../img/arrow_right.png") no-repeat;
            background-size: 100%;
            content: "";
        }

        .swiper-button-next.swiper-button-disabled,
        .swiper-button-prev.swiper-button-disabled {
            opacity: 0;
        }

    .swiper-button-hidden {
        display: none;
    }

    /* 検証 */

    .slick01 div:not(.slick-disabled) {
        /* cursor: pointer; */
    }

    .slick01 .slick-arrow {
        padding: 8px 16px;
        border-radius: 5px;
        background-color: deepskyblue;
    }

        .slick01 .slick-arrow.slick-disabled {
            background-color: unset;
        }

    .prev.slick-arrow {
        position: absolute;
        bottom: -40px;
        left: 0;
    }

    .next.slick-arrow {
        position: absolute;
        right: 0;
        bottom: -40px;
    }

    /************************************************************************************
レスポンシブ　タブレット以下
************************************************************************************/
@media (max-width:1315px) {
    .mainNav__items.sp-only:not(.child) {
        flex: 0 0 100%;
        margin: 0;
        padding: 0;
        display: block;
    }

    #navbtn {
        position: absolute !important;
        top: 5px;
        right: 10px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        border: 1px solid #4582c3;
        background-color: #fff;
    }

    .mainNav__body {
        position: absolute;
        top: 47px;
        left: 0;
        z-index: 100;
        display: none;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        background-color: #E8ECF2;
    }

    .mainNav__items.student {
        display: none;
    }
    /*aaaaaaaaaaaaaaaa*/
    .mainNav__items > a {
        width: 80%;
    }

    .mainNav__items.child > a {
        width: 100%;
    }
}

    @media screen and (max-width: 767px) {

        .pagenav {
            /* padding:0 10px; */
            /* background-color: pink !important; */
        }

        .pagenav__items {
            /* margin: 0 3px; */
            justify-content: space-between;
        }

        .pagenav ul {
            /* display:block; */
            /* overflow-x: auto;
    overflow-y: hidden; */
            /* -webkit-overflow-scrolling: touch; */
            /* /-overflow-scrolling: touch; */
            /* overflow: auto; */
            white-space: nowrap;
        }

        .pagenav li {
            display: inline;
            /* padding-right:20px; */
            /* flex: 0 0 40%; */
        }

            .pagenav li a {
                font-size: 11px !important;
            }

        .mainNav {
            position: relative;
            z-index: 10;
            display: flex;
            padding-left: 10px;
            height: 60px;
            border-bottom: 1px solid #ccc;
        }

        .mainNav__body {
            position: absolute;
            top: 60px;
            left: 0;
            z-index: 100;
            display: none;
            flex-direction: column;
            flex-wrap: wrap;
            width: 100%;
            background-color: #E8ECF2;
        }

        .mainNav__items {
            flex: 0 0 100%;
            margin: 0;
            padding: 0;
        }

        .mainNav__body.mainNav__body.mainNav__body.mainNav__body.mainNav__body.mainNav__body.mainNav__body .child {
            background: #fff;
            display: none;
        }

        .mainNav__items a {
            padding: 10px;
        }

        .subNav {
            padding-left: 0;
        }

        .pagenav {
            margin-bottom: 30px;
        }
        /* .pagenav__body{
    flex-wrap:wrap;
    }

    .pagenav__items{
        flex:0 0 50%;
    }

    .pagenav__items a{
    }

    .pagenav__items a:hover, .pagenav__items a.active{
    } */
        .container {
            width: 95%;
        }

        .videoBox__title {
            padding-right: 10px;
            padding-left: 10px;
        }

        .videoBox-title {
            flex-direction: column;
            flex-wrap: wrap;
            padding-top: 5px;
            padding-bottom: 5px;
            height: auto;
            /*    display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 800px;
        height: 36px;
        background-color: #F0FFFB;
        border:1px solid #4582C3;
        border-radius:5px;
        padding:0 15px;*/
        }

            .videoBox-title div + div {
                margin-top: 5px;
            }

        .item-info {
            left: 0 !important;
            width: 100%;
            height: auto;
            /* display: none;
    position: absolute;
    width: 520px;
    height: 358px;
    background-color: #151515;
    z-index:99;
    padding:15px;
    color:#fff;
    font-size:12px;*/
        }

            .item-info.active {
                /*display: block;*/
            }

        .item-info__main {
            /*margin-bottom: 20px;*/
            /*display: flex;*/
            flex-wrap: wrap;
        }

        .item-info__videobox {
            /*flex:0 0 300px;*/
            flex: 0 0 100%;
        }

        .item-info__video {
            /*    position:relative;
    height: 0;
    padding-top:56.25%;*/
        }

            .item-info__video video,
            .item-info__video img {
                /*   position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;*/
            }

        .item-info__info {
            flex: 0 0 100%;
            padding-left: 0;
            /*    padding-left:20px;
    font-weight:bold;
    line-height: 1.4;*/
        }

            .item-info__info p {
                /*margin-bottom: 10px;*/
            }

                .item-info__info p .block {
                    display: block;
                }

        .item-info__desc {
            /*margin-bottom: 20px;*/
            /*line-height: 1.4;*/
        }

        .item-info__title {
            /*    margin-bottom: 10px;
    font-weight: bold;*/
        }

        .item-info__btn {
            /*    display: flex;
    justify-content: flex-end;*/
        }

            .item-info__btn a {
                /*    display: flex;
    align-items: center;
    justify-content:center;
    text-decoration: none;
    background-color: #4582C3;
    border-radius:5px;
    color:#fff;
    width: 98px;
    height: 26px;*/
            }
    }

    /*6/3 �y�[�W�l�[�V����*/

    /* .pagination {
  display: flex;
  justify-content: space-between;
}

.pagination a {
  float: right;
  padding: 8px 16px;
  color: #fff;
  text-decoration: none;
  transition: background-color .10s;
}

.pagination a.active {
  border-color: #4582C3;
  border-radius: 5px;
  background-color: #D3EAE4;
  color: #000;
}

.pagination a:hover:not(.active) {
  border-radius: 5px;
  background-color: deepskyblue;
} */


    /* ページネーション関係（コース次へ前へボタン） */

    .top_link {
        overflow: hidden;
        padding: 10px 0;
    }

        .top_link a {
            padding: 8px 16px;
            border-radius: 5px;
            background-color: #fff;
            color: #333;
            text-decoration: none;
            transition: 0.5s;
        }

            .top_link a:hover:not(.active) {
                background-color: #4582c3;
                color: #fff;
                transition: 0.5s;
            }

    .pagination {
        overflow: hidden;
        //padding: 15px 0;
    }

        .pagination a {
            padding: 8px 26px;
            border-radius: 5px;
            background-color: #fff;
            color: #333;
            text-decoration: none;
            text-align:center;
            max-width:100%;
        }

    .pagenation a:hover {
        background-color: #4582c3;
    }





    .pagination-flex {
        overflow: hidden;
        padding: 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin-top:10px;
    }

        .pagination-flex a {
            padding: 8px 16px;
            background-color: #fff;
            color: #333;
            border-radius:5px;
            text-decoration: none;
            border: 1px solid #ccc;
            font-size:18px;
        }


    /* .pagination a.active {
            border-color: #4582c3;
            border-radius: 5px;
            background-color: #fff;
            color: #000;
        } */

    .pagination a:hover:not(.active) {
        background-color: #4582c3;
        color: #fff;
        transition: 0.5s;
        cursor: pointer;
    }

    .pagenation a:hover {
        background-color: #4582c3;
        color: #fff;
        transition: 0.5s;
    }

    .pagination-flex a:hover:not(.active) {
        background-color: #4582c3;
        color: #fff;
        transition: 0.5s;
        cursor: pointer;
    }


.blink {
    -webkit-animation: flash 1s infinite;
    animation: flash 1s infinite;
    background: #4582c3;
    color: #fff;
}

    @-webkit-keyframes flash {
        0%,100% {
            background: #4582c3;
            color: #fff;
        }

        50% {
            background: #fff;
            color: #333;
        }
    }

    @keyframes flash {
        0%,100% {
            background: #4582c3;
            color: #fff;
        }

        50% {
            background: #fff;
            color: #333;
        }
    }

    .pagenation-flex a:hover {
        background-color: #4582c3;
        color: #fff;
        transition: 0.5s;
    }

.now-page {
    margin: 0 auto;
    position: absolute;
    right: 30px;
    bottom: 40px;
}

    .bg-none {
        background: none !important;
        border: none !important;
    }

        .bg-none:hover {
            pointer-events: none !important;
            color: #000 !important;
        }
    /*�܂Ƃ�button*/

    .summary_button a {
        float: left;
        padding: 8px 16px;
        border-radius: 5px;
        background-color: #d3eae4;
        color: #000;
        text-decoration: none;
    }

    /*checkbox*/

    /* label {
  font: 0.9rem 'Fira Sans', sans-serif;
}

input {
  margin: .4rem;
} */

    /*トップページ*/
    .flex-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 10px 0;
    }

        .flex-box li {
            margin: 0 16px 16px 0;
            width: calc(33.33333333% - 32px);
        }

            .flex-box li:nth-of-type(3n) {
                margin-right: 0;
            }

            .flex-box li img {
                width: 100%;
            }

    /*講座ページ*/

    .contents_wrapper {
        padding: 10px;
        /* border: 1px solid #404040; */
    }

    .contents li {
        display: none;
    }

        .contents li.active {
            display: block;
        }

    /*コースページ横並び*/
    .contents_wrapper ul li {
        display: flex;
        justify-content: space-between;
        /* border-bottom: 1px solid #404040; */
        padding: 10px 0;
        max-width: 100%;
        border-top: 1px solid #404040;
    }

        .contents_wrapper ul li p {
            max-width: 25%;
            width: 25%;
        }

        .contents_wrapper ul li dl {
            max-width: 71%;
            width: 71%;
            line-height: 1.3;
            /* background: pink; */

            overflow-wrap: break-word;
        }

            .contents_wrapper ul li dl dt {
                font-weight: bold;
                margin-bottom: 10px;
            }

            .contents_wrapper ul li dl dd {
                margin-bottom: 10px;
            }


    .drill_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .drill_box li {
            flex-basis: 200px;
            padding: 15px;
        }

        .answer dt{
            position:relative;
        }
.svg-wrap {
    position: absolute;
    top: -15%;
    margin-top:50px;
    left: 160px;
    opacity: 0.6;
    transform: translateY(-50%);
}
/************************************************************************************
ドリルページ横並び
************************************************************************************/
.contents_wrapper2 ul {
    display: flex;
    flex-direction:column;
    flex-flow: row wrap;
    /*    justify-content: space-between;*/
}


        .contents_wrapper2 ul li {
            /*    background:red;*/
            /*        width: 30%;*/
            /*        box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(17, 51, 72, 0.2);
    color: #3c3c3c;*/
            margin: 0;
            padding: 10px 20px;
            /*        text-decoration: none;
    transition: all 0.3s ease 0s;*/
            width: 100%;
            background-color:#fff;
            border:1px solid #4582c3;
            border-radius:7px;
            margin-top:30px;
        }

            .contents_wrapper2 ul li dl{
                display:flex;
                justify-content:space-between;
                align-items:center;
            }

            .contents_wrapper2 ul li:first-child {
                margin-top: 0;
            }


            .contents_wrapper2 .flex-box {
                display: flex;
                justify-content: space-between;
            }

        .contents_wrapper2 .flex-box .item-info__btn {
            justify-content: flex-start;
        }

            .contents_wrapper2 .flex-box .item-info__btn i {
                margin-left: 10px;
            }


    .flex-1 {
        flex: 1;
    }

    .flex-2 {
        flex: 2;
    }
    .bar{
        display:flex;
        align-items:center;
        margin-bottom:10px;
    }
/************************************************************************************
ドリルページ
************************************************************************************/
/*ドリルページ*/
.drill-container {
    margin-bottom: 100px;
}

.drill_wrapper ul li {
    padding: 10px 0;
    border-bottom: 1px solid #404040;
}

    .drill_wrapper ul li dl {
    }

        .drill_wrapper ul li dl dt {
            font-size:16px;
            line-height: 1.8;
            display:flex;
        }

            .drill_wrapper ul li dl dt img {
                max-width: 130px;
            }

    .drill_wrapper ul li.question dl dd {
        /*float: right;*/
        display: flex;
        justify-content: space-around;
        overflow: hidden;
        padding: 10px 0;
        /* margin: 0 auto; */
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: 100%;
    }

    .drill_wrapper ul li dl dd input {
        padding: 10px 20px;
    }

    .drill_wrapper ul li dl dd label {
        /*padding: 40px;*/
        width: 45%;
        height: 70px;
        line-height: 61px;
        font-size: 65px;
    }

.drill_kaito_wrapper ul li dd {
    padding: 15px;
    font-size: 18px;
}

.sizeLarge {
    font-size: 32px;
}

.score {
    font-size: 80px !important;
}

.fz-sm {
    font-size: 40px;
}

.score-txt {
    text-align: left;
    display: flex;
    align-items: center;
}
/*ドリルページ解答*/
.drill_wrapper ul li.answer {
    /* padding: 10px 0; */
    /* border-bottom: 1px solid #404040; */
}

        .drill_wrapper ul li.answer dt {
            padding: 0 15px;
            font-size: 30px;
        }

        .drill_wrapper ul li.answer dd {
            position:relative;
            padding: 15px;
            font-size: 18px;
        }

    /*ドリル解答ページ*/
    .drill_kaito_wrapper ul li {
        padding: 10px 0;
        border-top: 1px solid #404040;
    }

        .drill_kaito_wrapper ul li dt {
            padding: 0 15px 15px 15px;
            font-size: 20px;
        }

.drill_kaito_wrapper{
    /*margin-top:70px*/
}

.question-icon {
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
    justify-content:space-between;
}
.question-icon div{
    display:flex;
    align-items:center;
}

.question-icon:before {
    content:"1";
    position: absolute;
    display: block;
    top: 40%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #4582c3;
    color: #fff;
    text-align: center;
    line-height: 36px;
}
.arrow-right-icon{
    transform:rotate(90deg);
}
.drill_kaito_wrapper ul li:nth-child(2) dt:before {
    content: "1";
}
.drill_kaito_wrapper ul li:nth-child(3) dt:before {
    content: "2";
}
.drill_kaito_wrapper ul li:nth-child(4) dt:before {
    content: "3";
}
.drill_kaito_wrapper ul li:nth-child(5) dt:before {
    content: "4";
}
.drill_kaito_wrapper ul li:nth-child(6) dt:before {
    content: "5";
}
.drill_kaito_wrapper ul li:nth-child(7) dt:before {
    content: "6";
}
.drill_kaito_wrapper ul li:nth-child(8) dt:before {
    content: "7";
}
.drill_kaito_wrapper ul li:nth-child(9) dt:before {
    content: "8";
}
.drill_kaito_wrapper ul li:nth-child(10) dt:before {
    content: "9";
}
.drill_kaito_wrapper ul li:nth-child(11) dt:before {
    content: "10";
}
.chice-txt{
    margin-left:30px;
}

    .flow-list{
        display:flex;
        justify-content:center;
        margin-top:-7px;
    }
.drill_wrapper .flow-list {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}
        .flow-list li {
            margin-right: 12px;
            border: 1px solid #707070;
            font-size: 16px;
            width: 33px;
            height: 33px;
            border-radius: 50%;
            text-align: center;
            line-height: 31px;
            padding: 0 !important;
            background-color: #fff;
            position: relative;
        }
@media(max-width:896px) {
    .flow-list li {
        height:30px;
        width:30px;
        line-height:27px;
        font-size:12px;
    }

}
@media(max-width:666px) {
    .flow-list li {
        margin-right:1px;
        font-size: 12px;
        width: 24px;
        height: 24px;
        line-height:22px;
    }
}
            /*  input:checked + span:after {
            position: absolute;
            left: 50%;
            top: -15%;
            content: "";
            display: block;
    play: block;
            w      display: block;
   ioafter {
            poition: absolute;
            left: 50%;
            top: -15%;
            content: "";
            display: block;
 ck;
     k;
           d        wi*/
    .flow-list li:after{
        content:"";
        width:18px;
        height:.5px;
        background-color:#707070;
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        right:-19px;
    }
    .flow-list li:last-child:after{
        content:none;
    }
    .flow-list li.active{
        background-color:#4582c3;
        color:#fff;
        border:unset;
    }

    input.geomsize {
        width: 1.5em;
        height: 1.5em;
    }

    .checkbox-wrap {
        cursor: pointer;
    }

    input[type="radio"] {
        display: none; /* ラジオボタンを非表示にする */
    }

        input[type="radio"]:checked + label {
            background: #31a9ee; /* マウス選択時の背景色を指定する */
            color: #ffffff; /* マウス選択時のフォント色を指定する */
        }

    .label {
        display: block; /* ブロックレベル要素化する */
        float: left; /* 要素の左寄せ・回り込を指定する */
        margin: 5px; /* ボックス外側の余白を指定する */
        padding-right: 5px; /* ボックス内御右側の余白を指定する */
        /* width: 100px;
  height: 100px;  */
        padding-left: 5px; /* ボックス内左側の余白を指定する */
        border: 2px solid #006dd9; /* ボックスの境界線を実線で指定する */
        border-radius: 5px; /* 角丸を指定する */
        color: #333; /* フォントの色を指定 */
        text-align: center; /* テキストのセンタリングを指定する */
        line-height: 45px; /* 行の高さを指定する */
        cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
    }

    input[type="checkbox"] {
        display: none;
        cursor: pointer;
    }

        input[type="checkbox"] + span {
            background-color: #fff;
            max-width: 100%;
            padding: 8px 16px;
            color: #333 !important;
            margin: 16px auto 0;
            display: block;
            text-decoration: none;
            transition: 0.5s;
            color: #333;
            border: 1px solid #4582c3;
        }

            /*  input:checked + span:after {
            position: absolute;
            left: 50%;
            top: -15%;
            content: "";
            display: block;
            width: 85px;
            height: 35px;
            border-left: 4px solid red;
            border-bottom: 4px solid red;
            opacity: 0.3;
            transform: rotate(-45deg)translateX(-50%)translateY(-60%);
        }*/

        .ContentsMovieImageArea #answer_1 + span{
            margin-top: 0;
        }

        .ContentsMovieImageArea input[type="checkbox"] + span{
            position:relative;
        }

        .ContentsMovieImageArea input[type="checkbox"] + span:before {
            position: absolute;
            display: block;
            top: 50%;
            transform:translateY(-50%);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #4582c3;
            color: #fff;
            text-align: center;
            line-height:37px;
        }

        #answer_1 + span:before {
            content: '1';
        }
        #answer_2 + span:before {
            content: '2';
        }
        #answer_3 + span:before {
            content: '3';
        }

        #answer_4 + span:before {
            content: '4';
        }

        #answer_5 + span:before {
            content: '5';
        }

        #answer_6 + span:before {
            content: '6';
        }

        #answer_7 + span:before {
            content: '7';
        }

        #answer_8 + span:before {
            content: '8';
        }

        #answer_9 + span:before {
            content: '9';
        }

        #answer_10 + span:before {
            content: '10';
        }

#answer-1:before {
    content: '1'!important;
}

#answer-2:before {
    content: '2' !important;
}

#answer-3:before {
    content: '3' !important;
}

#answer-4:before {
    content: '4' !important;
}

#answer-5:before {
    content: '5' !important;
}

#answer-6:before {
    content: '6' !important;
}

#answer-7:before {
    content: '7' !important;
}

#answer-8:before {
    content: '8' !important;
}

#answer-9:before {
    content: '9' !important;
}

#answer-10:before {
    content: '10' !important;
}


        input:checked + span {
            background: #4582c3;
            color: #fff !important;
            position: relative;
        }

            input:checked + span:before {
                background-color: #fff !important;
                color: #4582c3 !important;
            }

        input[type="checkbox"] +span label{
            padding-left:80px;
            display:block;
            font-size:16px;
            transition:0.5s;
        }

        input:checked + span label {
            cursor: pointer;
            font-size:20px;
            transition:0.5s;
        }

    input[type="checkbox"] + span {
        cursor: pointer !important;
        border-radius:7px;
        padding:16px;
    }

    .check-box{
        min-height:70px;
    }

    span label {
        cursor: pointer;
    }

    /* 理解度チェック解説 */
.check-question {
    /*background-color: #4582c3 !important;*/
    background-color: #fff !important;
    max-width: 100%;
    padding: 20px 16px 20px 80px !important;
    color: #333 !important;
    margin: 40px auto 0;
    display: block;
    text-decoration: none;
    transition: 0.5s;
    /*color: #fff !important;*/
    border: 1px solid #4582c3;
    border-radius: 7px;
    position: relative;
    line-height: 30px !important;
    font-size: 16px;
}
    .check-question.check {
        font-size: 20px;
        background-color: #4582c3 !important;
        color:#fff !important;
    }
    .check-question:before {
        content: "1";
        position: absolute;
        display: block;
        top: 50%;
        left: 16px;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #4582c3;
        color:#fff;
        text-align: center;
        line-height: 37px;
        border: 1px solid #4582c3;
    }
    .check-question.check:before {
        background-color: #fff;
        color: #4582c3;
    }

    .check-answer{
        line-height:30px !important;
        padding:8px;
        font-size:15px;
    }

/*ドラレコ視聴*/
.tab-box {
    position: relative;
    /* width: 800px; */
    margin: 0 auto;
}

    .pagerStyle.pagerStyle a {
        background: unset;
        border-radius: 50% !important;
        color: #426ED2 !important;
        border: 1px solid #426ED2;
        margin:0 8px;
    }
    .pagerStyle.pagerStyle a:hover {
        background: #426ED2;
        border: 1px solid #426ED2;
    }
    .pagerStyle.pagerStyle span {
        background: #426ED2;
        border-radius: 50% !important;
        color: #fff !important;
        border: none;
    }
    .pagerStyle.pagerStyle table {
       margin:16px auto 0;
    }
    .ViewTable .swiper-slide{
        margin-bottom:32px;
    }

    .tab-list {
        display: flex;
        margin: 0 40px;
        white-space: nowrap;
        /* width: 800px; */
        overflow-x: scroll;
        -ms-overflow-style: none;
        /* IE, Edge 対応 */
        scrollbar-width: none;
        /* Firefox 対応 */
    }

        .tab-list::-webkit-scrollbar {
            /* Chrome, Safari 対応 */
            display: none;
        }

    .tab-item {
        padding: 5px 25px;
        border-radius: 7px;
        background: #426ed2;
        /*box-shadow: 0 3px 6px #00000029;*/
        color: #fff;
        min-width:222px;
        max-width:100%;
        text-align:center;
        margin-right: 20px;
        position:relative;
    }

    .tab-item span{
        min-width:60px;
    }

        .tab-item.active {
            background-color: #4582C3 !important;
            color: #fff !important;
            box-shadow: 0 3px 6px #00000029;
            position: relative;
        }
        /*.information.active:after {
            position: absolute;
            left: 50%;
            top: -15%;
            content: "";
            display: block;
            width: 50px;
            height: 14px;
            border-left: 4px solid red;
            border-bottom: 4px solid red;
            opacity: 0.3;
            transform: rotate(-45deg)translateX(-50%)translateY(-60%);
        }*/

        .tab-item:hover {
            cursor: pointer;
        }
        .tab-item img{
            margin-right:8px;
        }
        .tab-item.topic:after {
            content: "";
            background-image: url(../img/newsicon-info.png);
            background-size: contain;
            background-repeat: no-repeat;
            width: 29px;
            height: 29px;
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 26px;
            transform: translateY(-50%);
        }
        .tab-item.active.topic:after{
            background-image:url(../img/newsicon-info-white.png);
        }
        .tab-item.megaphone span{
            margin-left:26px;
        }
        .tab-item.megaphone:after {
            content: "";
            background-image: url(../img/megaphoneicon-info.png);
            background-size: contain;
            background-repeat: no-repeat;
            width: 29px;
            height: 29px;
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 26px;
            transform: translateY(-50%);
        }

        .tab-item.active.megaphone:after {
            background-image: url(../img/megaphone-icon-info-white.png);
        }
        .tab-item.book:after {
            content: "";
            background-image: url(../img/bookicon-info.png);
            background-size: contain;
            background-repeat: no-repeat;
            width: 29px;
            height: 29px;
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 36px;
            transform: translateY(-50%);
        }

        .tab-item.active.book:after {
            background-image: url(../img/bookicon-info-white.png);
        }

        .content-item {
            display: none;
            padding: 20px;
        }

        .content-item.show {
            display: block;
        }

    .hscroll_wrapper {
        /*margin: 20px 0;*/
    }

        .hscroll_wrapper ul {
            white-space: nowrap;
            /* overflow-x: hidden; */
            /* margin: 0 0.1em 0 1em; */

            scroll-behavior: smooth;
            /* scroll-snap-type: inline; */
        }

        .hscroll_wrapper a {
            display: inline-block;
            /* margin: 0 1em 0 0; */

            scroll-snap-align: center;
        }

    .content-item ul li {
        display: flex;
    }

    .content-item ul li {
        display: flex;
        justify-content: space-between;
        /* border-bottom: 1px solid #404040; */
        padding: 10px 0;
        max-width: 100%;
        border-top: 1px solid #404040;
    }

        .content-item ul li p {
            max-width: 25%;
        }

        .content-item ul li dl {
            max-width: 71%;
            line-height: 1.3;
            /* background: pink; */

            overflow-wrap: break-word;
        }

            .content-item ul li dl dd {
                margin-bottom: 10px;
            }

    /* ライトモード編集開始 */
    .info-arart {
        padding: 16px 0;
        width: 100%;
        border: 5px solid #fcb6b5;
        background-color: #fff;
        text-align: center;
    }

    .fa-exclamation-triangle {
        margin-right: 8px;
        color: #f20c0c;
    }

    .fa-film {
        margin-right: 8px;
    }

    .heading {
        margin: 0px 0;
    }

.section-title {
    position: relative;
    padding-bottom: 4px;
    border-bottom: 2px solid #1d2460;
    font-size: 24px;
}

    .section-desc {
        margin-top: 4px;
    }

    .section-title:after {
        position: absolute;
        bottom: -2px;
        display: block;
        width: 70px;
        height: 2px;
        background-color: #1d2460;
        content: "";
    }

    .heading-information {
        color: #999;
        font-size: 12px;
    }

    /* ドラレコライトモード編集開始 */
    .recorder-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;
    }

    .recorder-item {
        margin: 0 16px 16px 0;
        width: calc(33.333333333% - 16px);
    }

        .recorder-item:nth-of-type(3n) {
            margin-right: 0;
        }

        .recorder-item p {
            margin-top: 10px;
            line-height: 1.4;
        }

    .evaluation-list {
        display: flex;
        justify-content: flex-end;
        margin-top: 10px;
    }

        .evaluation-list i {
            margin-left: 8px;
            font-size: 20px;
        }
    /* ドラレコライトモード編集終了 */

    /* 情報画面ライトモード編集開始 */
    .fa-folder-open,
    .fa-comment,
    .fa-star {
        margin-right: 8px;
    }

    .tab-area.tab-area i {
        font-size: 24px;
        margin-right: 4px;
    }

    @media (max-width:768px) {
        .tab-area.tab-area {
            display: block;
        }

        .tab-area i {
            margin-right: 0;
        }

        .tab-area .tab {
            width: 100% !important;
            border-radius: 0 !important;
        }
    }

    .tab-body {
        margin-left: 30px;
    }

    .expert {
        color: #707070;
    }

    .tab-body a {
        display: block;
        margin-top: 16px;
        margin-left: auto;
        padding: 10px;
        width: 200px;
        border-radius: 10px;
        background-color: #1e2658;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }

    .panel.tab-B li {
        margin-top: 40px;
        padding: 20px;
        box-shadow: 0 3px 6px #00000029;
    }

    .panel img {
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    /* modal */
    .overlay {
        position: fixed;
        z-index: 15;
        display: none;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    }

        .overlay.active {
            display: block;
        }

    .news-item {
        position: relative;
    }

    .news-modal {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 20;
        display: none;
        padding: 24px 16px;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 0 3px 6px #00000029;
        transform: translateX(-50%) translateY(-50%);
    }

        .news-modal .info-box {
            display: flex;
            align-items: center;
        }

        .news-modal .cat {
            display: inline-block;
        }

        .news-modal .title {
            margin-top: 8px;
        }

        .news-modal.active {
            display: block;
        }

        .news-modal img {
            width: 100%;
        }

        .news-modal p {
            line-height: 1.4;
        }

    .titie-box.top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .news-modal .fa-star {
        margin-top: 8px;
    }

    .news-close {
        display: block;
        margin: 20px auto 0;
        padding: 10px;
        width: 120px;
        border-radius: 5px;
        background-color: #426ed2;
        color: #fff;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    }

    .close-btn {
        position: absolute;
        top: -12px;
        right: -24px;
        z-index: 30;
        padding: 8px;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        background-color: #fff;
        box-shadow: 0 3px 6px #00000029;
        text-align: center;
        font-size: 24px;
        cursor: pointer;
    }
    /* 情報画面ライトモード編集終了 */

    /* 講座一覧ページ編集開始 */
.play-help {
    position: absolute;
    /*top: 0;*/
    bottom: -24px;
    /*left:0;*/
    right: 30%;
    font-size: 15px !important;
    padding: 0 0px;
    /*background-color: #000;*/
    background-color: #fff;
    /*color: #fff;*/
    color: #000;
    border: 0px solid #000;
}
.main-contents .play-help {
    right: 0;
    bottom: 0px;
    position: unset;
    margin-left: auto;
}
.play-time {
    position: absolute;
    /*top: 0;*/
    bottom: -16px;
    /*left:0;*/
    right: 0;
    font-size: 15px !important;
    padding: 0 16px;
    /*background-color: #000;*/
    background-color: #fff;
    /*color: #fff;*/
    color:#000;
    border:1px solid #000;
    line-height:16px !important;
}
.main-contents .play-time{
    right:0;
    bottom:-13px;
    position:unset;
    margin-left:auto;
    width:66px;
}

    .fa-play {
        margin-right: 4px;
    }

    .btn-wrapper {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
    }

    .modal-body {
        padding: 8px;
    }

    .evaluation-list.top {
        margin-top: 0;
    }
    /* 講座一覧ページ編集終了 */

    /*ドラレコショウページ*/

    .comment_send {
        padding: 10px;
        border: 1px dotted #666;
    }

        .comment_send p {
            text-align: right;
        }

    .comment_send_box {
        display: flex;
        justify-content: space-between;
    }

        .comment_send_box .left {
            width: 30%;
        }

        .comment_send_box .right {
            /* width: 20%; */
            width: 68%;
        }

            .comment_send_box .right dt {
                margin-bottom: 10px;
                font-weight: bold;
            }

            .comment_send_box .right dd {
                margin: 10px 0;
            }

                .comment_send_box .right dd.category {
                    font-size: 14px;
                }

    .comment_box {
        display: flex;
        margin-bottom: 10px;
        border-bottom: 1px dotted #666;
    }

        .comment_box dt {
            padding-right: 10px;
            /* background: pink; */
            width: 10%;
        }

        .comment_box dd {
            /* background: pink; */
        }

    .sp-only {
        display: none;
    }

    .koza3 p {
        font-size: 18px;
    }

    .arrow {
        /* display: inline-block; */
        position: absolute;
        /* border: 1px solid #808080; */
        /* vertical-align: middle; */
        /* margin-bottom: 4px; */
        top: 3px;
        /* border-radius: 50%;
  width: 1em;
  height: 1em; */
        cursor: pointer;
    }

    .arrow-right {
        /* width: 0;
  height: 0; */
        right: 0px;
        top:50%;
        transform:translateY(-50%);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 16px solid #000;
        /*z-index:99*/
    }

.arrow-left {
    /* width: 0;
  height: 0; */
    top: 50%;
    transform: translateY(-50%);
    /*left: -30px;*/
    border-top: 10px solid transparent;
    border-right: 16px solid #000;
    border-bottom: 10px solid transparent;
    /*z-index:99;*/
}

    /* マイページ */


    .fa-user-alt {
        margin-right: 8px;
    }

    .mainNav__items.student {
        margin-left: auto;
    }

    /* 11/17編集 */
    .my-page footer {
        position: unset;
    }

    .course-table table,
    .course-table td,
    .course-table th {
        border: 1px solid #595959;
        border-collapse: collapse;
    }

    .course-table td,
    .course-table th {
        padding: 3px;
        width: 120px;
        height: 25px;
    }

    .course-table th {
        background: #f0e6cc;
    }

    .drill-table table,
    .drill-table td,
    .drill-table th {
        border: none;
        border-collapse: collapse;
    }

    .drill-table tr {
        margin: 8px;
    }

        .drill-table tr:first-child {
            border-bottom: 1px solid #999999;
        }

    .danger-color {
        color: #f80202;
    }

    .chart {
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 3px 6px #00000029;
    }

        .chart .heading {
            display: flex;
            justify-content: space-between;
            margin: 40px 0 0;
            padding: 16px;
            border-radius: 10px;
            background-color: #f8f8f8;
        }

        .chart .body {
            padding: 40px 20px;
        }

        .chart .heading h2 {
            color: #1c245f;
            font-size: 24px;
        }

    .fa-chart-bar {
        margin-right: 16px;
    }

    .chart-btn {
        display: block;
        padding: 2px 16px;
        border: 1px solid #ddd;
        border-radius: 50px;
        background-color: #fff;
        color: #333;
        text-align: center;
        text-decoration: none;
        transition: 0.5s;
    }

        .chart-btn:hover {
            background-color: #4582c3;
            color: #fff;
        }

    .fa-chevron-right {
        margin-left: 16px;
    }

    .course-table {
        margin: 0 auto;
        text-align: center;
    }

    .drill-table {
        margin: 24px auto 0;
        border-spacing: 8px;
        text-align: center;
    }

        .drill-table:first-child {
            margin-top: 0;
        }

        .course-table td,
        .drill-table td {
            vertical-align: middle;
        }

        .drill-table td {
            padding: 8px;
        }

    .bg-navy {
        background-color: #1d2460;
        color: #fff;
    }

    .bg-gray {
        background-color: #dcdde7;
    }

    .course-table .table-title td:nth-child(1),
    .course-table .table-title td:nth-child(2) {
        width: 300px;
    }

    .course-table .table-title td:nth-child(3) {
        width: 500px;
    }

    .drill-table .table-title td:nth-child(2) {
        width: 500px;
    }

    .course-table progress {
        width: 96px;
        height: 24px;
        border-radius: 5px;
        background-color: #f7ebff;
    }

    progress::-webkit-progress-bar {
        border-radius: 5px;
        background-color: #f7ebff;
    }

    progress::-webkit-progress-value {
        border-radius: 5px;
        background-color: #9613f4;
    }

    progress::-moz-progress-bar {
        border-radius: 5px;
        background-color: #9613f4;
    }

    progress::-ms-fill {
        border-radius: 5px;
        background-color: #9613f4;
    }

    .drill-table progress {
        width: 100%;
        height: 24px;
        border-radius: 5px;
        background-color: #f7ebff;
    }

    .movie-tab {
        align-items: center;
    }

        .movie-tab li {
            margin-top: 40px;
            padding: 20px;
            box-shadow: 0 3px 6px #00000029;
        }

    .favorite-movie {
        margin: 40px 0;
        padding-bottom: 40px;
        border: none;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 3px 6px #00000029;
    }

        .favorite-movie .heading {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0;
            padding-right: 24px;
            padding-left: 24px;
            border-radius: 5px 5px 0 0;
            background-color: #1e2658;
            color: #fff;
        }

            .favorite-movie .heading h2 {
                color: #fff;
            }

        .favorite-movie .news-list {
            border: none;
        }

        .favorite-movie .fa-th-large,
        .favorite-movie .fa-list {
            color: #fff;
            font-size: 24px;
        }

        .favorite-movie .pagenation ul {
            display: flex;
            justify-content: center;
        }

        .favorite-movie .pagenation li {
            margin: 0 4px;
            width: 40px;
            height: 40px;
            box-shadow: 0 3px 6px #00000029;
            text-align: center;
            line-height: 40px;
        }

        .favorite-movie .pagenation .active {
            background-color: #4a70cb;
            color: #fff;
        }

        .favorite-movie .fa-chevron-right {
            margin-left: 0;
        }

    .drill-table .border-right {
        position: relative;
    }

        .drill-table .border-right:after {
            position: absolute;
            top: 50%;
            right: 0;
            display: block;
            width: 1px;
            height: 17px;
            background-color: #707070;
            content: "";
            transform: translateY(-50%);
        }

    /* プロフィールエリア */

    .profile-area {
        display: flex;
        align-items: center;
        margin-top: 40px;
        margin-left: 15%;
    }

    .profile-body {
        width: 200px;
        height: 200px;
        border: 2px solid #1d2460;
        border-radius: 50%;
    }

        .profile-body img {
            padding: 10px;
            width: 100%;
            border-radius: 50%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .profile-content {
        margin-left: 24px;
    }

        .profile-content h2 {
            font-size: 32px;
        }

        .profile-content p {
            color: #707070;
        }

    .profile-body figcaption {
        position: absolute;
        bottom: 0;
        padding: 4px;
        width: 100%;
        background-color: #fff;
        color: #333;
        text-align: center;
    }

    /* チャートエリア */
    .pie-chart {
        padding: 8px 16px;
        width: 75%;
        border: 1px solid #333;
    }

        .pie-chart a {
            color: #333;
        }

    .chart-top {
        display: flex;
        justify-content: space-between;
        color: #333;
    }

    .chart-bottom {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-around;
        height: 100%;
    }

    .chart-body {
        max-width: 100%;
        width: 130px;
    }

        .chart-body img {
            display: block;
            margin: 0 auto;
            width: 54px;
        }

        .chart-body div {
            display: flex;
            align-items: center;
        }

    .chart-name {
        color: #374c72;
        text-align: center;
    }

    .fa-caret-right {
        margin-left: 8px;
    }

    /* リマインドメール */
    .remind-area {
        margin-top: 40px;
        padding: 4px 16px;
        border: 1px solid #fff;
        background-color: #fff;
        color: #333;
    }

    /* タブエリア */
    .tab {
        border: 1px solid #fff;
    }

    .tab-area {
        margin-top: 40px;
    }

    .content-area {
        padding: 8px 16px;
        border: 1px solid #fff;
    }

    /* タブ */
    .tab-group {
        display: flex;
        justify-content: center;
    }

.tab {
    border: solid 1px #4582C3;
    background-color:unset !important;
    color:#333;
    list-style: none;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

    .panel-group {
        height: 100px;
        border: solid 1px #ccc;
        border-top: none;
        background: #eee;
    }

.icon-btn {
    display: flex;
    align-items: center;
}

    .panel {
        display: none;
    }

    .tab.is-active {
        background: #f00;
        color: #fff;
        transition: all 0.2s ease-out;
    }

    .panel.is-show {
        display: block;
    }

    .tab-area {
        position: relative;
        left: 5%;
        display: flex;
        justify-content: flex-start;
        max-width: 90%;
        cursor: pointer;
    }

        .tab-area .tab {
            width: 230px;
            border-radius: 10px 10px 0 0;
            background-color: #eee;
            color: #999;
            text-align: center;
            line-height: 30px;
        }

            .tab-area .tab.active {
                border: none;
                border: 1px solid #333;
                background-color: #fff;
                color: #222e3e;
            }

    .news-list {
        padding: 8px;
        padding: 32px 48px;
        border: 1px solid #999999;
        background-color: #fff;
    }

        .news-list li {
            display: flex;
            align-items: center;
        }

        .news-list span {
            margin-right: 20px;
            font-size: 14px;
            text-align: center;
        }

        .news-list .title {
            margin-right: 8px;
            font-weight: bold;
            font-size: 20px;
        }

    .cat {
        display: block;
        padding: 4px 16px;
        border-radius: 5px;
        color: #fff;
        width: 60px;
        max-width: 60px;
    }

        .cat.news {
            background-color: #374c72;
        }

        .cat.topic {
            background-color: #038d64;
        }

    time {
        display: block;
        margin-right: 20px;
        color: #333;
        font-size: 14px;
    }

    .mypage.content-area .content.show {
        margin-top: 0;
    }

    /* お気に入り動画 */
    .star-icon {
        margin-left: 16px;
    }

    .fab-movie {
        display: block;
        margin-top: 40px;
        padding: 8px;
        background-color: #999;
    }

    .search-form {
        display: flex;
        align-items: center;
        margin-top: 16px;
    }

        .search-form input {
            height: 30px;
            border: 1px solid #000;
            border-radius: 0;
        }

    .search-button {
        display: block;
        padding: 2px;
        width: 30px;
        height: 30px;
        outline: none;
        border: none;
        /* border-radius: 5px; */
        background: url(../img/search-solid.svg);
        background-color: #fff;
        background-position: center center;
        background-size: 80%;
        background-repeat: no-repeat;
    }

    .input-area {
        display: flex;
        margin-top: 8px;
    }

        .input-area p {
            margin: 0 8px;
        }

    .movie-list {
        margin: 16px 0 40px;
    }

        .movie-list li {
            display: flex;
            margin-top: 8px;
            border: 1px solid #fff;
        }

            .movie-list li:first-child {
                margin-top: 0;
            }

        .movie-list img {
            width: 150px;
            height: 150px;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .movie-list .content {
            padding: 8px 16px;
        }

    /* フッター */
    .fix-footer {
        position: unset;
    }

    /* 情報一覧 */
    #information .content-list {
        margin-top: 40px;
    }

        #information .content-list li {
            display: flex;
            justify-content: space-between;
            padding: 16px 0;
            border-bottom: 1px solid #404040;
        }

            #information .content-list li:first-child {
                border-top: 1px solid #404040;
            }

            #information .content-list li p {
                width: 25%;
            }

            #information .content-list li dl {
                display: block;
                width: 70%;
            }

            #information .content-list li dd {
                margin-top: 8px;
            }

    .sub-menu {
        display: none;
    }
        .news-title{
            border-bottom:1px solid #333;
        }
/************************************************************************************
レスポンシブ　1000px以下
************************************************************************************/
@media screen and (max-width: 1000px) {
    .drill-table, .course-table {
            display: block;
            overflow-x: scroll;
            max-width: 100%;
            width: 1200px;
            white-space: nowrap;
        }

        .container-sm {
            padding: 0 20px 40px;
        }

        .now-page {
            right: 0;
        }

 

    .btn_1.prev {
        position: fixed;
        left: 3%;
        height: 300px;
        display: flex;
        justify-content: center;
        width: 75px;
        align-items: center;
        top: 50%;
        transform: translateY(-50%);
        /*z-index:100;*/
    }

    .btn_1.next {
        position: fixed;
        right: 3%;
        height: 300px;
        display: flex;
        justify-content: center;
        width: 75px;
        align-items: center;
        top: 50%;
        transform: translateY(-50%);
        /*z-index: 100;*/
    }
    }


    /************************************************************************************
レスポンシブ　タブレット以下 767pxまで
************************************************************************************/

    @media screen and (max-width: 767px) {
        .contents_wrapper ul li {
            align-items: center;
            flex-direction: column;
            margin: 0 auto;
        }

            .contents_wrapper ul li p {
                max-width: 95%;
                width: 95%;
            }

            .contents_wrapper ul li dl {
                max-width: 95%;
                width: 95%;
            }


        .contents_wrapper2 ul li {
            //width: 90%;
            margin: 8px auto;
        }

        .drill_box li {
            /* flex-direction: column; */
            align-items: center;
            margin: 0 auto;
        }

        .sp-only {
            display: block;
        }

        .flex-box {
            flex-wrap: wrap;
        }

        .contents_wrapper .flex-box div {
            width: 45%;
        }

        .flex-box div img {
            max-width: 100%;
        }

        /* プロフィールエリア */
        .pc-only {
            display: none;
        }

        .fix-footer {
            position: unset;
        }
    }


/************************************************************************************
レスポンシブ　600px以下
************************************************************************************/
@media screen and (max-width: 600px) {
    .right.comment {
        flex-direction:column;
        
    }
    .right.comment a{
        width:100%;
        margin:24px 0 0;
        font-size:14px;
    }
    .dorareko-comment {
        font-size: 15px;
    }
    .now-page {
        right: 80px;
        bottom:0;
        text-align:center;
        left:50%;
        width:100%;
        transform:translateX(-50%);
        font-size:14px!important;
    }


    .videoBox h2 {
        display: block;
    }

        .videoBox h2 span {
            display: block;
        }


    .main-contents .slider-item {
        flex-direction: column;
    }

    .main-contents .slider-item__info {
        margin: 0 auto 0px !important;
    }

    .main-contents .swiper-slide {
        width: 100% !important;
    }

    .swiper-wrapper {
        max-width: 100%;
    }

    /************************************************************************************
レスポンシブ　スマホ 480pxまで
************************************************************************************/



    .contents_wrapper2 .flex-box {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

        .contents_wrapper2 .flex-box .item-info__btn {
            margin-bottom: 10px;
        }
    /*トップページ*/
    .flex-box {
        justify-content: flex-start;
    }

        .flex-box li {
            margin: 0 8px 8px 0;
            width: calc(48% - 16px);
        }

            .flex-box li:nth-of-type(3n) {
                margin-right: 8px;
            }

            .flex-box li:nth-of-type(2n) {
                margin-right: 0;
            }

    .hscroll_wrapper ul {
        overflow-x: auto;
    }

    .comment_send_box {
        /* display: block !important; */
        /* background-color: pink; */
        flex-direction: column;
    }

        .comment_send_box .left {
            width: 100%;
        }

        .comment_send_box .right {
            width: 100%;
        }

    .comment_box dt {
        width: 30%;
    }

    /* マイページ */
    .profile-area {
        margin-left: 0;
    }

    /* プロフィールエリア */
    .profile-area {
        flex-direction: column;
        margin-top: 0;
        width: 100%;
    }

    .profile-content {
        margin-top: 16px;
    }

    .pie-chart {
        width: 100%;
    }

    .news-list li {
        flex-wrap: wrap;
        margin-bottom: 8px;
    }

    time {
        margin-left: unset;
    }
    /* お気に入り動画 */
    .movie-list li {
        flex-direction: column;
    }

    .movie-list img {
        width: 100%;
    }

    .favorite-movie .tab-body {
        margin-top: 16px;
        margin-left: 0;
    }

    .favorite-movie img {
        width: 100%;
    }

    /* 情報一覧 */
    #information .content-list li {
        flex-direction: column;
        margin-bottom: 16px;
    }

        #information .content-list li p {
            width: 100%;
        }

        #information .content-list li dl {
            width: 100%;
        }

    /* ドラレコライトモード編集開始 */
    .recorder-item {
        margin: 0 8px 8px 0;
        width: calc(48% - 16px);
    }

        .recorder-item:nth-of-type(3n) {
            margin-right: 8px;
        }

        .recorder-item :nth-of-type(2n) {
            margin-right: 0;
        }

   
    /* ドラレコライトモード編集終了 */
    /* 講座一覧ページ編集終了 */
    .swiper-button-prev,
    .swiper-button-next {
        width: 40px;
    }
    /* 講座一覧ページ編集終了 */


    .btn_1.next {
        width: 40px;
        padding: 8px;
    }

    .btn_1.prev {
        width: 40px;
        padding: 8px;
    }


    .contents_wrapper2 ul li dl{
        flex-direction:column;
        align-items:unset;

    }

    .drill_choice{
        display:flex!important;
        align-items:flex-start!important;
        /*margin-left:24px;*/
        margin-top:30px;
    }
    .drill_answer_text{
        margin-left:40px;
    }

    .font-40 {
        font-size: 40px;
        margin-top:-16px;
    }

    .drill_answer_anchor{
        position:absolute;
        top:73px;
        right:0px;
    }
    .question-icon div{
        display:block;

    }

    .pagination-flex.kaito a {
        width: 100%;
        margin: 24px 0 0 0;
        text-align: center;
        justify-content: center;
    }



    .kozaTitle {
        font-size: 18px!important;
    }
    #ctl00_ContentPlaceHolder1_lblDrmMainText p {
        font-size: 15px;
    }



    .slider-item__title.topicPickUp {
        margin-top: 30px !important;
    }

    .slider-item-info__desc.topicPickUp {
        top: 320px !important;
        right: 40px;
    }

    .slider-item__detail.topicPickUp {
        -webkit-line-clamp: 5;
        height: 90px;
    }
}

@media (max-width:1315px) {
    .arrow-right {
        right: 0;
    }

    .arrow-left {
        left: 0;
        z-index: 5;
    }
}



.kozaTitle {
    font-size: 21px;
    position: relative;
    font-weight: normal;
    background-color: unset;
    padding-bottom: 4px;
    border-bottom: 1px solid #d7d7d7;
}

    .kozaTitle span {
        padding-left: 24px;
    }

    .kozaTitle:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 8px;
        height: 30px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #426ed2;
    }

.kozaStepPageTitle {
    text-align: center;
    //padding: 20%;
    font-size: 180%;
}





.infoListIcon {
    width: 33px !important;
    height: 33px !important;
}


.PickupContents_Progress {
    font-size: 80px;
}

.PickupContents_ProgressPar {
    font-size: 40px;
}  

@media (max-width:844px) {
    .PickupContents_Progress {
        font-size: 60px;
    }

    .PickupContents_ProgressPar {
        font-size: 32px;
    }

    .slider-item-info__desc {
        font-size: 12px;
    }

    .slider-item__title {
        font-size: 15px;
        margin-bottom: unset;
        margin-top: 10px;
    }

    .slider-item__detail {
        font-size: 12px;
    }

    .main-contents .slider-item__info {
        margin-left: 40px;
        width: 250px !important;
    }

    .main-contents .evaluation-list i {
        font-size: 16px;
        margin-left: 4px;
    }

    .main-contents .item-info_big__btn {
        font-size: 12px;
        margin-top: 20px;
    }
        .main-contents .item-info_big__btn a {
            height: 40px;
        }

    .pagination-flex a {
        font-size: 16px;
    }
    #ctl00_ContentPlaceHolder1_ddlRedirect {
        font-size: 18px;
    }

    .slider-item__title.topicPickUp {
        margin-top: 60px;
    }
    .slider-item-info__desc.topicPickUp{
        top:46px;
        right:40px;
    }
    .slider-item__detail.topicPickUp {
        -webkit-line-clamp:5;
        height:90px;
    }
}

.pagination-flex.thoughtsBackbutton {
    margin-top: 40px;
}
.return_icon {
    position: relative;
    width: 280px;
    text-align: center;
    display: block;
}
.next-kaito-btn {
    position: relative;
    width: 280px;
    text-align: center;
    display: block;
}
.return_icon:hover::after {
    background-image: url('../img/return_icon_w.png');
}
.return_icon::after {
    background-image: url('../img/retrun-icon.png');
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    width:19px;
    height:22px;
    right:14px;
}



progress::-webkit-progress-value {
    background-color: #f7c009;
}


.pagination_slim {
    overflow: hidden;
    //padding: 15px 0;
}

    .pagination_slim a {
        padding: 2px 26px;
        border-radius: 5px;
        background-color: #4582c3;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        max-width: 100%;
        border: 1px solid #4582c3;
        transition: 0.3s;
    }

        .pagination_slim a:hover {
            background-color: #fff;
            color: #000;
            border: 1px solid #4582c3;
        }


.underline_Unset{
    text-decoration:unset !important;
}


.comment-new::after {
    /*left: 20% !important;*/

}

.comment-news::after {
    /*left: 40% !important;*/
}

.comment-book::after {
    /*left: 60% !important;*/
}


.DropDown {
    /*font-size: 70%;*/
    font-size: 21px;
    width: 100%;
    margin: 0px;
    /*padding: 10px 10px 10px 25px;*/
    padding: 10px 10px 10px 25px;
    border-style:solid;
    border-color:silver;
    border-radius:10px;
    background-color: white;
}


.modaal-inner-wrapper {
    padding:80px 0;
}

.slick-slide {
    width: 1000px;
}

.slick-slide img{
    width:500px !important;
    max-width:100% !important;
    margin:0 auto;
}

@media(max-width:1000px){
    .slick-slide {
        width: 800px;
    }
    .modaal-container{
        max-width:800px
    }
}
@media(max-width:800px) {
    .slick-slide {
        width: 650px;
    }

    .modaal-container {
        max-width: 650px
    }
}
@media(max-width:650px) {
    .slick-slide {
        width: 500px;
    }

    .modaal-container {
        max-width: 500px
    }
    .slick-slide img {
        width: 350px !important;
    }
}
@media(max-width:650px) {
    .slick-slide {
        width: 400px;
    }

    .modaal-container {
        max-width: 400px
    }

    .slick-slide img {
        width: 300px !important;
    }
}
@media(max-width:400px) {
    .slick-slide {
        width: 360px;
    }

    .modaal-container {
        max-width: 360px
    }
}
@media(max-width:320px) {
    .slick-slide {
        width: 300px;
    }

    .modaal-container {
        max-width: 300px
    }
    .slick-slide img {
        width: 280px !important;
    }
}

.modal {
    visibility:hidden;
    position:fixed;
}

.tutorial-slider01 .swiper-button-prev,
.tutorial-slider01 .swiper-button-next,
.tutorial-slider02 .swiper-button-prev,
.tutorial-slider02 .swiper-button-next{
    height:100%;
}
.tutorial-title{
    text-align:center;
    margin:0 auto;
    margin-top:10px;
    margin-bottom:10px;
    font-size:18px;
}
.modaal-content-container {
    padding: 30px 0;
}

.p-modelAnswer__lead {
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: 0.1em;
}

.p-modelAnswer__box {
    margin-top: 8px;
    border: 2px solid #2DC6EE;
    background: #EEFFFE;
    padding: 18px 22px;
}

.p-modelAnswer__title {
    font-size: 18px;
    padding-bottom: 11px;
    border-bottom: 1px solid #2DC6EE;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.p-modelAnswer__text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

/*2024/01/18 Add Start YES_MDPS-481*/
.next.is_progress::after {
    background-image: unset !important;
}

/*2024/01/18 Add End   YES_MDPS-481*/