@charset "UTF-8";
/*
Theme Name: 就職みらい研究所
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
*/

/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, em, strong, th {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

/* フロート
------------------------------------------------------------*/
.float_l {
  float: left;
}

.float_r {
  float: right;
}

.clear {
  clear: both;
}

/* for WP */
#wpadminbar {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#wpadminbar:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* タイトル就職白書　

.heading-block2.hakusho_ttl{
    background: none;
    
}

.heading-block2.hakusho_ttl .paper_btn1 {
    float: right;
    width: 100%;
}

/* タグの色 
main.next #article .light-green .heading-block {
	background-color: #2db4aa;　!important;
}

main.next #article .purple .heading-block {
	background-color: #0b51aa !important;
}

main.next #article .purple .wp-pagenavi span.current {
    background-color: #0b51aa !important;
    border-color: #0b51aa !important;
}

.research li:last-child a, .research2 li:last-child a {
    color: #fff;
    background-color: #0b51aa !important;
    border: solid 1px #0b51aa !important;
}

main .article-list li .tag.light-green a {
    background-color: #2db4aa;
}

strong {
  font-weight: bold !important;
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  main aside .inside.sticky-fixed.is-sticky {
    right: 20px;
    width: 210px;
    margin-right: 0;
  }
}*/

