@charset "utf-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
/*************************************
1.common
2.Layout
3.header
4.footer
5.top
6.btn
7.bread
8.category2
9.detail
10.note
11.check
12.proggress
13.4step
14.close/back
15.exam
16.pagination
17.word_explain
*************************************/



/*************************************
1.common
*************************************/
html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}
body{
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    font: 300 16px/1.2em 'noto sans japanese';
    color: #333;
    background: rgb(238, 238, 238);
}
a{
    text-decoration: none;
    color: #333;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a, p, div, li, span, h1, h2, h3, h4, h5, h6{
  word-break: break-word!important;
  word-wrap: break-word!important;
}

a:hover{
    text-decoration: none;
    color: #333;
}

a:visited{
    color: #333;
}

a:focus{
    text-decoration: none;
}
p{
  word-break: break-all;
}

#container{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

section{
    padding: 40px 0;
}

h2.mainTitle{
    font: 800 24px/1.2em 'noto sans japanese';
    text-align: center;
}

h2.mainTitle02{
    font: 800 20px/1.2em 'noto sans japanese';
    text-align: center;
    padding: 40px 0;
    margin: 0;
    background: #fff;
}

h2.mainTitle02 i{
    margin-right: 15px;
}
h2.mainTitle02 .explain{
  margin: 10px 0 0;
}

h3{
    font: 700 16px/1.2em 'noto sans japanese';
}

h3 i{
    margin-right: 15px;
}

.drawer-nav h4{
    font: 600 12px/1em 'noto sans japanese';
    padding: 10px;
    color: #666;
}

#flash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px;
    z-index: 5;
}

#flash .message{
    font-weight: bold;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    color: #FFF;
    font-size: 24px;
}

#flash .message i{
    margin-right: .5em;
    display: inline-block;
}

#flash .message.hidden{
    display: none;
}

#flash .message.error{
    background: #333;
}

#flash .message.success{
    background: #00A0E9;
}

#flash .message.error:after,
#flash .message.success:after {
    content: "× クリックすると非表示になります";
    color: #fff;
    font: 500 14px/1em 'noto sans japanese';
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.headerLogo{
    z-index: 1;
}

textarea{
    resize: none;
}

.width100{
    width: 100% !important;
}

.large a{
  width: 268px;
}

.orange a{
    background: #F39801 !important;
    border-bottom: 3px solid #754900 !important;
}

.answer_date{
  margin-right: 5px;
}

.answer_date p{
  text-align: center;
}

input::-ms-clear {
    visibility:hidden
}

p.explain{
  font: 500 13px/1.3em 'noto sans japanese',sans-serif;
  color: #666;
  margin: 0;
}
/*************************************
2.Layout
*************************************/

header{
    background: #fff;
}

.headerArea {
    height: 70px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}

.headerRightMenu{
  position: absolute;
  right: 20px;
  top: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.headerRightMenu a{
    cursor: pointer;
    font: 700 12px/1.2em 'noto sans japanese';
    display: block;
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #666;
}
.headerRightMenu a.word_explain_hover{
  display: flex;
  align-items: center;
}
.headerRightMenu a.word_explain_hover .fa-user-circle-o{
  margin: 0 7px 0 0;
}
.news_alert.type_svg{
  position: relative;
}
.headerRightMenu a img{
  width: 28px;
  height: 28px;
}

.headerRightMenu i{
    font-size: 28px;
/*     margin-right: 10px; */
}

.headerLoginName{
    font: 500 12px/1.2em 'noto sans japanese';
    line-height: 40px;
}

.bgWhite{
    background: #F39801;
    color: #fff;
}
.bg_white{
    background: #fff;
}

.bgGray{
    background: #666;
    color: #fff;
}

.bgPalePurple{
    border-bottom: 1px solid #F3ECE1;
    border-top: 1px solid #F3ECE1;
    background: #f1f1f1 !important;
}

/*************************************
3.header
*************************************/
.headerLoginName span{
    background: #F39801;
    padding: 5px 10px;
    border-radius: 5px;
    font: 700 12px/1.2em 'noto sans japanese';
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.headerLogo img{
    height: 50px;
}

.modal-dialog{
    width: 70%;
    margin: 20px auto;
    padding: 20px;
  pointer-events: auto;
}

#modalusergroup .modal-dialog{
    max-width: 500px;
}
@media (max-width: 768px){
    .modal-dialog {
        width: 100%;
    }
}

@media (min-width: 576px){
  .modal-dialog{
    max-width: 600px;
  }
  .modal-sm{
    max-width: 300px
  }
}
@media (min-width: 992px){
  .modal-lg, .modal-xl{
    max-width: 800px
  }
}
@media (min-width: 1200px){
  .modal-xl{
    max-width: 1140px
  }
}

.modal-footer {
    text-align: center;
    background: #f1f1f1;
    border-radius: 0 0 5px 5px;
}

.modal-footer a{
    display: block;
    font: 700 12px/1.2em 'noto sans japanese';
}

.modal-footer a:hover{
    text-decoration: none;
}

.modal-body{
    font: 300 16px/1.2em 'noto sans japanese';
}

.modal-news{
    max-width: 860px;
}

.newsList-ttl{
    font: 600 16px/1.2em 'noto sans japanese';
}

.newsList-body{
    font: 300 12px/1.4em 'noto sans japanese';
}

.newsList li{
    padding: 15px;
    border-left: 3px solid transparent;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.newsList li:hover {
    border-left-color: #00A0E9;
}

.newsList li:hover:before{
    opacity: 1;
}

.newsList li:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #00A0E9 transparent;
    position: absolute;
    bottom: 8px;
    right: 8px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.newsList li a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.newsList li a:hover {
    background: rgba(0,0,0,.05);
}

.newsList li span{
    display: block;
    margin-bottom: 10px;
    color: #666;
  font: 700 12px/1.2em 'noto sans japanese';
}
span.unread{
  display: inline-block !important;
  margin: 1px 10px 4px 0;
  background: #f59900;
  color: white !important;
  padding: 3px 9px 4px;
  vertical-align: top;
  font: 600 12px/1em 'noto sans japanese' !important;
}
h1 span.unread{
  margin: 3px 10px 4px 0;
}


.newsList li + li{
    border-top: 1px solid #f1f1f1;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
    background-color: #666;
}

.drawer-hamburger{
    padding: 22px .45rem 30px 20px;
    width: 1.9rem;
    position: absolute;
    outline: none !important;
}

.drawer-overlay{
    background-color: rgba(0,0,0,.5);
}

.drawer-nav li{
    border-bottom: 1px solid #f1f1f1;
}

.drawer-nav li a{
    font: 600 16px/1em 'noto sans japanese';
    display: block;
    padding: 15px 5px;
}

/* アイコンsvg */
.drawer-nav li a[class*="ico_"] {
  padding-left: 40px;
  position: relative;
}
.drawer-nav li a[class*="ico_"]:before{
  width: 15px; height: 15px;
  position: absolute;
  top: 50%; left: 15px;
  transform: translate(0,-50%);
  opacity: .5;
}
.drawer-nav li a[class*="ico_"][class*="question"]:before{
  background: url(../img/common/ico_question.svg)no-repeat center;
  background-size: contain;
}

.drawer-nav li a:hover{
    text-decoration: none;
}

.drawer-nav li a i {
    color: #aaa;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

.drawer--left.drawer-open .drawer-hamburger{
    left: 15.25rem;
}
.drawer--left .drawer-nav {
    left: -15.25rem;
}
.drawer-nav{
    width: 15.25rem;
}

.headerProfileMenu,
.headerPostList{
    position: absolute;
    top: 70px;
    right: 9px;
    background: #fff;
    width: 200px;
    z-index: 999;
    padding: 10px 0;
    border-radius: 5px;
/*   -webkit-filter: drop-shadow(0px 1px 4px rgba(0,0,0,0.4)); */
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,.2);
}
.headerPostList{
  min-width: 350px;
  padding: 10px 0 0;
}

.headerProfileMenu:after,
.headerPostList:after{
    content: "";
    position: absolute;
    top: -10px;
    right: 35px;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fafafa transparent;
}
.headerPostList:after{
  right: 168px;
}

.headerProfileMenu li{
    padding: 10px 20px;
    display: block;
    font: 500 16px/1.4em 'noto sans japanese';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.headerProfileMenu li i{
    margin-right: 10px;
}

.headerProfileMenu li + li{
    border-top: 1px solid #f1f1f1;
}

.headerProfileMenu li:hover{
    background: #f1f1f1;
}

.headerProfileMenu li a{
    display: block;
}

/* 投稿通知 */
.postListBtn i,
.news_alert i{
  position: relative;
}
.postListBtn i:after,
.news_alert i:after,
.news_alert.type_svg:after{
  content: "";
  background: url(../img/common/ico_notice.svg) no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -5px;
  right: -8px;
}
.postListBtn i:after,
.news_alert_red i:after,
.news_alert_red.type_svg:after{
  background: url(../img/common/ico_notice_red.svg) no-repeat center center;
}
.news_alert.type_svg:after{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 8px 0px 0 15px;
}
.postListBtn.check i:after,
.news_alert.check i:after{
  display: none;
}
.headerPostList .list_PostList article{
  padding: 0 16px;
}
.headerPostList .list_PostList p{
  margin: 0;
}
.headerPostList .list_PostList > li + li{
  border-top: 1px solid #f1f1f1;
}
.headerPostList .list_PostList > li{
  padding: 8px 0;
  position: relative;
}
.headerPostList .list_PostList > li:hover{
  background: #f1f1f1;
}
.headerPostList .list_PostList > li > a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.headerPostList p{
  color: #333;
  font: 300 12px/1.5em 'noto sans japanese';
}
.headerPostList .date{
  color: #666;
  font: 500 12px/1.2em 'Quicksand';
}
.headerPostList .notice{
  color: #ff4545;
  font:500 13px/1.5em 'noto sans japanese';
  padding: 0 0 0 16px;
  position: relative;
}
.headerPostList .notice:before{
  content: "";
    background: url(../img/common/ico_notice_red.svg) no-repeat center center;
    background-size: contain;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.headerPostList .cnt{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.userInfo{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}

.userInfo li{
  margin-right: 15px;
}

/*************************************
4.footer
*************************************/

#footerSpace{
    height: 50px;
}

footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    font: 500 10px/1.2em 'noto sans japanese';
    line-height: 50px;
    text-align: center;
}

.breadArea{
    background: #F39801;
    color: #fff;
}

.breadArea a{
    color: #fff;
}

/*************************************
5.top
*************************************/
.dashbordLoginInfo{
    min-height: 3rem;
}

.mainMenu{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mainMenu li{
    border: 2px solid #fff;
    background: #fff;
    border-radius: 5px;
    padding: 30px 40px 30px 0;
    position: relative;
    width: -webkit-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}
.mainMenu.single > li{
  width: 100%;
}
.mainMenu li:after{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%) rotate(-90deg);
    text-align: center;
    width: 30px;
    font-size: 30px;
    color: #333;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.mainMenu li:hover{
    border: 2px solid #F39801;
}

.mainMenu li > article{
  display: flex;
  align-items: center;
}

.mainMenu li .img{
  flex: 0 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainMenu li .text{
  text-align: left;
  flex: 1 1 auto;
}
.mainMenu li .mainTitle{
  text-align: left;
  margin: 0;
}
.mainMenu li .text p{
  margin: 10px 0 0;
}
.mainMenu li span{
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.mainMenu li p{
    margin-top: 20px;
  font: 400 12px/1.6em 'noto sans japanese';
}

.mainMenu li a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent: -9999px;
}


.checkListArea{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.checkList{
    width: -webkit-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
}

.checkListMain{
    background: #F39801;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.checkListMain .title{
    font: 700 16px/20px'noto sans japanese';
    border-radius: 2px;
    padding: 12px 20px;
    display: block;
    text-align: center;
    background: #fff;
    margin: 15px;
    color: #F39801;
    position: relative;
}

.checkListMain .title:before{
  border-top: 12px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  bottom: -12px;
  left: 50%;
}

.checDetailList li{
    padding: 10px;
    position: relative;
}

.checDetailList li:hover{
    background: #EFF3F7;
}

.checDetailList li a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    z-index: 10;
}

.checDetailList li + li{
    border-top: 1px solid #f1f1f1;
}

.checDetailList li h3{
    font: 700 16px/1.2em 'Quicksand';
    margin: 0;
    border-bottom: none;
    padding: 0;
}

.graphArea{
    position: relative;
    padding: 10px 0;
}

.graph {
    position: relative;
    background: #fff;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    box-shadow: 0px 0px 2px 0px #ccc inset;
    border-radius: 3px;
    height: 7px;
}

.graph .bar {
  display: block;
  position: relative;
  background: #F39801;
  text-align: center;
  height: 7px;
    border-radius: 3px;
}
.graph .bar span {
    position: absolute;
    left: 1em;
}

.blueGraph{
    background: #00A0E9 !important;
}

.graphNum{
    color: #ccc;
    position: absolute;
    top: 0;
    right: 0px;
}

.graphNum em{
    font: 700 20px/1.2em 'Quicksand';
}
.tabs{
    list-style: none;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.tabs li {
  font: 700 16px/1.2em 'noto sans japanese';
  padding: 10px;
  cursor: pointer;
}
.tabs li:hover {
    color: #018BD4;
}

.type_parent ul.tabs{
  background: white;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  display: table;
}
.type_parent ul.tabs > li {
  padding: 0;
/*   border: solid 1px #ccc; */
  border-bottom: 0;
  display: table-cell;
  min-width: 110px;
  text-align: center;
}
.type_parent ul.tabs > li:nth-of-type(1){
  border-radius: 5px 0 0 0;
}
.type_parent ul.tabs > li:last-of-type{
  border-radius: 0 5px 0 0;
}
.type_parent ul.tabs > li + li {
  border-left: solid 1px #eee;
}
.type_parent ul.tabs > li a {
  padding: 15px 30px;
}
.type_parent ul.tabs > li.active{
  border-color: #f39801;
}
.type_parent ul.tabs > li.active a {
  color: white;
  background: #f39801;
  /* box-shadow: 0px -1px 6px rgb(228, 148, 14) inset; */
}
.type_parent ul.tabs > li.active a:after {
  display: none;
}


.chart {
  position: relative;
  text-align: center;
  margin: 0 0 auto;
  padding: 5px 5px 0;
  -webkit-flex: 0 0 45%;
  flex: 0 0 45%;
  padding-top: 45%;
  height: 100%;
  max-height: 125px;
}
.checkStageCheck.tall > .checkStageTilte {
  position: relative;
}
.checkStageCheck.tall .chart{
  height: 100%;
  max-height: 130px;
  padding: 0;
  position: absolute;
  width: 45%;
  top: 70px; left: 10px;
}
.checkStageCheck.tall .chart + .chart{
  left: auto; right: 10px;
}
.chart > canvas{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(1.15);
  max-width: 90% !important;
  max-height: 130% !important;
}
.chart .count {
    position: absolute;
    border-radius: 50%;
/*
    top: 24px;
    left: 24px;
    height: 102px;
    width: 102px;
*/
    top: 13%;
    left: 50%;
    height: 70%;
    width: 70%;
    transform: translate(-50%,0);
}

.chart em,
.chart span {
    font: 700 20px/1.2em 'Quicksand';
    width: 100%;
    text-align: center;
}
span.chart_ttl{
  font: 700 12px/1.2em 'Quicksand';
  padding: 10px 0 0;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,100%);
}
span.chart_ttl:before{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 6.7px 4px;
  border-color: transparent transparent #00A0E9 transparent;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
span.chart_ttl.mg:before{
  border-color: transparent transparent #F39801 transparent;
}
.chart em {
    font-size: 30px;
    font-style: normal;
    color: #fff;
    line-height: 74px;
    letter-spacing: -1px;
}
.chart .caption {
    font: 900 11px/1.2em 'noto sans japanese';
    position: absolute;
    bottom: 15px;
    color: #fff;
    left: 0;
}

.chartBottomList ul{
    background: rgba(0,0,0,0.3);
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
}

.chartBottomList ul li{
    font: 700 12px/1.2em 'noto sans japanese';
    padding: 10px;
    margin: 0;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    border-right: 1px solid #F39801;
}

.chartBottomList ul li span{
    display: block;
    margin-top: 5px;
}


.recommend {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}

.recommendArea {
    width: -webkit-calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0 0 10px 0;
    position: relative;
    text-align: left;
    border-radius: 5px;
}

.recommendArea:nth-of-type(3n + 1) {
    margin-left: 0;
}

.recommendArea h4 {
    font: 700 16px/1.2em 'noto sans japanese';
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
}

.recommendArea ul {
    padding: 0 1em 0 2em;
    list-style-type: disc;
}

.recommendArea ul li {
    font: 500 13px/1.3em 'noto sans japanese',sans-serif;
    margin-bottom: 10px;
}

.recommendArea ul li a {
    text-decoration: underline;
}


.catChart{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catChartArea{
    width: -webkit-calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0 0 10px 0;
    position: relative;
    text-align: left;
    border-radius: 5px;
}

.catChartArea:nth-of-type(3n + 1) {
    margin-left: 0;
}

.catChartArea h4{
    font: 700 16px/1.2em 'noto sans japanese';
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
}

.catChartArea h5{
    font: 700 12px/1.2em 'noto sans japanese';
    margin: 0;
    padding: 3px 15px;
}

.catChartArea .graphArea{
    margin: 0px 15px;
}

.catChartArea a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent: -9999px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.catChartArea a:hover{
    border: 2px solid #F39801;
    border-radius: 5px;
}

/*************************************
6.btn
*************************************/

.moreBtn{
    padding: 15px;
    text-align: center;
}

.moreBtn a, .moreBtn button{
    display: inline-block;
    padding: 0 50px;
    background: #00A0E9;
    font: 700 16px/50px 'noto sans japanese';
    border: none;
    border-bottom: 4px solid #3B4F67;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all .0s;
    transition: all .0s;
}

.moreBtn button.gray{
    background: #a2a2a2;
    border-bottom: 4px solid #737373;
}

.contentBtn{
    padding: 0;
}
.contentBtn a{
    display: block;
    width: 100px;
    text-align: center;
    background: #00A0E9;
    font: 700 12px/30px 'noto sans japanese';
    border-bottom: 4px solid #3B4F67;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all .0s;
    transition: all .0s;
}
.contentBtn a.restart{
  background: #ff6363 !important;
  border-bottom: solid 4px #b54646 !important;
}
.moreBtn a:hover,.contentBtn a:hover, .moreBtn button:hover{
    border-bottom: 0;
    margin-top: 4px;
}

/*************************************
7.bread
*************************************/
.bread ul {
    padding: 10px 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
}
.bread ul li {
  font: 300 12px/1.2em 'noto sans japanese';
  position: relative;
}

.bread ul li i{
    margin-right: 5px;
}

.bread ul li+li {
  margin-left: 20px;
}
.bread ul li+li:before{
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bread a{
    color: #FFF;
}

/*************************************
8.category
*************************************/
.manualTitle{
    text-align: center;
    font: 500 24px/1.2em 'noto sans japanese';
    margin-bottom: 40px;
    margin-top: 0;
}
.catSearchArea{
    background: #B8E7E8;
    padding: 0;
    position: relative;
}

.catSearchAreaBg{
    background: #F39801;
    padding: 15px 0;
}

.catSearch{
    height: 40px;
    width: 500px;
    position: relative;
    margin: 0 auto;
}

.catSearch input[type="text"]{
    background: #fff;
    padding: 0 10px;
    line-height: 40px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    height: 40px;
}

.catSearch input[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    font-family: FontAwesome;
    line-height: 40px;
    border: none;
    background: none;
    width: 40px;
    font-size: 20px;
}

.search_type{
  width: 100%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  max-width: 970px;
  border-radius: 3px;
  overflow: hidden;
}
.search_type > li{
  width: 20%;
  flex: 1 0 auto;
}
.radio_wrap .search_small_font {
  font-size: 12px;
}
.search_type > li input{
  display: none;
}
.search_type > li + li label{
  border-left: solid 1px #ddd;
}
.search_type > li label{
  width: 100%;
  margin: 0;
  background: white;
  padding: 12px;
  text-align: center;
  cursor: pointer;l
}
.search_type > li input:checked + label{
  background: #00A0E9;
  color: white;
  border-left: none;
}

.catList span.count_thema{
  font: 500 13px/1.2em 'noto sans japanese';
  letter-spacing: 1px;
  text-align: right;
  width: 100%;
  max-width: 900px;
  padding: 0px 5px 15px;
  display: block;
}
.catList span.count_thema:before{
  content: '';
  width: 17px; height: 17px;
  background: #555;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 7px 0 0;
}

.catList ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catList li{
    width: -webkit-calc((99% - 30px) / 3);
    width: calc((99% - 30px) / 3);
    text-align: center;
    margin-bottom: 15px;
    margin-left: 15px;
    position: relative;
}

.catList li:after, .searchList .searchBody li:after{
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    margin-top: -8px;
    width: 10px;
    height: 20px;
    content: '\f054';
    font-family: FontAwesome;
    color: #F39801;
}
.catList li.no_after:after{
    content: "";
}
 .searchList .searchBody li:after{
     right: 10px;
 }

.catList ul li:nth-of-type(3n + 1){
    margin-left: 0;
}

.catList li a{
    font: 700 16px/1.2em 'noto sans japanese';
    text-align: left;
    display: block;
    background: #fff;
  border: 2px solid #fff;
  padding: 25px 90px 25px 15px;
    border-radius: 10px;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  align-items: center;
}
.catList li > span{
  position: absolute;
  font: 600 13px/1em 'noto sans japanese';
  top: 50%;
  right: 43px;
  transform: translate(0,-50%);
  background: #555;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  pointer-events: none;
  border-radius: 3px;
}

.catList li a:hover, .searchList .searchBody li a:hover{
    border: 2px solid #F39801;
}

.catTitle{
  text-align: center;
    background: #fff;
  border-bottom: 1px solid #F3ECE1;
  border-top: 1px solid #F3ECE1;
  background-size: 15px 15px;
  padding: 40px 0;
  position: relative;
}
.catTitle #container{
}

.catTitle h1{
    font: 700 24px/1.2em 'noto sans japanese';
    margin: 0;
    position: relative;
    margin-bottom: 15px;
}


/*
.catTitle h1:after{
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    left: 50%;
    bottom: -20px;
    margin-left: -15px;
    background: #333;
}
*/

.categoryContentArea{
    background: #fff;
    border-radius: 5px;
}

.categoryContentArea + .categoryContentArea{
    margin-top: 30px;
}

.categoryContentArea h2{
    padding: 15px;
    border-bottom: 1px solid #F3ECE1;
    font: 700 18px/1.2em 'noto sans japanese';
    margin: 0;
}

.categoryContent{
    padding: 15px;
}

.categoryContent ol {
    counter-reset: li;
}

.categoryContent ol > li {
    list-style: none;
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 0.8em;
    padding-top: 5px;
    font: 500 16px/1.2em 'noto sans japanese';
}

.categoryContent ol > li:before {
    font: 700 18px/25px 'Quicksand';
    counter-increment: li;
    content: counter(li);
    margin-right: 1em;
    background: #F39801;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0em;
    top: 0px;
}

/* contentPageの数字デザイン変更 */
.contentPage .categoryContent ol > li:before {
    font: 700 22px/25px 'Quicksand';
  counter-increment: li;
  content: counter(li,decimal-leading-zero);

  margin-right: 1em;
  background: transparent;
  color: #ccc;
  text-align: center;
  position: absolute;
  left: 0em;
  top: 0px;
  word-break: normal !important;
  word-wrap: normal !important;
}

.mokuji{
  font: 500 16px/1.2em 'noto sans japanese';
}
.mokuji > h2{
    position: relative;
    cursor: pointer;
}
.mokuji > h2 span{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%);
    width: 2px; height: 13px;
    background: #555;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.mokuji > h2 span:before,
.mokuji > h2 span:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%; left: 0;
    transform: translate(0,-50%);
    width: 8px; height: 2px;
    background: #555;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.mokuji > h2 span:before{
    left: auto; right: 0;
}
.mokuji > h2:hover span,
.mokuji.view > h2 span{
    height: 10px;
}
.mokuji > h2:hover span:before,
.mokuji > h2:hover span:after,
.mokuji.view > h2 span:before,
.mokuji.view > h2 span:after{
  top: 9px;
  transform: translate(-3%,-50%) rotate(-225deg);
  border-radius: 4px;
}
.mokuji > h2:hover span:before,
.mokuji.view > h2 span:before{
    transform: translate(3%,-50%) rotate(225deg);
}
.mokuji .categoryContent{
    padding: 0;
    height: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.mokuji.view .categoryContent{
    padding: 15px;
    height: auto;
}
.mokuji .categoryContent p{
    opacity: 0;
    pointer-events: none;
    font: 500 16px/1.2em 'noto sans japanese';
}
.mokuji.view .categoryContent p{
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.mokuji.view .categoryContent p.ready_view{
    opacity: 1;
    pointer-events: all;
}
.mokuji .categoryContent p a{
    display: block;
    padding: 4px 0 10px;
  border-bottom: dotted 2px #eee;
}
.mokuji .categoryContent p a:hover{
  color: #4985da;
}

/*************************************
9.detail
*************************************/
.detailFlowArea{
    background: #fff;
    border-radius: 5px;
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
}

.detailFlowAreaNum{
    padding: 15px;
    width: 120px;
    font: 900 60px/1.2em 'Quicksand';
    color: #ccc;
    border-right: 1px solid #F3ECE1;
}


.detailFlowAreaContent{
    padding: 30px;
    width: 100%;
}

.detailFlowAreaContent h2{
    font: 700 18px/1.0em 'noto sans japanese';
    margin: 0;
  margin-bottom: 15px;
}

.detailFlowAreaContent ul{
    width: 100%;
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

.detailFlowAreaContent ul li{
    padding: 20px 0;
    overflow: hidden;
  padding-left: 30px;
  position: relative;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-align-items: flex-start; align-items: flex-start;
}

.detailFlowAreaContent ul li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #fff;
  font: 700 12px/20px 'Quicksand';
  background: #6688B5;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 0;
}

.detailFlowAreaContent ul li:last-of-type {
  padding-bottom: 0;
}

.detailFlowAreaContent ul li + li{
    border-top: 1px dashed #ddd;
}

.detailFlowAreaContentText {
  display: -webkit-flex;display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
}
.detailFlowAreaContentText > p {
  width: 100%;
  -webkit-flex: 1 0 auto; flex: 1 0 auto;
}

.detailFlowAreaContentImg{
    margin-left: 20px;
    cursor: pointer;
    display: -webkit-flex; display: flex;
    -webkit-flex-direction: column; flex-direction: column;
/* 	-webkit-flex: 0 0 240px; flex: 0 0 240px; */
}
.detailFlowAreaContentImg .list {
  max-width: 240px;
}
.detailFlowAreaContentImg video{
  min-height: 190px;
  background: black;
}
.detailFlowAreaContentImg * + * {
  margin-top: 15px;
}

.detailFlowAreaContent ul li p {
  font: 500 14px/1.5em 'noto sans japanese';
  margin-bottom: 0;
}
/* --------------------
ポイント・コツ・注意点
-------------------- */
.detailFlowAreaContent ul li .notes{
  padding: 15px;
  margin-top: 15px;
  background: #fafafa;
  width: 100%;
  position: relative;
  border-radius: 5px;
  border: 1px dotted #ddd;
}
.detailFlowAreaContent ul li .notes-inner {
  position: relative;
  padding: 24px 0 0;
}
.detailFlowAreaContent ul li .notes-inner + .notes-inner {
  margin: 16px 0 0;
}
.detailFlowAreaContent ul li .notes-inner p {
  color: #555;
  font: 500 14px/1.3em 'noto sans japanese';
  padding-left: 15px;
  position: relative;
}

.detailFlowAreaContent ul li .notes-inner p:before {
  content: "・";
  font: 500 14px/1.3em 'noto sans japanese';
  position: absolute;
  top: 1px;
  left: 0;
}

.detailFlowAreaContent ul li #list_mark_none p:before {
  content: "";
}

.detailFlowAreaContent ul li .notes-inner p + p {
  margin-top: 5px;
}

.detailFlowAreaContent ul li .notes-inner:before{
    content: "";
    color: #fff;
    font: 900 14px/1.2em 'noto sans japanese';
    text-align: center;
    width: 60px;
    border-radius: 5px;
    padding: 2px 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
}
.detailFlowAreaContent ul li .notes-inner.point:before {
    content: "ポイント";
    background: #1a65ca;
}
.detailFlowAreaContent ul li .notes-inner.tips:before {
    content: "コツ";
    background: #ea9d02;
}
.detailFlowAreaContent ul li .notes-inner.knack:before {
    content: "コツ";
    background: #ea9d02;
}
.detailFlowAreaContent ul li .notes-inner.attention:before {
    content: "注意点";
    background: #c71e42;
}
.detailFlowAreaContent ul li .notes-inner.attention p{
    color: #c71e42;
}

.detailCheckArea{
    margin-top: 30px;
}

.modal-image{
    text-align: center;
}

.modal-image img{
    width: 100%;
    height: auto;
}


/*************************************
10.note
*************************************/

.noteMenu ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.noteMenu ul li{
    background: #fff;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 20px 20px 40px;
    position: relative;
    width: -webkit-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
    -webkit-transition: all .3s;
    transition: all .3s;
    font: 700 16px/1.2em 'noto sans japanese';
    text-align: center;
    overflow: hidden;
}

.noteMenu ul[class*="list_abreast"] li{
  width: -webkit-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
}
.noteMenu ul li span{
    display: block;
    margin-bottom: 20px;
    font-size: 22px;
    height: 22px;
}

.noteMenu ul li:after{
    content: '';
    position: absolute;
    right: -40px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #F39801 transparent;
}

.noteMenu ul .active{
    color: #fff;
    background: #F39801;
    border: 3px solid #F39801;
}

.noteMenu ul .active:after{
    border-color: transparent transparent #fff transparent;
}

.noteMenu ul li:hover{
    border: 3px solid #F39801;
}

.noteMenu ul .active:hover{
    background: #F39801;
}

.noteMenu ul li a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent: -9999px;
}

.checkTitleBg .noteMenu{
  display: flex;
 justify-content: flex-end;
 margin: 0 0 20px;
 padding: 30px 0 0;
}
.checkTitleBg .noteMenu ul{
  width: 100%;
  margin: 0;
}
.checkTitleBg .noteMenu li{
  width: calc((100% - 10px) / 2);
  width: -webkit-calc((100% - 10px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  position: relative;
  overflow: inherit;
}
.checkTitleBg .noteMenu li:before{
  content: attr(data-ttl);
  position: absolute;
  left: 0; top: -10px;
  transform: translate(0,-100%);
  font: 500 13px/1.2em 'noto sans japanese',sans-serif;
  color: #666;
}
.checkTitleBg .noteMenu li:after{
  display: none;
}
.checkTitleBg .noteMenu li span{
  display: flex;
  height: 30px;
  align-items: center;
  margin: 0 10px 0 0;
}
.checkTitleBg .noteMenu li.active .fa-meeting:before{
  background: url(../../img/common/ico_meeting_white.svg)no-repeat center center;
  background-size: contain;
}
.checkTitleBg .noteMenu li.active .fa-line-chart:before{
  color: white;
}

.trainingLeft{
  display: -webkit-flex; display: flex;
  -webkit-align-items: left; align-items: left;
  -webkit-justify-content: left; justify-content: left;
}

.trainingMiddle{
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
}

.levelList{
    margin: 5px 0;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
}
.levelList .explain{
  flex: 0 0 105px;
  margin: 0 10px 0 0;
  text-align: right;
}
.levelList ul{
  margin: 0;
}

.levelList ul li{
    float: left;
    margin: 2px 5px 2px 0;
}

.levelList ul .active{
    display: block;
    font: 700 12px/1.2em 'noto sans japanese';
    border-radius: 5px;
    color: #fff;
    border: 1px solid #00A0E9;
    background: #00A0E9;
    line-height: 30px;
    padding: 0 20px;
}

.levelList ul li a{
    display: block;
    font: 700 12px/1.2em 'noto sans japanese';
    border-radius: 5px;
    background: #fff;
    border: 1px solid #00A0E9;
    line-height: 30px;
    padding: 0 20px;
    color: #00A0E9;
}

.levelList ul li a:hover{
    background: #00A0E9;
    color: #fff;
}

.tabMenuTitle{
    margin-top: 20px;
}
.tabMenuTitle .explain{
  margin: 0 15px 5px;
}
.tabMenuTitle.type_parent{
  margin-top: -20px;
  border-bottom: solid 1px #ccc;
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch
}
.tabMenuTitle.type_parent .explain{
  margin: 0 0 10px;
}
.tabMenuTitle.type_parent::-webkit-scrollbar {
  width: 0px; height: 0px;
}


.tabMenuTitle a{
    padding: 15px;
    font: 700 16px/1.2em 'noto sans japanese';
    display: block;
    cursor: pointer;
}

.tabs{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap:         wrap;
}

.tabContentArea{
    background: #fff;
    padding: 20px;
}

.tabMenuTitle a:hover{
    color: #F39801;
}

.tabMenuTitle .active a{
    color: #F39801;
    position: relative;
}

.tabMenuTitle .active a:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -3px;
    left: 0;
    background: #F39801;
}

.tabAreaContent{
}

.tabAreaContent h3{
  font: 700 16px/1.2em 'noto sans japanese';
  margin: 0;
  width: 150px;
  display: flex;
  align-items: center;
}

.tabAreaContent ul li{
    display: -webkit-flex;
    display: flex;
    vertical-align: top;
    padding: 20px 0;
}

.tabAreaContent ul li + li{
    border-top: 1px dashed #333;
}

.tabAreaContentTextWide{
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
}

.tabAreaContentText{
    width: 100%;
}

.tabAreaContentText ul{
  counter-reset: content-counter;
  list-style: none;
}

.tabAreaContentText ul li{
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 10px 0px;
    padding-left: 30px;
    position: relative;
}

.tabAreaContentText ul li + li{
/* 	border: none; */
    border-top: 1px dashed #c6c6c6;
}

.tabAreaContentText ul li .content{
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
}

.tabAreaContentText ul li .btn{
    width: 100px;
}

.tabAreaContentText ul li:before{
    content: counter(content-counter);
    counter-increment: content-counter;
    color: #fff;
    font: 700 12px/20px 'Quicksand';
    background: #00A0E9;
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: center; justify-content: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.learningDataDetail{
    width: -webkit-calc(100% - ((100% - 40px) / 3));
    width: calc(100% - ((100% - 40px) / 3));
    padding-left: 30px;
}

.learningDataDetailList {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}

.learningDataDetailList + .learningDataDetailList{
    margin-top: 30px;
}

.learningDataDetailList h3{
    font: 700 16px/1.2em 'Quicksand';
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}


/*************************************
11.check
*************************************/

.checkArea{
    border-top: 1px solid #F3ECE1;
    background-size: 20px 20px;
    padding: 20px 20px 0;
}

.checkTitleBg{
}

.checkTitleArea{
    width: 100%;
    display: -webkit-flex;
    display: flex;
}

.checkTitleArea h5{
    font: 700 12px/1.2em 'noto sans japanese';
    margin: 0;
    padding: 3px 15px;
}

.checkTitleArea .checkTitle{
    width: 50%;
    padding-right: 20px;
    position: relative;
}

.checkTitleArea .checkTitle h2{
    margin: 0;
}

.checkTitleArea .checkGraph{
    width: 50%;
}

.checkTitleArea .checkGraph .graphArea{
    margin: 0px 15px;
}

.checkTitleArea .checkGraph .graphArea .graphNum{
    color: #333;
}

.checkTotal{
    position: absolute;
    left: 0;
    bottom: 0;
    font: 700 12px/1.2em 'noto sans japanese';
    background: rgba(255,255,255,0.5);
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 5px;
}

.checkTotal li{
    padding: 5px;
}

.checkStageCheck{
    display: -webkit-flex;
    display: flex;
    background: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}

.checkStageCheck + .checkStageCheck{
    margin-top: 40px;
}

.checkStageTilte{
    width: 300px;
    border-right: 1px solid #f1f1f1;
    border-radius: 10px 0 0 10px;
  padding: 0 0 50px;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-justify-content: center; justify-content: center;
}
.checkStageCheck.type_test .checkStageTilte{
  padding: 0 0 0;
}
.checkStageTilte > a{
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-height: 70px;
}
.checkStageTilte h3{
    text-align: center;
    color: #fff;
    background: #F39801;
    margin: 15px;
    padding: 10px 0;
    border-radius: 3px;
}

.checkStageDetaiMerit {
  padding: 15px 10px;
  border-bottom: solid 1px #eee;
  background: #fffdf8;
}
.checkStageDetaiMerit > div {
    display: flex;
    padding: 0 5px;
}
.checkStageDetaiMerit .time {
    border-top: dotted 1px #ddd;
    padding-top: 10px;
    margin-top: 10px;
}
.checkStageDetaiMerit p {
    font: 300 13px/1.5em 'noto sans japanese';
    margin: 0;
}
.checkStageDetaiMerit .head{
  flex: 0 0 100px;
}
.checkStageDetaiMerit .ttl {
  font: 600 13px/1.7em 'noto sans japanese';
  display: inline-block;
  vertical-align: top;
}

.checkStageDetail{
  border-radius: 0 10px 0 0;
  overflow: hidden;
  flex: 1 1 700px;
}
.checkStageDetail ul{
    margin-bottom: 0;
}
.checkStageDetail > ul{
    height: 100%;
  position: relative;
  counter-reset: number 0;
}

.checkStageDetail .checkStage > li,
.checkStageDetail > ul > li{
    position: relative;
}
.checkStageDetail .checkStage > li:before,
.checkStageDetail > ul > li:before {
  counter-increment: number 1;
  content: counter(number) " ";
  color: #fff;
  font: 700 12px/20px 'Quicksand';
  background: #00A0E9;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%; left: 15px;
  transform: translate(0,-50%);
}

.checkStageDetail ul li + li {
    border-top: 1px solid #f1f1f1;
    }

.checkStageDetail ul li:hover {
    background: #EFF3F7;
}

.checkStageDetail ul li:first-child:hover {
    border-radius: 0 10px 0 0;
}


.checkStageDetail ul li:last-child:hover {
    border-radius: 0 0 10px 0;
}

.checkStageDetail ul li a,
.checkStageDetail ul li p{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    z-index: 10;
}

.checkStageDetailTitle{
    position: relative;
  padding: 25px 200px 25px 45px;
}
.clear .checkStageDetailTitle{
  padding: 25px 20px 25px 45px;
  display: flex;
  align-items: center;
}
.checkStageCheck.type_test .clear .checkStageDetailTitle > ul{
  position: inherit;
  margin: 0 0 0 auto;
  flex: 0 0 auto;
  padding: 0 0 0 20px;
  width: auto;
  top: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 205px;
  margin: -4px -4px -4px auto;
  right: 0;
}
.checkStageCheck.type_test .clear .checkStageDetailTitle > ul > li{
  padding: 4px;
  width: auto;
  margin: 0;
  height: auto;
}

.checkStageDetailTitle h4{
    font: 700 16px/1.2em 'Quicksand';
  margin: 0;
  border-bottom: none;
  padding: 0;
  flex: 1 1 auto;
}

.checkStageTilte .chart em{
    color: #333;
}
.checkStageTilte .chart em.mg{
  color: #333;
}
.checkStageTilte .chart .caption {
    color: #333;
}

.checkStageDetailTitle ul{
    display: -webkit-flex;
    display: flex;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
}

.checkStageDetailTitle ul li{
    font: 900 12px/1.2em 'noto sans japanese';
    color: #ccc;
    line-height: 20px;
    border: 2px solid #ccc;
    width: 80px;
    text-align: center;
    border-radius: 3px;
}

.checkStageDetailTitle ul .mgCheck{
    background: #F39801;
    border-color: #F39801;
    color: #fff;
}

.checkStageDetailTitle ul .userCheck{
    background: #00A0E9;
    border-color: #00A0E9;
    color: #fff;
}
.checkStageDetailTitle ul .mgClose {
  background: #f65d5d;
    border-color: #f65d5d;
    color: #fff;
}

.checkStageDetailTitle ul li + li{
    border: 2px solid #ccc;
    margin-left: 5px;
}

.checkStageDetailTitle ul li.selfCheckDate,
.checkStageDetailTitle ul li.mgCheckDate {
  border: none;
  margin-left: 5px;
}

/* ! テスト問題  =====================  */

.checkStageCheck + .checkStageCheck.type_test{
    margin-top: 7px;
    background: #fbfbfb;
    border-radius: 0 0 10px 10px;
}
.checkStageCheck.type_test .checkStageTilte{
    display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
}
.checkStageCheck.type_test .checkStageTilte p{
    text-align: center;
  padding: 20px 10px;
  font-weight: 600;
  margin: 0;
}
.checkStageCheck.type_test .checkStageDetailTitle a{
  text-indent: 1px;
  font-weight: 800;
  background: #eee;
  color: #aaa;
  z-index: 11;
  border-radius: 4px;
}
.checkStageCheck.type_test .checkStageDetailTitle ul{
   display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: flex-end; justify-content: flex-end;
    width: 200px;
    position: absolute;
    top: 3px;
    bottom: 3px;
    margin: auto;
}
.checkStageCheck.type_test .checkStageDetailTitle ul li + li{
    border: none;
    height: 26px;
  line-height: 21px;
}

.checkStageCheck.type_test .checkStageDetailTitle a.btn_{
    background: #F39801;
  border-bottom: 3px solid #754900;
  color: white;
  transition: none;
  -webkit-transition: none;
}
.checkStageCheck.type_test .clear .checkStageDetailTitle a.btn_{
  position: inherit;
  top: auto; left: auto;
  padding: 5px 6px;
  width: auto;
  height: auto;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 600 13px/1.2em 'noto sans japanese';
  width: 90px;
  border-bottom: none;
  box-shadow: 0px 3px 0px #754900;
}
.checkStageCheck.type_test .checkStageDetailTitle a.btn_.answer{
    background: #00A0E9;
  box-shadow: 0px 3px 0px #3B4F67;
}
.checkStageCheck.type_test .checkStageDetailTitle a.btn_.clear,
.checkStageCheck.type_test .checkStageDetailTitle a.btn_.clear:hover{
    background: #eee;
  border-bottom: 0;
  line-height: 24px;
  transform: translate(0,0);
  color: #bbb;
}
.checkStageCheck.type_test .checkStageDetailTitle a.btn_.restart{
    background: #ff6363;
  border-bottom: solid 3px #b54646;
  color: white;
}
.checkStageCheck.type_test .checkStageDetailTitle a.btn_.restart:hover{
    transform: translate(0,3px);
    border-bottom-width: 0;
    line-height: 23px;
}
.checkStageCheck.type_test .checkStageDetailTitle a.btn_:hover{
  transform: translate(0,3px);
  box-shadow: 0px 0px 0px #754900;
}

.checkStageDetailTitle ul li.status{
    border: none;
  font-size: 12px;
  color: #111;
  font-weight: 600;
  margin-right: 5px;
}
.checkStageDetailTitle ul li.status span{
    margin: 0 3px;
}

/* ! テスト問題 (ここまで) =====================  */

/*************************************
12.proggress
*************************************/

.proggressTable{
    width: auto;
    table-layout: fixed;
    min-width: 100%;
}

.proggressTable caption{
    font: 700 16px/1.2em 'noto sans japanese';
    background: #F39801;
    padding: 10px 10px;
    color: #fff;
}

.proggressTable tr{
    border-bottom: 1px solid #ccc;
}

.proggressTable td{
    font: 300 16px/1.2em 'noto sans japanese';
    min-width: 230px;
}

.tableFormAreaFlex{
    display: -webkit-flex;
    display: flex;
}

.tableFormAreaFlex select{
    margin-right: 10px;
    width: 60px;
    border: 1px solid #ccc;
}

.tableFormAreaFlex textarea{
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    padding: 5px;
    font: 300 12px/1.2em 'noto sans japanese';
    border-radius: 5px;
    border: 1px solid #ccc;
}

.proggressTable th,td{
    padding: 10px ;
}
.proggressTable td + td,.proggressTable th + th,.proggressTable th + td{
    border-left: 1px solid #ccc;
}

.proggressTable th{
    font: 700 16px/1.2em 'noto sans japanese';
    text-align: center;
}

.proggressTable th span{
    font: 700 16px/1.2em 'noto sans japanese';
    display: block;
    margin-bottom: 10px;
}

.proggressTable .contentTitle{
    background: #f1f1f1;
    text-align: left;
}

.shopLsit{
    overflow: auto;
}
.search_form{
    background: #fff;
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,.18);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,.18);
    margin: 15px 0;
    padding: 15px;
}
.search_form .select_flex{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search_form .select_flex li{
    width: calc(100% / 6);
    width: -webkit-calc(100% / 6);
    padding-right: 10px;
}
@supports (-ms-ime-align: auto) {
    .search_form .select_flex li{
        width: calc(100% / 6 - 1px);
    }
}
.search_form .select_flex li:last-child{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.search_form select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.search_form .submit{
  text-align: center;
}
.search_form button[type="submit"]{
  padding: 15px;
  border: 2px solid #fff;
  border-radius: 5px;
  background: #F39801;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,.18);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,.18);
  color: #fff;
  font: 700 16px/1em 'noto sans japanese';
}
.search_form button[type="submit"]:hover{
  background: #fff;
  color: #F39801;
}


table td.center,
table th.center{
  text-align: center;
}
/* 進み具合テーブル */
.view_count{
  font: 300 13px/1.2em 'noto sans japanese';
  text-align: right;
  color: #666;
  margin: 20px 0 15px;
}
.table_wrap{
 overflow: auto;
}
@media all and (-ms-high-contrast: none) {
  .table_wrap{
    width: calc((100% + 17px));
    width: -webkit-calc((100% + 17px));
  }
}

.table_wrap::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.table_wrap::-webkit-scrollbar-track {
    width: 5px;
    height: 5px;
    background: #eee;
}
.table_wrap::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 2px;
}

table.progress{
  background: none;
  box-shadow: none;
  width: 100%;
  margin: 40px 0 0;
  overflow: auto;
  display: table;
}
table.progress thead,
table.progress tbody{
  display: block;
  width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
table.progress thead{
  top: 40px;
  z-index: 3 !important;
}
table.progress tbody{
}
table.progress .sticky,
table.progress tbody th.sticky,
table.training_check .sticky{
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}
table.progress tbody th.sticky{
  background: white;
  width: 130px;
}
table.progress tbody th.sticky p{
  background: white;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  width: 130px;
  height: 44px;
/*
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
*/
}
table.progress tbody td.caption p{
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  width: 110px;
  height: 44px;
}
table.progress tbody td.position p{
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  height: 44px;
}
table.progress td.sticky:first-of-type{
  width: 130px;
}
table.progress th.sticky,
table.training_check th.sticky{
  top: 0;
  z-index: 2;
}
table.progress thead tr{
  border-radius: 5px 5px 0 0;
  background: #F8F8F8;
}
table.progress tbody tr{
  cursor: pointer;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  display: -webkit-flex; display: flex;
}
table.progress tbody tr:hover{
  z-index: 1;
  -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.08);
        box-shadow: 0px 2px 8px rgba(0,0,0,.08);
  position: relative;
}
table.progress th,
table.progress td{
  padding: 0;
  min-width: 110px;
}
table.progress td{
  width: 110px;
  height: 44px;
  overflow: hidden;
}
table.progress td.sticky{
  z-index: 2;
}

table .wrap_word_explain,
table th p,
table td p{
  padding: 15px 5px 15px 20px;
}
table .wrap_word_explain{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
table .name .wrap_word_explain{
  border-right: solid 1px #eee;
}
table .wrap_word_explain > p{
  padding: 0 3px 0 0 !important;
  border: 0 !important;
}

table.progress th{
  border-right: solid 1px #eee;
}
table.progress th p{
  background: #F8F8F8;
}
table.progress th.stage,
table.progress th.name{
  border-right: none;
}
table.progress th.name.sticky{
  background: #f8f8f8;
}
table.progress th.name{
  z-index: 3;
  min-width: 130px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
table.progress th.name p{
  border-right: solid 1px #eee;
  background: #F8F8F8;
}
table.progress thead th:not(.stage):before{
  content: '';
  position: absolute;
  top: 0; left: 0;
  transform: translate(0%,-100%);
  width: 100%; height: 50px;
  background: white;
}
table.progress th.position,
table.progress td.position{
 min-width: 145px;
}
table.progress .stage p{
  padding: 15px 5px;
}
table.progress p{
  margin: 0;
  font: 500 13px/1em 'Noto Sans JP', sans-serif;
}
table.progress td > p,
table.progress [class*="stage_"]{
  min-height: 43px;
}
table.progress td > p{
/*
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
*/
}
table.progress [class*="stage"]{
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  position: relative;
  width: auto;
}
table.progress [class*="stage_"]{
  position: relative;
  padding: 15px 5px;
  cursor: pointer;
  background: white;
  min-width: 110px;
}
table.progress .on_title{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  background: white;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
  box-shadow: 0px 0px 10px rgba(0,0,0,.2);
  min-width: 260px;
  display: -webkit-flex; display: flex;
  padding: 7px;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transform: translate(-50%,0%);
  opacity: 0;
  pointer-events: none;
}
table.progress .on_title.view{
  opacity: 1;
}
table.progress .on_title:before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8.7px 5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top:0; left: 50%;
  transform: translate(-50%,-100%);
}
.on_title h3{
  background: #F39802;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  color: white;
  margin: 0;
  flex: 0 0 70px;
  font: 600 12px/1em 'Noto Sans JP', sans-serif;
}
.on_title span{
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  background: #f5f5f5;
  font: 600 11px/1em 'Noto Sans JP', sans-serif;
}
.on_title .txt{
  padding: 3px;
}
.on_title h4{
  font: 600 13px/1em 'Noto Sans JP', sans-serif;
  margin: 0;
}
.on_title p{
  background: none !important;
  padding: 5px 0 0 !important;
  font: 400 12px/1em 'Noto Sans JP', sans-serif;
}
.on_title .txt b{
  display: block;
  font: 400 12px/1.3em 'Noto Sans JP', sans-serif;
}
.on_title .txt b + b{
  padding: 3px 0 0;
}
.on_title .txt ul{
  margin: 5px 0 0 0px;
}
.on_title .txt span{
  justify-content: flex-start;
  background: none;
  margin: 0;
  padding: 1px 0 1px 7px;
  font: 500 11px/1.3em 'Noto Sans JP', sans-serif;
  position: relative;
}
.on_title .txt span:before{
  content: '-';
  position: absolute;
  top: 1px; left: 0;
  font: 500 11px/1em 'Noto Sans JP', sans-serif;
}
table.progress th [class*="stage_"]{
  background: #f8f8f8;
}
table.progress [class*="stage_"] p{
  padding: 0 10px;
  text-align: center;
  min-width: 45px;
}
table.progress thead [class*="stage_"] h3{
  position: absolute;
  content: '';
  top: 0px;
  transform: translate(0,-100%);
  left: 0;
  width: 100%;
  border-radius: 10px 10px 0 0;
  background: #F39802;
  color: white;
  font: bold 13px/1em 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 15px 0 12px 15px;
  z-index: 1;
}
table.progress td.sticky p{
  background: white;
}
table.progress thead [class*="stage_"]:nth-of-type(2n) h3{
  background: #E2920E;
}
table.progress tbody tr:nth-of-type(2n) [class*="stage_"],
table.progress tbody th [class*="stage_"],
table.progress tbody tr:nth-of-type(2n) p,
table.progress tbody tr:nth-of-type(2n) .sticky{
  background: #F8F8F8;
}

@media screen and (max-width: 768px){
  table.progress [class*="stage_"] p{
    min-width: 65px;
  }
  table.progress th [class*="stage_"] p:after{
    content: 'i';
    width: 16px; height: 16px;
    background: #ddd;
    color: #999;
    display: -webkit-inline-flex; display: inline-flex;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: center; justify-content: center;
    margin: 0 0 0 5px;
    border-radius: 3px;
    font: bold 12px/1em 'Noto Sans JP', sans-serif;
  }
}


/* 進み具合テーブル 編集 */
table.training_check{
  width: 100%;
}
table.training_check .sticky{
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  top: 0;
}
table.training_check thead,
table.training_check tbody{
  width: 100%;
}
table.training_check thead{
  border-bottom: solid 10px white;
  display: table-caption;
  width: 100%;
}
table.training_check tbody{
  overflow: auto;
}

table.training_check thead tr,
table.training_check tbody tr:nth-of-type(2n){
  background: #f8f8f8;
}
table.training_check thead tr{
  width: 100%;
  display: flex;
}
table.training_check tr{
  position: relative;
}
table.training_check tbody tr + tr{
  border-top: dotted 1.5px #ddd;
}
table.training_check th,
table.training_check td{
  min-width: 140px;
  width: calc((100% - 178px) / 4);
  width: -webkit-calc((100% - 178px) / 4);
}
table.training_check th.checkflg,
table.training_check td.checkflg{

}
table.training_check th p,
table.training_check td p{
  margin: 0;
}
table.training_check th p{
  display: flex;
  align-items: center;
}
table.training_check th p,
table.training_check th.stage{
  border-left: solid 1px #eee;
  background: #f8f8f8;
}
table.training_check th p{
  font: bold 14px/1.3em 'Noto Sans JP', sans-serif;
  padding: 15px 10px;
  height: 50px;
  border-bottom: solid 1px #ddd;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table_wrap tr{
    position: relative;
  }
  .table_wrap .fixed,
  .table_wrap .name.fixed{
    position: absolute;
    z-index: 1;
  }
  .table_wrap .name.fixed{
    bottom: 0;
    top: auto;
  }
}

table.training_check .stage{
  width: 98px !important;
  min-width: auto !important;
  border-left: none !important;
}
table.training_check td.stage{
  background: #F39802;
  text-align: center;
  border-right: solid 10px white;
  border-bottom: solid 5px white;
}
@-moz-document url-prefix() {
  table.training_check td.stage{
    position: relative;
    border-right: none;
    border-bottom: 0;
  }
  table.training_check td.stage:before,
  table.training_check td.stage:after{
    content: '';
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    background: white;
    bottom: 0px;
    left: 0;
  }
  table.training_check td.stage:after{
    width: 10px; height: 100%;
    bottom: auto; top: -2px;
    left: auto; right: -5px;
  }
}

table.training_check td.stage p{
  color: white;
  margin: 0;
  font: bold 13px/1.3em 'Noto Sans JP', sans-serif;
  padding: 0;
}
table.training_check td.title p{
  font: bold 14px/1.3em 'Noto Sans JP', sans-serif;
}
table.training_check td.description p,
table.training_check td.description a{
  font: 400 13px/1.3em 'Noto Sans JP', sans-serif;
  color: #666;
}
table.training_check p{
  font: 500 13px/1.3em 'Noto Sans JP', sans-serif;
}
table.training_check .select_wrap:before{
  right: 10px;
  font-size: 13px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  table.training_check .select_wrap:before{
    display: none;
  }
}
table.training_check input,
table.training_check select{
  height: 30px;
  background: white;
  font: 500 14px/1em 'Noto Sans JP', sans-serif;
  outline: none;
}
table.training_check input{
  border-radius: 5px;
  border: solid 1px #ddd;
  padding: 5px 5px;
}
table.training_check input::-webkit-input-placeholder{
  font: 500 12px/1.3em 'Noto Sans JP', sans-serif;
  color: #ddd;
}
table.training_check textarea{
  background: white;
  font: 500 14px/1em 'Noto Sans JP', sans-serif;
  outline: none;
}
table.training_check .checkflg{
  min-width: 110px;
  max-width: 110px;
}
table.training_check .checkcomment{
  min-width: 150px;
}
table.training_check .description{
  min-width: 190px;
  max-width: 190px;
}

/*  テーブルIE用 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table_wrap{
    margin: 80px 0 0;
  }
  table.progress,
  table.training_check{
    margin: 0 0 0;
    padding: 0 20px 20px 0;
  }
  table.progress thead,
  table.training_check thead{
    position: fixed;
    max-width: 820px;
    left: 50% !important;
    transform: translate(-50%,-50%);
    padding: 50px 0 0;
    overflow-x: auto;
    -ms-overflow-style:none;
    width: 90%;
  }
  table.training_check thead{
    padding: 0;
  }
  table.training_check th,
  table.training_check td{
    width: 150px;
  }
  table.progress .on_title{
    overflow: auto;
    position: fixed;
    transform: translate(-50%,-50%);
    width: auto;
  }
  table.progress thead::-webkit-scrollbar{
    display: none;
  }
  table.progress thead::-webkit-scrollbar-track{
    display: none;
    -ms-overflow-style:none;
  }
  table.progress thead::-webkit-scrollbar-thumb {
    display: none;
    -ms-overflow-style:none;
  }
  table.progress thead th:not(.stage):before{
    height: 17px;
  }
  table.training_check .stage{
    width: auto;
    min-width: 100px !important;
  }
  table.training_check .checkflg{
    max-width: none;
    min-width: 110px;
  }
}
/*  テーブルEDGE用 */
@supports (-ms-ime-align: auto) {
  table.progress thead .name.fixed{
    position: absolute;
    z-index: 1;
  }
}
/*  テーブルfirefox用 */
@-moz-document url-prefix() {
  table.training_check thead{
    position: fixed !important;
    max-width: 820px;
    left: 50% !important;
    transform: translate(-50%,-50%);
    padding: 50px 0 0;
    overflow-x: auto;
    -ms-overflow-style:none;
    width: 90%;
  }
}

/*************************************
13.4step
*************************************/

.step4TableArea{
    display: block !important;
}

.step4Table{
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
}

.step4Table caption{
    font: 700 16px/1.2em 'noto sans japanese';
    background: #f1f1f1;
    padding: 10px;
    margin-bottom: 15px;
    color: #333;
}

.step4Table tr + tr{
    border-top: 1px solid #ccc;
}

.step4Table th{
    vertical-align: top;
    padding: 10px;
}

.step4Table th span{
    font: 700 16px/1.2em 'noto sans japanese';
}

.step4Table th a{
    margin-top: 10px;
    display: block;
    width: 100px;
    text-align: center;
    background: #00A0E9;
    font: 700 12px/30px 'noto sans japanese';
    border-bottom: 4px solid #3B4F67;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all .0s;
    transition: all .0s;
}

.step4Table th a:hover{
    border-bottom: 0;
    margin-top: 14px;
}

.step4Table td{
    vertical-align: top;
    padding: 10px;
     font: 500 14px 'noto sans japanese';
}

.step4Table td + td{
    margin-left: 15px;
}

.tabAreaContent .step4Table ul li{
    padding: 0;
    display: block;
     font: 500 14px 'noto sans japanese';
}

.tabAreaContent .step4Table ul li + li{
    border: none;
    margin-top: 10px;
}

.tabAreaContent .step4Table ul li span{
    display: inline-block;
    background: #F39801;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    font: 700 14px 'noto sans japanese';
}

.step4Table .red{
    font: 700 16px/1.2em 'noto sans japanese';
    color: #F39801;
}

.step4Table img{
    width: 100%;
    height: auto;
    padding: 5px;
    cursor: pointer;
}

.step4Table video{
    width: 100%;
    height: auto;
    padding: 5px 5px 0;
/*     min-height: 140px; */
}

/* アイコン */
[class*="ico_"] {
  padding-left: 35px;
  position: relative;
  position: relative;
  min-height: 20px;
}
[class*="ico_"]:before{
  content: '';
  position: absolute;
  top: 50%; left: 0;
  transform: translate(0%,-50%);
  width: 25px; height: 25px;
  background: #eee;
}
.ico_image:before{
  background: url(../img/common/ico_image.svg)no-repeat center;
  background-size: contain;
}
p.ico_video {
  padding: 10px 10px 10px 45px;
  background: #000;
  color: white;
  margin: -10px 0px 10px;
  font: 700 14px/1.0em 'noto sans japanese';
}
.tabAreaContent p.ico_video{
  margin: -10px 5px 10px;
}
.ico_video:before{
  background: url(../img/common/ico_video.svg)no-repeat center;
  background-size: contain;
}
.ico_video:not(.txt):before{
  background: url(../img/common/ico_video_white.svg)no-repeat center;
  background-size: contain;
  left: 10px;
}

/* ------------------------------

14.新着ニュース詳細

------------------------------ */
.news-box {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,.1);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,.1);
    margin-bottom: 40px;
}
.news-date {
  color: #aaa;
  font: 500 12px/1em 'noto sans japanese';
}
.news-box h1 {
  font: 500 18px/1.3em 'noto sans japanese';
  margin: 20px 0 0;
}
.news-comment {
  font: 300 13px/1.7em 'noto sans japanese';
  margin: 20px 0 40px;
}
.news-link {
  font: 300 13px/1em 'noto sans japanese';
  word-break: break-all;
  cursor: pointer;
  width: 100%;
  display: block;
  background: #f9f9f9;
  padding: 10px;
  padding-left: 40px;
  position: relative;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.2) inset;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.2) inset;
}
.news-link:before {
  content: "\f08e";
  font: normal 13px/1em 'fontawesome';
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-link:hover {
  background: #ddd;
}
.news-link:hover:before {
  -webkit-transform: translateY(-50%) translateX(5px);
  -moz-transform: translateY(-50%) translateX(5px);
  -ms-transform: translateY(-50%) translateX(5px);
  -o-transform: translateY(-50%) translateX(5px);
  transform: translateY(-50%) translateX(5px);
}
/* ------------------------------

アイコン

------------------------------ */
.fa-meeting:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url(../../img/common/ico_meeting.svg)no-repeat center center;
  background-size: contain;
}

/* ------------------------------

15.検索結果

------------------------------ */
.searchList .searchBody li{
    margin-bottom: 30px;
    position: relative;
}
.searchList ul li a{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font: 700 16px/1.2em 'noto sans japanese';
    text-align: left;
    background: #fff;
    border: 2px solid #fff;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0);
}
.searchList ul li p{
    width: -webkit-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
    margin: 0;
    margin-left: 20px;
    position: relative;
}
.searchHead{
    display: -webkit-flex;
    display: flex;
    font: 700 16px/1.2em 'noto sans japanese';
    text-align: left;
    border: 2px solid #fff;
    padding: 25px 15px;
    border-radius: 10px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}
.searchHead li:nth-of-type(3n + 1){
    margin-left: 0;
}
.searchHead li{
    width: -webkit-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
    text-align: center;
    margin-left: 20px;
    position: relative;
}

/*************************************
14.close/back
*************************************/
.movementArea {
  padding: 32px;
  margin-left: -8px;
  -webkit-flex-direction: row-reverse; flex-direction: row-reverse;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: flex-end; align-items: flex-end;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.movementArea.right {
  left: auto;
  right: 0;
}
.movementArea [class*="btn"] {
  font: 600 12px/1em 'noto sans japanese';
  text-align: center;
  width: 60px;
  padding: 1.8em 0 .5em;
  margin-left: 5px;
  border: 2px solid transparent;
  border-radius: 5px;
  background: #fff;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.movementArea [class*="btn"]:before{
  font: 600 12px/1em 'fontawesome';
  position: absolute;
  top: .5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.btnClose:before {
  content: "\f00d";
}
.btnBack:before {
  content: "\f060";
}
.btnTop:before {
  content: "\f062";
}
.btnStop:before{
    content: '';
    background: url("../img/common/icon_stop.svg")no-repeat center;
  background-size: 12px;
  width: 13px;
  height: 13px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.btnClose:hover {
  border-color: #c71e42;
  color: #c71e42;
}
.btnBack:hover {
  border-color: #1a65ca;
  color: #1a65ca;
}
.btnStop:hover {
  border-color: #F39801;
  color: #F39801;
}
.btnStop:hover:before{
    background: url("../img/common/icon_stop_hv.svg")no-repeat center;
  background-size: 12px;
}

/* 翻訳ウィジェット */
.goog-te-menu-frame {
  right: 0 !important;
  left: auto !important;
  bottom: 0 !important;
  overflow: hidden !important;
}
.goog-te-menu2-colpad {
  width: 8px !important;
}
#google_translate_element {
  position: fixed;
  right: 3px;
  bottom: 3px;
  z-index: 999999999999999;
}
.goog-te-gadget-simple {
  border-radius: 3px;
  border-top: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  padding-top: 3px !important;
  padding-bottom: 2px !important;
  padding-left: 2px;
}
.goog-te-gadget-simple .goog-te-menu-value {
  font-size: 12px;
}
.goog-te-menu-frame {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.3) !important;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,.3) !important;
}
.goog-te-menu2 {
  border: 3px solid #1BAC4A;
}
.goog-te-menu2-item > div {
  border-radius: 3px;
}
.goog-te-menu2-item > div:hover {
  background: #00A0E9;
}
.goog-te-menu2-item > div:hover .text{
  color: #fff;
}
.text{
  color: #242424;
}

/* Edge個別対応 */
@supports (-ms-ime-align:auto) {
    .checkList{
        width: -webkit-calc((100% - 41px) / 3);
        width: calc((100% - 41px) / 3);
    }
    .catChartArea{
        width: -webkit-calc((100% - 21px) / 3);
        width: calc((100% - 21px) / 3);
    }
    .catList li{
        width: -webkit-calc((100% - 41px) / 3);
        width: calc((100% - 41px) / 3);
    }
    .noteMenu ul li{
        width: -webkit-calc((100% - 41px) / 3);
        width: calc((100% - 41px) / 3);
    }
    .learningDataDetail{
        width: -webkit-calc(100% - ((100% - 41px) / 3));
        width: calc(100% - ((100% - 41px) / 3));
    }
    .searchList ul li p{
        width: -webkit-calc((100% - 41px) / 3);
        width: calc((100% - 41px) / 3);
    }
    .searchHead li{
        width: -webkit-calc((100% - 41px) / 3);
        width: calc((100% - 41px) / 3);
    }
}

/* モーダル関連 */
.modal_form {
    background: #fff;
    width: 100%;
    border-radius: 10px;
    padding: 25px 15px;
}
.modal_form h3 {
    font: 700 16px/1.0em 'noto sans japanese';
    margin: 0 0 10px;
}
.modal_form .input_area {
    margin-bottom: 15px;
}
.modal_form select{
    height: 34px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.modal_form input, textarea, select, input[type = "text"] {
    color: #54585e;
    font: 400 16px/1em 'noto sans japanese';
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 5px;
    padding: 8px 10px;
    background: #f9f9f9;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,.18) inset;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,.18) inset;
    max-width: 768px;
    line-height: 1.5;
}

.modal-more .moreBtn button{
    padding: 0 20px;
    font: 700 16px/28px 'noto sans japanese';
}



/*************************************
15.exam
*************************************/


[class*="bg_"][class*="white"]{
  background: #fff;
}
.exams [class*="bg_"][class*="white"]{
  border-radius: 5px;
}
.en{
  font-family: 'Quicksand';
}
.exams p.content{
  font: 500 16px/1.4em 'noto sans japanese';
}
.exams section{
  padding: 0;
  position: relative;
}
.exams section h3{
  margin: 0;
  padding: 0 0 20px;
  font-size: 18px;
}
.exams p{
  margin: 0;
}
.exams .container{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch; align-items: stretch;
  padding: 30px 0;
}
.exams .side{
  -webkit-flex: 0 0 90px; flex: 0 0 90px;
  margin: 0 0 0 10px;
}
.exams .main{
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
  width: 100%;
}

@media screen and (max-width: 991px){
  .exams p.content{
    font: 500 13px/1.4em 'noto sans japanese';
  }
}

/* !main  -----------------*/

/* 問題 */
.exams .question{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction:column; flex-direction:column;
  -webkit-justify-content: flex-start; justify-content: flex-start;
  min-height: 170px;
  margin: 0 0 10px;
  position: relative;
}

.exams .question .option {
    padding: 40px 40px 6px 40px;
    min-height: 110px;
}

.exams .question .title {
    display: flex;
    justify-content: flex-end;
    padding: 30px 10px 10px 10px;
    min-height: 60px;
}
.exams .question .title .category{
  color: #6f6f6f;
  font-size: 12px;
}


/* 選択 */
.exams .choice ul{
  display: -webkit-flex;
  display: flex;
  margin: -5px;
}
.exams .choice li{
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
  padding: 5px;
  display: -webkit-flex;
  display: flex;
  width: 25%;
}
.exams .choice li article{
  min-height: 150px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction:column; flex-direction:column;
  -webkit-justify-content: flex-start; justify-content: flex-start;
  padding: 40px;
  position: relative;
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
  width: 100%;
}
.exams .choice li article:before{
  content: "";
  position: absolute;
  border-top: 17px solid transparent;
  border-right: 17px solid #F39801;
  right: 5px;
  bottom: 5px;
}

.exams .choice li article a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.exams .choice li article a:hover{
  border: 5px solid #F39801;
  border-radius: 5px;
}
.exams .choice .number{
  position: absolute;
  left: 17px;
  top: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.exams .number span{
  position: relative;
  z-index: 1;
}
.exams .number span:before{
  content: "";
  position: absolute;
  background: #F39801;
  width: 25px;
  height: 25px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50px;
  z-index: -1;
}

/* 回答後 */
.exams .answer{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; align-items: center;
  padding: 40px;
}
.exams .answer .result{
  font: 600 46px/1.4em 'noto sans japanese';
  padding: 0 40px 0 0 ;
  white-space: nowrap;
}
.exams .answer .explanation{
  font: 500 16px/1.4em 'noto sans japanese';
  width: 100%;
}
.exams .answer .explanation > div{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; align-items: flex-start;
  margin: 20px 0;
}
.exams .answer .number{
  -webkit-flex: 0 0 90px; flex: 0 0 90px;
}
.exams .answer .number span{
  margin: 0 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.exams .answer .explanation > p{
  margin: 15px 0 0;
  font-weight: 400;
  font-size: 14px;
}

@media screen and (max-width: 991px){
  .exams .answer .result{
    font: 600 40px/1.4em 'noto sans japanese';
  }
  .exams .answer .explanation > p{
    font-size: 13px;
  }
}





/* ! side  -----------------*/
.exams .side{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction:column; flex-direction:column;
  -webkit-justify-content: space-between; justify-content: space-between;
  -webkit-align-items: center; align-items: center;
  text-align: center;
}
.exams .side h2{
  font-size: 31px;
  font-weight: 600;
}
.exams .side p{
  font: 500 10px/1.4em 'noto sans japanese';
}
.exams .side p span{
  font-weight: 600;
  font-size: 15px;
  padding: 0 2px;
}

/* 進捗率 */
.exams .side .total{
  width: 25px;
  height: 100%;
  background: #eee;
  margin: 15px 0;
  position: relative;
}
.exams .side .total .percent{
  position: absolute;
  background: #F6EC10;
  display: block;
  width: 25px;
  bottom: 0;
  height: -webkit-calc(23 / 50 * 100%); height: calc(23 / 50 * 100%);
}

/* NEXT , PASS , RESULT */
.exams .side a{
  color: #fff;
  background: #000;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0;
  border-radius: 0 0 5px 5px;
  width: 100%;
  height: auto;
}


.exams .side a span{
  width: 22px;
  height: 22px;
  display: block;
  margin: 3px auto 0;
}

.exams .side div.pass{
  color: #fff;
  background: #2e2e2e;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0;
  border-radius: 0 0 5px 5px;
  width: 100%;
  height: auto;
}

.exams .side .pass span{
  width: 22px;
  height: 22px;
  display: block;
  margin: 3px auto 0;
  background: url("../img/common/ico_exams_pass.svg") no-repeat center center;
  background-size: contain;
}

.exams .side a.next{
  background: #00A0E9;
}
.exams .side a.next span{
  background: url("../img/common/ico_exams_next.svg") no-repeat center center;
  background-size: contain;
  width: 14px;
  height:14px;
  margin: 4px auto 0;
}

.exams .side a.result{
  background: #F29700;
}
.exams .side a.result span{
  background: url("../img/common/ico_exams_result.svg") no-repeat center center;
  background-size: contain;
  width: 18px;
  height:18px;
}


/* ! 結果  -----------------*/

[class*="th_"][class*="100"] {width: 100px;}
[class*="th_"][class*="120"] {width: 120px;}
[class*="th_"][class*="300"] {width: 300px;}

.exams .result .category{
  font: 500 16px/1.3em 'noto sans japanese';
  margin: 0 0 10px 5px;
}

.exams .result thead{
  background: #F29701;
  color: #fff;
}
.exams .result thead th:first-child{
  border-radius: 5px 0 0 0;
}
.exams .result thead th:last-child{
  border-radius: 0 5px 0 0;
}


.exams .result th,
.exams .result td{
  padding:  25px 30px;
}
.exams .result th{
  font: 500 16px/1.3em 'noto sans japanese';
  padding:  20px 30px;
  text-align: center;
}
.exams .result td{
  font: 500 13px/1.4em 'noto sans japanese';
}

.exams .result tr + tr{
  border-top: 1px solid #eee;
}

.exams .result table{
  width: 100%;
  padding: 30px;
}

.exams [class*="result_"]{
  text-align: center;
}
.exams [class*="result_"] span{
  width: 30px;
  height:30px;
  display: block;
  margin: 5px auto 0 auto;
}
.exams .result_correct span{
  background: url("../img/common/ico_result_correct.svg") no-repeat center center;
  background-size: contain;
}
.exams .result_wrong span{
  background: url("../img/common/ico_result_wrong.svg") no-repeat center center;
  background-size: contain;
  width: 27px;
  height:27px;
}
.exams .result_pass span{
  background: url("../img/common/ico_result_pass.svg") no-repeat center center;
  background-size: contain;
}
.exams .result .number{
  font: 600 22px/1.4em 'Quicksand';
  text-align: center;
  margin: 0 10px;
  white-space: nowrap;
}
.exams .result .explanation p:last-child{
  font-weight: 300;
}
.exams .result .explanation > div{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; align-items: center;
  margin: 20px 0;
}

@media screen and (max-width: 991px){
  .exams .result td{
    font-size: 12px;
  }
}

.toggle_contents{
  position: absolute;
  right: 0;
  left: 0;
  top: 35px;
  bottom: 0;
  margin: auto;
  height: 1em;
  width: 2em;
  color: #f4a300;
  font-weight: bold;
}

.toggle_contents:hover{
  opacity: 0.5;
  cursor: pointer;
}

.toggle_category{
  position: absolute;
  top: -1px;
  left: 6px;
  font-size: 12px;
  font-weight: bold;
}

/*************************************
16.pagination
*************************************/
.pagination {
  display: flex;
  flex-wrap: wrap;
}
.pagination * +  * {
  margin-left: 4px;
}
.pagination a,
.pagination .current,
.pagination .disabled {
  cursor: pointer;
  font: 700 12px/1em 'Quicksand','noto sans japanese';
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,.3);
  transition: all 0.2s ease;
}
.pagination .current {
  color: #fff;
  background: #23527c;
  border-color: #23527c;
}
.pagination a:hover{
  border-color: #23527c;
}
.pagination .prev a,
.pagination .next a,
.pagination .disabled {
  width: 48px;
  font-size: 11px;
}

.pagination .disabled,
.pagination .current {
  pointer-events: none;
  color: #ccc;
}


/*************************************
17.word_explain
*************************************/
.area_word_explain,
.area_word_explain .ttl:before{
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 20px !important; height: 20px;
  background: #eee url(../img/common/ico_word_explain.svg)no-repeat center;
  background-size: 12px;
  padding: 0 !important;
  margin: 0 0 0 5px;
  flex: 0 0 20px;
  cursor: pointer;
  border: solid 1px #dedede;
}
.area_word_explain > div{
  position: fixed !important;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  left: 20px; bottom: 20px;
  background: rgba(255, 255, 255, 0.98);
  padding: 17px 17px 15px !important;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,.2);
  box-shadow: 0px 10px 15px rgba(0,0,0,.2);
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  border: solid 2px #F39801;
  width: 20%;
}
.wrap_word_explain .area_word_explain:not(.tiphelp) > div {
  opacity: 0 !important;
  pointer-events: none;
}
.wrap_word_explain .area_word_explain:not(.tiphelp):hover > div {
  opacity: 0 !important;
}
.area_word_explain.tiphelp > div {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
  opacity: 0;
}
.area_word_explain.adjust > div{
  left: 28px;
  bottom: 90px;
  -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,.2);
  box-shadow: 0px 10px 15px rgba(0,0,0,.1);
  max-width: 250px;
}
.area_word_explain:hover > div,
.word_explain_hover:hover + .area_word_explain > div{
  opacity: 1;
}
.area_word_explain:hover > .slow_display,
.word_explain_hover:hover + .area_word_explain > .slow_display {
  opacity: 1;
  transition: all .4s ease 2s;
  -webkit-transition: all .4s ease 2s;
}
.area_word_explain .ttl{
  font: 900 18px/1.3em 'noto sans japanese', sans-serif;
  margin: 0 0 10px;
  padding: 0 0 15px 35px;
  border-bottom: dotted 2px #eee;
  position: relative;
  height: auto;
  background: none !important;
  box-shadow: none;
  border-left: none;
  border-right: none !important;
}
.area_word_explain .ttl:before{
  content: '';
  cursor: default;
  vertical-align: middle;
  background-color: #F39801;
  border-color: #F39801;
  position: absolute;
  left: 0; top: 3px;
}
.area_word_explain .description{
  font: 400 14px/1.6em 'noto sans japanese', sans-serif !important;
  height: auto;
  padding: 0;
  background: none !important;
  box-shadow: none;
  border: none;
  border-right: none !important;
}

/* type_hover */
.word_explain_hover{
  position: relative;
  z-index: 1;
}
.word_explain_hover + .area_word_explain{
  background: none;
  border: none;
  width: 0 !important;
  margin: 0;
  flex: 0 0;
}
#feedback thead tr{
  display: table-row;
}
#feedback .stage{
  min-width: 98px !important;
}

.has_validate label.error,
.has-error label.error,
.has-validate label.error,
.has-error label.error-help {
    color: #FF0000FF;
    display: block;
}

.profileMenuBtn .user-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
}

.listManual {
    overflow-x: auto;
}

.listManual #container {
    min-width: 600px;
}

.bread > ul {
  flex-wrap: wrap;
}

.catSearchTopPage {
  margin-bottom: 40px;
}

.selfCheckDate {
  border: none;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.mgCheckDate {
  border: none;
  position: absolute;
  bottom: -20px;
  right: 0;
}

.opemaViewArrow {
  display: none;
}

table.trainingProgressTable  tbody th.sticky p,
table.trainingProgressTable tbody td.caption p,
table.trainingProgressTable tbody td.position p,
table.trainingProgressTable td {
  height: fit-content;
  line-height: 1.2em;
}

table.trainingProgressTable tbody tr:nth-of-type(2n) {
  background: #F8F8F8;
}

table.trainingProgressTable  tbody tr th:first-child {
  border: none;
}

.historyHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.historyHeader h2{
 margin-bottom: 0px;
}

.historyBtnArea {
  display: flex;
  align-items: center;
  gap: 10px;
}

.historyBtnArea .btnHistoryView {
  background: #2AB16D;
  padding: 9px 15px;
  border-radius: 20px;
  min-width: 115px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,.18);
  &:hover{
    background: #fff;
    color: #2AB16D;
  }
}

.historyBtnArea .btnDowload {
  background: #2E68FF;
  padding: 9px 15px;
  border-radius: 20px;
  min-width: 115px;
  max-width: 250px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,.18);
  &:hover{
    background: #fff;
    color: #2E68FF;
  }
}

.btnDowload span {
  display: block;
  max-width: 195px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.updatedInfo {
  display: flex;
  gap: 15px;
  justify-content: end;
  margin-top: 30px;
}

.updatedInfo > p {
  margin-bottom: 5px;
}

.historyViewArea {
  position: relative;
}

.stepHistoryTableWrapper {
  overflow: auto;
}

.historyViewContainer {
  position: absolute;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 8px ;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow-x: auto;
  min-width: 420px;
  max-height: 450px;
  z-index: 1;
  padding: 12px 8px;
  top: 54px;
  left: 35%;
  &::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 55%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
  }
}

.stepPopupObject p {
  position: relative;
  padding-left: 15px;
  &::before {
    content: "・";
    position: absolute;
    top: 1px;
    left: 0px;
    font: 500 14px / 1.3em "noto sans japanese";
  }
}

.stepPopupObject {
  max-height: 300px;
  overflow-y: auto;
}

.btnHistoryClose{
  background: #FFA63F;
  padding: 9px 15px;
  min-width: 105px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,.18);
  margin-top: 10px;
  &:hover{
    background: #fff;
    color: #FFA63F;
  }
}

ins {
  text-decoration: none;
}
.latestHilight ins, .latestHilight.boldContent{
  background: #ffea9c;
}

del {
  display: none;
}

.stepHistoryTable th p, .stepHistoryTable td p {
  padding: 0 5px 5px 5px;
  margin-bottom: 0;
}

.stepHistoryTable td {
  padding: 0;
}

.stepHistoryTableTitle{
  padding-left: 5px;
  margin-bottom: 10px;
  font-weight: 700;
}

.stepHistoryTable thead th {
  border: 2px solid #fff;
  background: #F39801;
  padding: 2px;
  color: #fff;
  white-space: nowrap;
}

.stepHistoryTable tbody td {
  border: 2px solid #fff;
  background: #ffe5cc;
  padding: 2px;
}

.stepHistoryTable tbody td:first-child {
  white-space: nowrap;
}

.stepHistoryTable {
  width: 500px;
}
@media (max-width: 768px) {
    .search_type {
        flex-wrap: wrap;
        justify-content: center;
    }
    .search_type > li {
        width: 150px;
        flex: none;
    }
    .catSearch {
        width: 100%;
    }

    .detailFlowAreaContent {
        width: calc(100% - 70px);
    }

    .detailFlowAreaNum {
        font-size: 30px;
        width: 70px;
    }

    .detailFlowAreaContent ul li {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .detailFlowAreaContentImg {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }

    .detailFlowAreaContentImg .list {
        max-width: 100%;
    }

    .exams [class*="bg_"][class*="white"] {
      overflow: scroll;
    }

    .exams .answer {
      padding: 10px;
    }

    .exams .question .option {
      padding: 10px 10px 6px 10px;
    }

    .exams .result th, .exams .result td{
      padding: 10px;
    }

    table td p {
      padding: 5px;
    }

    .stepHistoryTableWrapper {
      max-width: 350px;
    }

    .historyViewContainer {
      min-width: 300px;
      left: -40%;
      &::before {
        left: 65%;
      }
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .catList li {
        width: -webkit-calc((99% - 30px) / 2);
        width: calc((99% - 30px) / 2);
    }
}

@media (max-width: 480px) {
    .catList li {
        width: 100%;
        margin-left: 0;
    }

    .historyHeader {
      flex-direction: column;
      gap: 10px;
      align-items: start;
    }

    .historyBtnArea .btnHistoryView {
      min-width: 80px;
    }

    .historyViewContainer {
      left: 95%;
    }

    .chart .caption {
      font-size: 11px;
    }

    .chart em {
      font-size: 25px;
      line-height: 80px;
      letter-spacing: -2px;
    }

    .tabAreaContent ul li {
      gap: 5px;
    }
}


@media (max-width: 380px) {
  .exams .answer .result {
    font-size: 30px;
  }
  .exams .answer .explanation > div {
    display: unset;
  }
  .exams .result .number {
    font-size: 16px;
  }

  .stepHistoryTableWrapper {
    max-width: 300px;
  }

  .historyViewContainer {
    min-width: 250px;
    left: 80%;
  }
}

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

  .bgPalePurple .catSearch #container {
    padding: 0;
  }

  .area_word_explain > div {
    width: 100%;
  }

  .headerLoginName span:first-of-type{
    width: fit-content;
  }

  .headerLoginName ul:nth-of-type(2) {
    display: flex;
    flex-direction: column;
  }

  .noteMenu ul[class*="list_abreast"] li {
    width: 100%;
  }

  .noteMenu ul[class*="list_abreast"] {
    gap: 10px;
  }

  .tabAreaContentText ul li {
    flex-wrap: wrap;
    gap: 6px;
  }

  .opemaCheckArea ul li {
    flex-wrap: nowrap;
    gap: 0px;
  }

  .tabAreaContentText ul li .content {
    width: 100%;
  }

  .tabAreaContentText ul li .answer_date p {
    margin-bottom: 0;
  }

  li.step4TableArea .step4Table > tbody tr {
    display: flex;
    flex-direction: column;
  }

  li.step4TableArea .step4Table > tbody > tr > td,li.step4TableArea .step4Table > tbody > tr > th{
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  li.step4TableArea .step4Table > tbody > tr:first-child td:nth-child(3) > p {
    margin-bottom: 0px;
    padding: 0px;
  }

  .step4Table img,.step4Table video {
    padding: 5px 0;
  }

  .tabAreaContent p.ico_video {
    margin-left: 0px;
    margin-right: 0px;
  }

  table.progress > tbody tr, table.progress > thead > tr{
    display: flex;
    flex-direction: row;
  }

  table.progress th [class*="stage_"] p:after {
    height: 12px;
    position: absolute;
  }

  .checkArea .checkTitleBg .noteMenu > ul > li {
    width: 100%;
  }

  .checkArea .checkTitleBg .noteMenu > ul {
    gap: 35px;
  }

  .checkArea .checkTitleBg #container {
    padding: 0;
  }

  .checkTitleArea {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .checkTitleArea .checkTitle {
    position: initial;
    display: flex;
    flex-direction: column;
    padding-right: 0px;
  }

  .checkTotal {
    position: initial;
  }

  .checkArea h5 {
    padding: 3px 0px;
  }

  .checkTitleArea .checkGraph .graphArea {
    margin: 0px;
  }

  .graph {
    width: calc(100% - 50px);
  }

  .checkTitleArea .checkTitle, .checkTitleArea .checkGraph{
    width: 100%;
  }

  /*progress*/
  .chart {
    flex: 0 0 100%;;
  }

  .checkStageCheck:not(.type_test) {
    min-height: 350px;
  }

  .chart > canvas {
    height: 130px !important;
    left: 58%;
    top: 63%;
  }

  span.chart_ttl {
    bottom: 14%;
    padding: 10px 3px 0 3px;
    &:before {
      margin: -2px 5px 0 0;
    }
  }

  .checkStageCheck.tall .chart {
    position: relative;
    top: 0px;
    left: 0px;
  }

  .checkStageCheck.tall > .checkStageTilte {
    align-content: flex-start;
  }

  .checkStageCheck.tall .chart + .chart {
    left: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .mainMenu li .img {
    flex: 0 0 70px;
  }

  .mainMenu li::after {
    right: 10px;
  }

  .recommendArea {
    width: 100%;
    margin-left: 0;
  }

  .catChartArea {
    width: 100%;
    margin-left: 0;
  }

  .bgPalePurple {
    padding: 20px 0;
  }

  .catSearchTopPage {
    margin-bottom: 30px;
  }

  .recommend {
    margin-top: 30px;
  }

  #container > .search_form > form > ul > li{
    width: 100%;
    margin-bottom: 20px;
  }

  #container > .search_form > form > ul > li >p{
    margin-bottom: 8px;
  }

  .tabMenuTitle a {
    padding: 5px;
  }

  .tabs li {
    padding: 8px;
  }

  .checkStageDetailTitle {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0 10px 45px;
    gap: 15px;
  }

  .checkStageDetailTitle ul {
    position: initial;
  }

  .checkStageCheck + .checkStageCheck {
    margin-top: 10px;
  }

  #container > .checkStageCheck > .checkStageDetail > ul > li {
    padding: 10px 5px;
  }

  .checkStageDetailTitle ul {
    width: 100%;
  }

  .checkStageCheck.type_test .clear .checkStageDetailTitle > ul {
    padding: 0px;
    display: flex;
    justify-content: space-between;
  }

  .clear .checkStageDetailTitle {
    flex-direction: column;
  }

  .checkStageCheck.type_test .clear .checkStageDetailTitle > ul > li:nth-child(3) {
    padding: 12px 4px 0 4px;
  }

  .mgCheckDate {
    bottom: -10px;
    left: 125px;
  }

  .selfCheckDate {
    bottom: -10px;
    left: 40px;
  }

  .opemaCheckArea ul li{
    align-items: center;
    padding-left: 0px;
    gap: 5px;
    &::before{
      position: initial;
      min-width: 20px;
    }
  }

  .opemaViewArrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
  }

  .opemaView {
    display: none;
  }

  .opemaCheckBtn a {
    width: fit-content;
    border-radius: 50%;
    border-bottom: 2px solid #3B4F67;
    padding: 2px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  #container > .search_form > form > ul > li:not(:last-child){
    width: calc(100% / 2);
    margin-bottom: 20px;
  }
  .chart > canvas {
    left: 53%;
  }
  #container > .search_form > form > ul > li:last-child{
    width: calc(100%);
  }

  .catList ul {
    gap: 30px;
  }

  .catList li {
    margin: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .headerArea .headerRightMenu .type_svg,
  .headerArea .headerRightMenu .news_alert,
  .headerArea .headerRightMenu .new_icon_wrapper {
    display: none;
  }

  .headerArea .headerRightMenu .type_svg + .area_word_explain,.news_alert + .area_word_explain{
    display: none;
  }

  .headerArea .headerRightMenu .profileMenuBtn .user-name {
    display: none;
  }

  .headerArea .headerRightMenu .profileMenuBtn {
    padding-right: 0px;
  }

  .headerArea .headerRightMenu .profileMenuBtn > i {
    margin-right: 0px;
  }

  .headerLoginName {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    line-height: 28px;
  }
}

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

  #flash .message {
    font-size: 20px;
  }

  #flash .message.error:after,
  #flash .message.success:after {
    content: '×';
    top: 6px;
    bottom: initial;
  }
}
