/* 企画一覧 */
.main {
  padding-top: 0;
}

div.project-main {
  margin: 2px;
}
div.project-inner {
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
  background: aliceblue;
  box-shadow: 0 2px rgba(0,0,0,0.1);
}
div.project-item {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid lightgray;
  background: white;
}
div.project-item-inner {
  display: flex;
  flex-wrap: wrap;
}
div.project-item-inner-left {
  padding-right: 10px;
  width: 150px;
}
@media screen and (max-width:767px) {
  div.project-item-inner-left {
    width: 35%;
  }
}
div.project-item-inner-right {
  width: 275px;
}
@media screen and (max-width:767px) {
  div.project-item-inner-right {
    width: 65%;
  }
}
div.project-head-image {
  text-align: center;
  margin-bottom: 20px;
}
div.project-title {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  color: #0e3283;
  margin-bottom: 10px;
}
div.project-head-to-page {
  text-align: right;
  margin-top: 8px;
}
div.project-to-page {
  margin-top: 8px;
}
div.intention-area {
  font-size: 85%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
div.project-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 468px 468px;
  row-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width:767px) {
  div.project-list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 100%;
    row-gap: 20px;
    column-gap: 20px;
  }
}
.button-area {
  display: flex;
  justify-content: space-around;
}
.button-top {
  width: 300px;
  display: block;
  padding: 12px 14px 12px 14px;
  background: #0e3283;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
}
.button-top:visited {
  color: #ffffff;
}
.button-to-page {
  padding: 5px 25px 5px 25px;
  border-radius: 6px;
  border: 1px solid #0e3283;
  color: #0e3283;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
}

/* 企画詳細 */
div.project-head-image-detail {
  margin: 20px 0px 20px 0px;
  text-align: center;
}
div.project-head-image-detail img {
  height: auto;
}
div.intention-area-detail {
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #cccccc;
}
div.books-area {
  padding: 20px;
  margin-top: 30px;
  border-radius: 10px;
  background: aliceblue;
  box-shadow: 0 2px rgba(0,0,0,0.1);
}
.books-head {
  margin-bottom: 20px;
}
.article-head {
  margin: 30px 0px 20px 0px;
}
.article {
  background: #dde5f3;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
.article-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px 5px;
}
.article-inner-left {
  padding-right: 10px;
  width: 90px;
}
@media screen and (max-width:767px) {
  .article-inner-left {
    width: 25%;
  }
}
.article-inner-left img {
  padding-top: 5px;
}
.article-inner-right {
  width: 850px;
}
@media screen and (max-width:767px) {
  .article-inner-right {
    width: 75%;
  }
}
.article-category {
  color: #0e3283;
  font-size: 50%;
  font-weight: bold;
}
.article-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 850px;
  font-weight: bold;
  font-size: 90%;
}
@media screen and (max-width:767px) {
  .article-title {
    width: 100%;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.article-title a:hover {
  text-decoration: underline;
}
.article-lead {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 850px;
  font-size: 75%;
  font-weight: bold;
  color: gray;
  margin-top: 3px;
}
@media screen and (max-width:767px) {
  .article-lead {
    max-width: 300px;
  }
}
.article-date {
  font-size: 60%;
  color: gray;
  margin-top: 3px;
}
.provision {
  border: 1px solid #0e3283;
  border-radius: 10px;
  padding: 15px 15px 15px 0px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 80%;
}
@media screen and (max-width:767px) {
  .provision {
    border: 1px solid #0e3283;
    border-radius: 10px;
    padding: 15px 0px 15px 0px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    font-size: 80%;
  }
}
.provision-left {
  width: 150px;
  background: #dde5f3;
  margin-right: 20px;
  text-align: center;
  line-height: 65px;
  color: #0e3283;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width:767px) {
  .provision-left {
    width: 100%;
    background: #dde5f3;
    margin: 0;
    text-align: center;
    line-height: 50px;
    color: #0e3283;
    font-weight: bold;
    position: relative;
  }
}
.provision-image {
  position: relative;
}
.provision-image::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 22px;
  left: -35px;
  top: 0;
  background: #ffffff url(../images/icon_pen_02.png) no-repeat;
  border-radius: 15px;
}
.provision-right {
  width: 750px;
}
@media screen and (max-width:767px) {
  .provision-right {
    width: 100%;
    padding: 20px 20px 0px 20px;
  }
}
.to-provision-page {
  color: #0e3283 !important;
  font-weight: bold;
}
.to-provision-page-link {
  color: #0e3283 !important;
  padding-left: 10px;
  padding-right: 5px;
  text-decoration: underline;
}
.provision-additional-area {
  margin: 10px;
  height: 90px;
  min-height: 10px;
  line-height: 20px;
  font-size: 95%;
  overflow: hidden;
}
.provision-additional-more {
  text-align: center;
  width: 100%;
}
.provision-additional-more a {
  color: blue !important;
  text-decoration: underline;
  font-size: 90%;
}
.provision-additional-more a:visited {
  color: blue !important;
  text-decoration: underline;
  font-size: 90%;
}
/* 企業ミシュラン */
/* -> 企業一覧関連 */
div.business-list-area {
  padding: 20px;
  margin-top: 30px;
  border-radius: 10px;
  background: aliceblue;
  box-shadow: 0 2px rgba(0,0,0,0.1);
}
.business-list-head {
  margin-bottom: 20px;
  font-size: 90%;
}
div.business-type {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #cccccc;
  padding: 15px 0px 15px 0px;
}
div.business-type-left {
  padding-right: 20px;
  width: 20%;
  font-weight: bold;
  font-size: 80%;
}
div.business-type-right {
  width: 80%;
  font-size: 70%;
}
@media screen and (max-width:767px) {
  .business-list-head {
    margin-bottom: 0px;
    font-size: 90%;
  }
  div.business-type {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0px 0px 0px;
    border-top: initial;
  }
  div.business-type-left {
    padding-right: 20px;
    width: 100%;
    font-weight: bold;
    font-size: 80%;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  div.business-type-right {
    width: 100%;
    font-size: 70%;
  }
}
.business-type-inline {
  display: inline-block;
  margin-right: 5px;
}
/* -> 企業検索関連 */
div.company-search-area {
  padding: 20px;
  margin-top: 30px;
  border-radius: 10px;
  background: aliceblue;
  box-shadow: 0 2px rgba(0,0,0,0.1);
}
.company-search-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  line-height: 33px;
}
.company-search-inner-left {
  padding-right: 20px;
  width: 150px;
  height: 33px;
  font-size: 90%;
  font-weight: bold;
  border-left: 6px solid var(--color-primary);
  padding-left: 1.6rem;
}
.company-search-inner-right {
  width: 750px;
}
@media screen and (max-width:767px) {
  .company-search-inner-left {
    width: 100%;
    margin-bottom: 20px;
    font-size: 90%;
  }
  .company-search-inner-right {
    width: 100%;
  }
}
.search-text {
  background: #fff !important;
}
#searchform-project {
  display: flex;
  border: 1px solid #333333;
  border-radius: 5px;
}
#searchform-project #searchsubmit {
  background: url(../images/search_submit_01.png) no-repeat;
  width: 35px;
}
#searchform-project input {
  display: block;
  padding: 10px;
  width: 100%;
  width: calc(100% - 35px);
  height: 33px;
  font-size: 80%;
  background: white;
}
/* -> ランキング関連 */
div.score-ranking-area {
  padding: 20px;
  margin-top: 30px;
  border-radius: 10px;
  background: aliceblue;
  box-shadow: 0 2px rgba(0,0,0,0.1);
}
.score-ranking-head {
  margin-bottom: 20px;
  font-size: 90%;
}
div.score-ranking-summary {
  margin: 20px 0px 20px 0px;
  font-size: 80%;
}
/* -> PC版の種別関連 */
/* --> タブ全体 */
.score-ranking-tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 960px;
  margin: 0 auto;
  border-bottom: 3px solid #0e3283;
}
/* --> タブ配下のコンテンツ（順位が表示される領域） */
.score-ranking-tabs-content {
  background-color: #fff;
  width: 960px;
}
@media screen and (max-width:767px) {
  .score-ranking-tabs-content {
    background-color: #fff;
    width: 100%;
  }
}
/* --> それぞれの個別タブ */
.tab-item {
  width: 225px;
  height: 40px;
  background-color: lavender;
  line-height: 40px;
  font-size: 80%;
  color: #0e3283;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-right: 20px;
  border-radius: 10px 10px 0 0;
}
.tab-item:hover {
  background-color: #0e3283;
  color: #fff;
}
/* --> 右端のタブのmarginをなくす用 */
.not-margin {
  margin: 0;
}
/* --> SP版の種別関連 */
@media screen and (max-width:767px) {
  .score-ranking-tabs {
    width: 100%;
    border-radius: 10px;
    margin: 0;
    padding-bottom: 20px;
    font-size: 80%;
    display: grid;
    grid-template-columns: 48% 48%;
    row-gap: 10px;
    column-gap: 10px;
    border-bottom: none;
  }
  .tab-item {
    width: 100%;
    height: 40px;
    background-color: lavender;
    line-height: 40px;
    font-size: 100%;
    color: #0e3283;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 5px;
  }
}
/* --> 疑似タブ（radio）制御関連 */
input[name="tab-item"] {
  display: none !important;
}
input[type="radio"] + label {
  position: initial !important;
  padding-left: 0;
}
/* -->各種タブの切り替え関連 */
.tab-content {
  display: none;
  padding: 20px;
  clear: both;
  overflow: hidden;
}
/* -> PC版ランキング表示領域 */
.tab-content-inner {
  display: flex;
}
.tab-content-inner-left {
  width: 50%;
}
.tab-content-inner-right {
  width: 50%;
}
/* -> SP版ランキング表示領域 */
@media screen and (max-width:767px) {
  .tab-content {
    display: none;
    padding: 3px;
    clear: both;
    overflow: hidden;
  }
  .tab-content-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .tab-content-inner-left {
    width: 100%;
  }
  .tab-content-inner-right {
    width: 100%;
  }
}
/* -> 種別の表示制御関連 */
/* --> 選択されているタブのコンテンツのみ表示 */
#all:checked ~ .score-ranking-tabs-content #all-content,
#business:checked ~ .score-ranking-tabs-content #business-content,
#life:checked ~ .score-ranking-tabs-content #life-content,
#compensation:checked ~ .score-ranking-tabs-content #compensation-content {
  display: block;
}
/* --> 選択されているタブのスタイルを変更 */
#all:checked ~ .score-ranking-tabs #all,
#business:checked ~ .score-ranking-tabs #business,
#life:checked ~ .score-ranking-tabs #life,
#compensation:checked ~ .score-ranking-tabs #compensation {
  background-color: #0e3283;
  color: #fff;
}
/* -> ランキング本体関連 */
.best-head {
  text-align: center;
  padding: 10px;
  margin: 10px;
  font-weight: bold;
  font-size: 80%;
  background: lavender;
}
.worst-head {
  text-align: center;
  padding: 10px;
  margin: 10px;
  font-weight: bold;
  font-size: 80%;
  background: lightsteelblue;
}
.score-area {
  padding: 0px 25px 0px 25px;
}
.score-row {
  border-bottom: 1px solid lightgray;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.rank {
  display: inline-block;
  font-size: 80%;
  width: 50px;
  font-weight: bold;
}
.cname {
  display: inline-block;
  font-size: 80%;
  width: 290px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.score {
  display: inline-block;
  font-size: 80%;
  width: 60px;
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .score-area {
    padding: 0px 10px 0px 10px;
  }
  .rank {
    display: inline-block;
    font-size: 70%;
    width: 35px;
    font-weight: bold;
  }
  .cname {
    display: inline-block;
    font-size: 70%;
    width: 220px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .score {
    display: inline-block;
    font-size: 70%;
    width: 40px;
    text-align: right;
    font-weight: bold;
  }
}
/* --> 3位までbold表示で使用 */
.normal-font ~ .score-row span {
  font-weight: normal;
}
.normal-font ~ .pc-ranking-best-5 .score-row span {
  font-weight: normal;
}
.normal-font ~ .pc-ranking-worst-5 .score-row span {
  font-weight: normal;
}
/* --> スマートフォンは20件まで */
.pc_only {
  diaplay: initial;
}
@media screen and (max-width:767px) {
  .pc_only {
    display: none;
  }
}
/* -> 仕事タブ関連 */
.score-ranking-tabs-business {
  padding-bottom: 20px;
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .score-ranking-tabs-business {
    display: none;
  }
}
/* --> 仕事の個別タブ（サブ種別） */
.tab-item-business {
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 80%;
  color: slategray;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-right: 10px;
  border-bottom: 2px solid lightgray;
}
.tab-item-business:hover {
  color: #0e3283;
  border-bottom: 2px solid #0e3283;
}
/* --> サブ種別の表示制御関連 */
/* ---> 選択されているタブのコンテンツのみ表示 */
#business-all:checked ~ #business-all-content,
#business-worthwhile:checked ~ #business-worthwhile-content,
#business-carrier:checked ~ #business-carrier-content {
  display: block;
}
/* ---> 選択されているタブのスタイルを変更 */
#business-all:checked ~ .score-ranking-tabs-business #business-all,
#business-worthwhile:checked ~ .score-ranking-tabs-business #business-worthwhile,
#business-carrier:checked ~ .score-ranking-tabs-business #business-carrier {
  color: #0e3283;
  border-bottom: 2px solid #0e3283;
}
/* ---> 各種タブ（サブ種別）の切り替え関連 */
.tab-content-sub {
  display: none;
  clear: both;
  overflow: hidden;
}
/* -> 生活タブ関連 */
.score-ranking-tabs-life {
  padding-bottom: 20px;
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .score-ranking-tabs-life {
    display: none;
  }
}
/* --> 生活の個別タブ（サブ種別） */
.tab-item-life {
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 80%;
  color: slategray;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-right: 10px;
  border-bottom: 2px solid lightgray;
}
.tab-item-life:hover {
  color: #0e3283;
  border-bottom: 2px solid #0e3283;
}
/* --> サブ種別の表示制御関連 */
/* ---> 選択されているタブのコンテンツのみ表示 */
#life-all:checked ~ #life-all-content,
#life-load:checked ~ #life-load-content,
#life-work-environment:checked ~ #life-work-environment-content,
#life-human-relationship:checked ~ #life-human-relationship-content {
  display: block;
}
/* ---> 選択されているタブのスタイルを変更 */
#life-all:checked ~ .score-ranking-tabs-life #life-all,
#life-load:checked ~ .score-ranking-tabs-life #life-load,
#life-work-environment:checked ~ .score-ranking-tabs-life #life-work-environment,
#life-human-relationship:checked ~ .score-ranking-tabs-life #life-human-relationship {
  color: #0e3283;
  border-bottom: 2px solid #0e3283;
}
/* -> 対価タブ関連 */
.score-ranking-tabs-compensation {
  padding-bottom: 20px;
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .score-ranking-tabs-compensation {
    display: none;
  }
}
/* --> 対価の個別タブ（サブ種別） */
.tab-item-compensation {
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 80%;
  color: slategray;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-right: 10px;
  border-bottom: 2px solid lightgray;
}
.tab-item-compensation:hover {
  color: #0e3283;
  border-bottom: 2px solid #0e3283;
}
/* --> サブ種別の表示制御関連 */
/* ---> 選択されているタブのコンテンツのみ表示 */
#compensation-all:checked ~ #compensation-all-content,
#compensation-salary-level:checked ~ #compensation-salary-level-content,
#compensation-curve-distribution:checked ~ #compensation-curve-distribution-content,
#compensation-assessment-method:checked ~ #compensation-assessment-method-content,
#compensation-employment-stability:checked ~ #compensation-employment-stability-content {
  display: block;
}
/* ---> 選択されているタブのスタイルを変更 */
#compensation-all:checked ~ .score-ranking-tabs-compensation #compensation-all,
#compensation-salary-level:checked ~ .score-ranking-tabs-compensation #compensation-salary-level,
#compensation-curve-distribution:checked ~ .score-ranking-tabs-compensation #compensation-curve-distribution,
#compensation-assessment-method:checked ~ .score-ranking-tabs-compensation #compensation-assessment-method,
#compensation-employment-stability:checked ~ .score-ranking-tabs-compensation #compensation-employment-stability {
  color: #0e3283;
  border-bottom: 2px solid #0e3283;
}
/* -> SP版のサブ種別（select） */
#sub-type {
  display: none;
}
.sub-type-menu {
  width: 100%;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 90%;
}
/* -> ランキングもっと見る関連 */
.ranking-more-area {
  margin-top: 20px;
  text-align: center;
}
.ranking-more {
  border: 1px solid #0e3283 !important;
  padding: 5px 40px 5px 40px !important;
  font-weight: bold !important;
  font-size: 70% !important;
  color: #0e3283 !important;
  border-radius: 5px !important;
}