@charset "utf-8";
.rank_tab{
    border: 1px solid #ffced8;
    border-collapse: collapse;
    border-radius: 3px;
    width: 100%;
}
.rank_tab th{
    box-sizing: border-box;
    padding: 18px 13px;
    text-align: center;
    width: 120px;
}
.rank_tab th,.rank_tab td{
    border: 1px solid #9ac0cc;
}
.tab_rank_1{
    background-color: #ffebcd;
}
.tab_rank_2{
    background-color: #f2f2f2;
}
.tab_rank_3{
    background-color: #feebe8;
}
.tab_rank_4,.tab_rank_5{
    background-color: #f0fbff;
}
.tab_tit{
    background-color: #e8f1f4;
    color: #1f4f5f;
    font-weight: bold;
}
.tab_tit,.rank_tab td{
    text-align: center;
    vertical-align: middle;
    padding: 20px 15px;
    line-height: 1.5;
}
.tab_img img{
    display: block;
    margin: 12px 0 0;
}
.tab_link{
    display: block;
    font-weight: normal;
    margin: 15px 0 0;
    text-decoration: underline;
}
.tab_tdLink{
    width: 80px;
}
.tab_st{
    color: #f83a60;
}
td.tab_pr{
    text-align: left;
}
.tab_work{
    width: 100px;
}
.tabIcon_wrap{
    width: 98px;
}
.tabIcon_wrap img{
    display: block;
    height: auto;
    margin: auto;
    padding: 2px 0;
    width: 100%; 
}
.value_mark{
    width: 80px;
}
.tab_dcircle{
    background-image: url("../img/d_circle.png");
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
    height: 60px;
}
.comment{
    background-color: #fff3f5;
    border-radius: 6px;
    color: #ff718e;
    line-height: 1.5;
    margin: 60px auto 0;
    padding: 20px;
    width: 980px;
}
.job_faciWrap{
  margin: 14px auto 0;
  width: 99%;
}
.faci_liWrap{
  margin: 8px 0 0;
}
.faci_liWrap.m-flexWrap{
  justify-content: flex-start;
}
.job_faciTit{
  background-color: #f3f3f3;
  color: #333;
  padding: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.faci_li{
  margin: 3px;
  font-size: 14px;
}
.faci_link{
  display: block;
  border-radius: 25px;
  color: #ffa24b;
  background-color: #fff2e6;
  border: 1px solid #ffa24b;
  padding: 8px 15px;
}
.table_min {
  border-collapse: collapse;
  margin: 8px 0 0;
  width: 100%;
}
.table_min th, .table_min td {
  border: 2px solid #fff;
  background-color: #e6f1f6;
  border-radius: 0 6px 6px 0;
  padding: 0.7em;
}
.table_min th {
  background-color: #1f4f5f;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 6px 0 0 6px;
  width: 23%;
  min-width: 4em;
  position: relative;
}
.table_min th::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: 6px solid #1f4f5f;
  z-index: 2;
}
.table_min th::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 2px);
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  z-index: 1;
}
.table_min td{
    width: 27%;
}
.blinking{
    -webkit-animation:blink 1.3s ease-in-out infinite alternate;
    -moz-animation:blink 1.3s ease-in-out infinite alternate;
    animation:blink 1.3s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.1;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.1;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.1;}
    100% {opacity:1;}
}
/*---ボタンエフェクト---*/
.reflection{display:inline-block;position:relative;overflow:hidden;}
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 10s ease-in-out infinite;
}
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.3; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.6; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* ボタン本体 */
.m_button{
  display: inline-block;
  padding: 0.8em 3em;
  background-color: #e3364a;
  box-shadow: 0 5px 0 #ca1c30;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}
.sec1 .m_button{
    padding: 0.5em 1em;
}
.sec1 .hint_wrap{
  background-color: #fff3f5;
  border: solid 1px #ffaebe;
  color: #ff718e;
  width: 1020px;
}
.sec1 .hint_wrap .item_list{
  background-color: #fff3f5;
}
/* ホバー時 */
.m_button:hover {
  box-shadow: none;
  transform: translateY(5px);
}
/* クリック時 */
.m_button:active {
  box-shadow: none;
  transform: translateY(5px);
}
.sec2{
    margin: 46px auto 0;
}
.sec2 .sec_wrap{
    margin: 0;
    padding: 40px 100px 30px;
}
.sec_bg{
    background-color: #e8f1f4;
}