﻿@charset "UTF-8";
/* ======================================================================
 reset
====================================================================== */
.l_header,
.l_footer {
  color: #586075;
  line-height: 1.6;
  background: #fff;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  min-width: 1140px;
  overflow: hidden;
  box-sizing: border-box;
  letter-spacing: 0;
}
.l_header *,
.l_footer * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}
.l_header img,
.l_footer img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.l_header strong,
.l_footer strong {
  font-weight: bold;
}
.l_header a:link,
.l_footer a:link {
  color: #586075;
  text-decoration: none;
  cursor: pointer;
}
.l_header a:visited {
  color: #586075;
  text-decoration: none;
}
.l_footer a:visited { color: #17a462; text-decoration: none; }
.l_header a:hover,
.l_footer a:hover {
  color: #586075;
  text-decoration: none;
  opacity: .8;
}
.l_header a:active,
.l_footer a:active {
  color: c;
  text-decoration: none;
}
.l_header a[href^="tel"],
.l_footer a[href^="tel"] {
  color: #586075;
}
.l_header p, .l_header h1, .l_header h2, .l_header h3, .l_header h4, .l_header h5, .l_header a, .l_header span,
.l_footer p,
.l_footer h1,
.l_footer h2,
.l_footer h3,
.l_footer h4,
.l_footer h5,
.l_footer a,
.l_footer span {
  line-height: 1.6;
}
.l_header {
  font-size: 10px;
}

.u_pc {
  display: block;
}

.u_sp {
  display: none;
}

/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4%;
}

@media screen and (min-width: 1025px) {
  .l_content_size_sp_1 {
    max-width: 1140px;
    margin: 0 auto;
  }
}
.l_content_size_pc_1 {
  width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 600px) {

.l_footer .footer_logos { display: flex; align-items: center; width: 1100px; }

.l_footer .footer_logos-right li::after {
    content: '|';
    color: #ABC3DC;
    padding: 0 .3em;
}
.l_footer .footer_logos-right li:last-child::after {
    display: none;
}
.footer_utility .footer_logos-right{
    display: ruby;
}
.l_footer .footer_links-outer .footre_link-middleRight .footer_links-inline * { font-size: 1.16rem !important; }

.l_footer .footer_links-sp .footer_links-outer-item { width: 100%; text-align: center; }
.l_footer .footer_links-sp .footer_links-outer-item a { display: block; font-size: 1.1rem; color: #00338B; }
.l_footer .footer_utility .l_footer .footer_utility .footer_logos-right { display: none; }
.l_footer .footer_copy .footer_kyoutsu-span { display: block; }
.l_footer .footer_infoaction a:link { font-size: 0.9em; color: #17a462; cursor: pointer; }
.footer_links-outer-link li {line-height: 1.8;}
}

@media screen and (max-width: 599px) {
  .l_content_size_pc_1 {
    width: auto;
    padding: 0 3.125%;
  }
}
/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}

/* =================================
 l_header
================================= */
.l_header .header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 10px;
}

.l_header .header_top-left {
  color: #909CB5;
  font-size: 1.2rem;
}

.l_header .header_top-right {
  display: flex;
  font-size: 1.1rem;
  border-left: 1px solid #E1E4E7;
}

.l_header .header_top-right li {
  border-right: 1px solid #E1E4E7;
}

.l_header .header_top-right a {
  display: block;
  padding: 0 .5em;
}

.l_header .header_middle-right__login {
  display: flex;
}
.l_header .header_middle-right__login .member_registration_btn {
  background: linear-gradient(to right, #f39821 0%, #ff4600 100%);
  box-shadow: 0px 4px 12px rgba(0, 0, 74, 0.3);
  display: block;
  width: 240px;
  padding: 12px 10px 13px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  margin-right: 10px;
}
.l_header .header_middle-right__login .login_btn {
  color: #1166CC;
  background-color: #fff;
  display: inline-block;
  position: relative;
  padding: 12px 10px 13px;
  border-radius: 6px;
  box-shadow: 0px 4px 10px rgba(0, 0, 74, 0.15);
  font-size: 1.6rem;
  width: 175px;
  text-align: center;
  font-weight: 600;
}

.l_header .header_middle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.l_header .header_middle-left {
  display: flex;
  align-items: center;
}

.l_header .header_middle-left .logo {
  margin-right: 10px;
}

.l_header .header_middle-right {
  display: flex;
}

.l_header .header_middle-link {
  font-size: 1.1rem;
  display: flex;
}

.l_header .header_middle-link li + li:before {
  content: '/';
}

.l_header .header_middle-link a {
  display: inline-block;
  padding: 0 .5em;
}

.l_header .header_middle-link a:link, .l_header .header_middle-link a:visited, .l_header .header_middle-link a:hover, .l_header .header_middle-link a:active {
  color: #00338B;
}

.l_header .header_welcome {
  font-size: 1.2rem;
  text-align: right;
  margin-right: .5em;
  color: #555555;
}

.l_header .header_welcome span {
  font-size: 1.6rem;
  font-weight: 700;
}

.l_header .header_notice {
  position: relative;
  margin-left: 16px;
}

.l_header .header_notice a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  box-shadow: 0px 5px 12px rgba(0, 0, 74, 0.15);
  border-radius: 6px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #00338B;
}

.l_header .header_notice img {
  margin-right: 6px;
}

.l_header .header_notice .num {
  position: absolute;
  top: 5px;
  left: 22px;
  background: #F12100;
  color: #fff;
  font-size: 1rem;
  border-radius: 50%;
  display: block;
  padding: 0 5px;
}

.l_header .header_mypage {
  margin-left: 10px;
}

.l_header .header_mypage a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 50px;
  box-shadow: 0px 5px 12px rgba(0, 0, 74, 0.15);
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: 700;
  background: linear-gradient(-90deg, #00004A, #00338B);
  color: #fff;
}

.l_header .gNav {
  display: flex;
}

.l_header .gNav li {
  width: calc(1100px / 6);
}

.l_header .gNav a {
  display: block;
  text-align: center;
  padding: 18px 0 15px;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 3px solid #fff;
  transition: border .3s, color .3s;
}

.l_header .gNav a:hover {
  color: #F36421;
  border-bottom: 3px solid #F36421;
  opacity: 1;
}

.l_header .gNav li.current a {
  color: #F36421;
  border-bottom: 3px solid #F36421;
  opacity: 1;
}

#imgPrivacy {
  vertical-align: bottom;
  max-width: 60px;
}

/* =================================
 l_header_sp
================================= */
.l_header_sp {
  display: none;
}

/* =================================
 l_menu_sp
================================= */
.l_menu_sp {
  display: none;
}

/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_main_visual
================================= */
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
/* =================================
 l_hoge
================================= */
/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_container_top
================================= */
.l_container_top {
  position: relative;
}

/* =================================
 l_header_top
================================= */
/* =================================
 l_header_sp_top
================================= */
/* =================================
 l_main_visual_top
================================= */
/* =================================
 l_content_top
================================= */
/* =================================
 l_main_top
================================= */
/* =================================
 l_side_top
================================= */
/* =================================
 l_footer_top
================================= */
/* =================================
 l_hoge_top
================================= */
.l_breadcrumb {
  display: flex;
  padding: 15px 0 17px;
  font-size: 1.2rem;
  background: transparent;
}

.l_breadcrumb li {
  margin-right: .5em;
}

.l_breadcrumb li + li:before {
  content: ">";
  margin-right: .5em;
}

.l_breadcrumb a {
  color: #555555;
}

.contents_box {
  margin: 40px 0 60px;
}

.contents_ttl {
  font-size: 2.2rem;
  font-weight: 700;
}

.contents_ttl-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-radius: 6px;
  margin-bottom: 25px;
}

.contents_ttl img {
  margin-right: 10px;
  vertical-align: middle;
}

.contents_more a {
  display: block;
  width: 220px;
  height: 40px;
  box-shadow: 0px 5px 12px rgba(0, 0, 74, 0.15);
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  background: #fff;
  text-align: center;
  line-height: 40px;
}

.contents_more a:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  content: '';
  width: 7px;
  height: 7px;
  transform: rotate(-135deg);
}

.contents_list {
  display: flex;
}

.contents_item {
  width: 208px;
  box-shadow: 0px 5px 12px rgba(0, 0, 74, 0.15);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.contents_item button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.contents_item:hover {
  opacity: .8;
}

.contents_item + .contents_item {
  margin-left: 15px;
}

.contents_item-img {
  overflow: hidden;
  position: relative;
}

.contents_item-img figcaption {
  position: absolute;
  top: 10px;
  right: 10px;
}

.contents_item-meta {
  margin: 15px 15px 18px;
}

.contents_item-meta dt {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00338B;
  margin-bottom: 4px;
}

.contents_item-meta dd {
  font-size: 1.2rem;
}

.contents_item-info {
  background: #F4F5F6;
  padding: 10px 12px;
  font-size: 1.2rem;
}

.contents_item-info li + li {
  margin-top: 4px;
}

.contents_item-info img {
  margin-right: 7px;
}

.relation {
  background: #F4F5F6;
  padding: 35px 0 50px;
  box-shadow: 0px 4px 20px rgba(0, 0, 74, 0.15) inset;
}

.relation_ttl {
  color: #353941;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.relation_list-item + .relation_list-item {
  border-left: 1px solid #E0E9F3;
}

.relation_list-item a {
  display: flex;
  align-items: center;
}

.relation_list-item figure {
  margin-right: 10px;
  width: 128px;
}

.relation_list-item dl {
  margin-right: 11px;
}

.relation_list-item dt {
  color: #00338B;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.relation_list-item dd {
  font-size: 1.2rem;
  width: 198px;
}

.js_btn_p_top {
  position: fixed;
  right: 30px;
  bottom: 90px;
  cursor: pointer;
}

/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000;
}

.l_menu_sp {
  z-index: 999;
}

.l_header {
  z-index: 998;
}

.l_header_sp {
  z-index: 998;
}

.c_btn_p_top {
  z-index: 997;
}

.l_side {
  z-index: 996;
}

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999;
}

.l_header_top {
  z-index: 998;
}

.l_header_sp_top {
  z-index: 998;
}

.c_btn_p_top_top {
  z-index: 997;
}

.l_side_top {
  z-index: 996;
}

.breadcrumb a:link, .breadcrumb a:visited {
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.l_footer {
  color: #353941;
}
.l_footer .footer_top {
  padding: 35px 0 37px;
}
.l_footer .footer_top .mission_ttl {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
.l_footer .footer_top .mission_ttl #imgLogoPcLazy {
    width: 470px;
}
.l_footer .footer_top .mission_ttl #imgLogoPc {
    width: 470px;
}
.l_footer .footer_top .mission_catch {
  display: inline;
  vertical-align: bottom;
  margin-left: 20px;
}
.l_footer .footer_top .mission_catch_part_color {
    color: rgb(234, 95, 1);
    display: inline;
}
.l_footer .footer_top .mission_body {
  font-size: 1.5rem;
  line-height: 1.5;
}
.l_footer .footer_nav {
  background-color: #75829E;
}
.l_footer .footer_nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_footer .footer_nav-list li {
  text-align: center;
}
.l_footer .footer_nav-list li a {
  font-weight: 700;
  width: 140px;
  color: #fff;
  text-decoration: underline;
  font-size: 1.4rem;
  text-decoration: none;
  display: block;
  padding: 32px 0 36px;
}
.l_footer .footer_links {
  background-color: #EBF0F5;
  padding: 40px 0 39px;
}
.l_footer .footer_links-outer {
  display: flex;
}
.l_footer .footer_links-outer:first-child {
  padding-bottom: 26px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ABC3DC;
}
.l_footer .footer_links-outer:nth-child(2) .footer_links-ttl {
  margin-bottom: 20px;
}
.l_footer .footer_links-outer * {
  font-size: 1.2rem;
}
.l_footer .footer_links-outer a {
  color: #00338B;
}
.l_footer .footer_links-left {
  width: 440px;
}
.l_footer .footer_links-center {
  width: 380px;
}
.l_footer .footer_links-ttl {
  font-size: 1.6rem;
  margin-bottom: 30px;
  margin-top: 36px;
  font-weight: 700;
}
.l_footer .footer_links-ttl:first-child {
  margin-top: 0;
}
.l_footer .footer_links-separator {
  display: flex;
}
.l_footer .footer_links-separator li:before {
  content: '|';
  color: #00338B;
  padding: 0 .3em;
}
.l_footer .footer_links-separator li:first-child:before {
  content: none;
}
.l_footer .footer_links-inline {
  display: flex;
  margin-top: 17px;
}
.l_footer .footer_links-inline li:before {
  content: '|';
  color: #ABC3DC;
  padding: 0 .3em;
}
.l_footer .footer_links-inline li:last-child:after {
  content: '|';
  color: #ABC3DC;
  padding: 0 .3em;
}
.l_footer .footer_links-area {
  text-align: left;
}
.l_footer .footer_links-area th {
  width: 90px;
}
.l_footer .footer_utility .l_content_size_pc_1 {
  display: flex;
  align-items: center;
  padding: 20px 20px;
}

.l_footer .footer_logos-middle {
  margin-left: 20px;
  margin-right: 20px;
}
.l_footer .footer_logos-right li a {
  font-size: 1.4rem;
  color: #00338B;
  position: relative;
  padding-right: .6em;
  display: inline-block;
}
.l_footer .footer_copy {
  font-size: 1.2rem;
}
.l_footer .footer_copy p > span {
  display: block;
}

.search-input_wrap {
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 12px rgba(0, 0, 74, 0.15);
}
.search-input_wrap button {
  border: none;
  background-color: transparent;
  width: 40px;
}
.search-input_wrap input {
  width: calc(100% - 40px);
  font-size: 1.6rem;
}
.search-input_wrap input::placeholder {
  color: #999999;
}

.wide-btn a {
  color: #00338B;
  display: block;
  background-color: #fff;
  position: relative;
  padding: 15px 30px 15px 15px;
  border-radius: 6px;
  box-shadow: 0px 4px 12px rgba(0, 0, 74, 0.15);
  font-size: 1.4rem;
}
.wide-btn a:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  content: '';
  width: 7px;
  height: 7px;
  transform: rotate(-135deg);
  border-bottom: 1px solid #00338B;
  border-left: 1px solid #00338B;
}

.ttl_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.ttl_icon {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 2rem;
  color: #353941;
  padding: 4px 0 4px 20px;
  font-weight: 600;
  width: calc(100% - 110px);
}
.ttl_view-more {
  font-size: 1.4rem;
  color: #00338B !important;
  display: inline-block;
  padding-right: 2em;
  position: relative;
}
.ttl_view-more:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  content: '';
  width: 7px;
  height: 7px;
  transform: rotate(-135deg);
  border-bottom: 1px solid #00338B;
  border-left: 1px solid #00338B;
}

.search__ttl {
  text-align: center;
  font-size: 1.4rem;
  margin-left: 30px;
  margin-right: 30px;
  color: #00338B;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}
.search__ttl:before {
  height: 1px;
  width: 100%;
  content: '';
  position: absolute;
  background-color: #ABC3DC;
  top: 19px;
  left: 0;
}
.search__ttl-wrap {
  background-color: #EBF0F5;
  padding: 0 30px;
  position: relative;
}
.search__ttl-icon {
  font-size: 1.3rem;
  background-color: #00338B;
  color: #fff;
  padding: 4px 13px 5px;
  margin-right: 5px;
  line-height: 1;
  border-radius: 50px;
  vertical-align: text-top;
}
.search__ttl-num {
  font-size: 2.4rem;
}
.search-box01 {
  margin: 0 0 30px;
}
.search-box01__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-box01__inner .modal-btn {
  background-color: #fff;
  display: block;
  width: 260px;
  box-shadow: 0px 4px 12px rgba(0, 0, 74, 0.15);
  padding: 18px 15px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.search-box01__inner .modal-btn img {
  margin-right: 14px;
  vertical-align: middle;
}
.search-box01__inner_x {
  font-size: 1.6rem;
  color: #4D535B;
}
.search-box01__inner .modal-btn-orange {
  background: linear-gradient(to right, #f39821 0%, #ff4600 100%);
  box-shadow: 0px 4px 12px rgba(0, 0, 74, 0.3);
  display: block;
  width: 250px;
  padding: 16px 15px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
}
.search-box01__inner .modal-btn-orange__num {
  background-color: #FFFFB8;
  border-radius: 2px;
  font-size: 1.4rem;
  color: #F36421;
  padding: 2px 12px;
  margin-left: 4px;
}
.search-box01__inner .modal-btn-orange img {
  margin-right: 10px;
  vertical-align: middle;
}
.search-box02__inner {
  background-color: #D0DDEB;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.search-box02__left {
  width: 50%;
}
.search-box02__right {
  width: calc(50% - 20px);
}
.search-box02__history {
  background-color: #fff;
  position: relative;
  padding: 15px 30px 15px 15px;
  border-radius: 6px;
  box-shadow: 0px 4px 12px rgba(0, 0, 74, 0.15);
}
.search-box02__history:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  content: '';
  width: 7px;
  height: 7px;
  transform: rotate(-135deg);
  border-bottom: 1px solid #F36421;
  border-left: 1px solid #F36421;
}
.search-box02__history_ttl {
  background-image: url(/new/student/top/images/icon_history.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 1.4rem;
  color: #586075;
  padding: 4px 0 4px 28px;
  font-weight: 700;
}
.search-box02__history_txt {
  font-size: 1.1rem;
  color: #586075;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-box02__tag {
  background-color: #FFFACB;
  border-radius: 6px;
  padding: 12px 15px;
}
.search-box02__tag_ttl {
  background-image: url(/new/student/top/images/icon_hash.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 1.4rem;
  color: #586075;
  padding: 4px 0 4px 20px;
  font-weight: 700;
}
.search-box02__tag_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4px;
}
.search-box02__tag_item a {
  display: inline-block;
  background-color: #F36421;
  box-shadow: 0px 4px 5px rgba(0, 0, 74, 0.2);
  font-size: 1.2rem;
  border-radius: 3px;
  padding: 4px 10px 5px;
  margin: 0 4px 4px 0;
  color: #fff;
  font-weight: 700;
}

.logined .nologin-item,
.logined .index-main-history,
.logined .index-contents-bottom,
.logined .index-contents-bottom-login,
.logined .index-sidebar-login,
.logined .index-contents .notice, .l_login .nologin-item,
.l_login .index-main-history,
.l_login .index-contents-bottom,
.l_login .index-contents-bottom-login,
.l_login .index-sidebar-login,
.l_login .index-contents .notice {
  display: none;
}

.no_login .login-item,
.no_login .index-top__wrap .set,
.no_login .index-top__wrap .index-history {
  display: none;
}

.modal-double .regist-accordion {
  height: 220px;
}
.modal-double .regist-accordion + .modal-title {
  margin-top: 20px;
}

/* 20201202 JAST追記 */
#header .logined {
    background-color: none!important;
    overflow: unset!important;
    max-height: none !important;
}

.l_header .logo.logo_woman img {
    height: 30px;
    margin-top: 10px;
}
.l_header .logo.logo_webkeeper img {
    height: 43px;
    width: 184px;
}

.l_header .button-login {
    min-width: unset!important;
    border: none!important;
    background: unset!important;
}

.l_header .header-oshirase-modal {
    top: 53px;
    right: -32px;
    left:unset;
    width: 450px;
}

.l_header .header-oshirase-modal li,
.l_header .header-oshirase-modal li * {
    box-sizing: unset!important;
}

.l_header .header-oshirase-modal .no-oshirase {
    font-size: 1.4rem;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    border-bottom: none;
}

.l_header .header-oshirase-modal .no-oshirase::after {
    border: none;
}

.l_footer .mission-logo {
	padding-right: 0!important;
    max-width: 60%;
}

/* ユース用フッター */
.l_footer .footer_top .mission_ttl_youth {
    max-width: 40%;
    height: 35px;
    opacity: 1;
    margin-bottom: 20px;
}
.l_footer .footer_top .mission_body_youth_1 {
    text-align: left;
    font: normal normal medium 15px/22px Noto Sans JP;
    letter-spacing: 0px;
    color: #353941;
    opacity: 1;
}
.l_footer .footer_top .mission_body_youth_2 {
    text-align: left;
    font: normal normal medium 15px/22px Noto Sans JP;
    letter-spacing: 0px; color: #353941;
    opacity: 1;
    padding: 10px 0;
}
.l_footer .footer_top .mission_body_youth_3 {
    text-align: left;
    font: normal normal medium 15px/22px Noto Sans JP;
    letter-spacing: 0px;
    color: #353941;
    opacity: 1;
}

.menu-oshirase-modal {
    display: none;
}
/* 20201202 JAST追記 end*/

/* 20230314 JAST追記 START*/
@media screen and (min-width: 600px), print {
    /* テック用ヘッダ */
    .l_header .header_middle p.logo_tech,.l_header .header_middle img.logo_tech { width: 220px; }
    .l_header .logined .header_middle-left .logo_sub { display:none; }
    .l_header .logined .header_middle-left .logo_sub.logo_tech { display:block; }
    .l_header .header_middle.logo_tech { align-items: center; }
    /* テック用フッタ */
    .l_footer.tec_footer { color: #000; }
    .l_footer.tec_footer .footer_nav { background-color: #8EEDFF; }
    .l_footer.tec_footer .footer_nav-list li a { color: #000e72; }
    .l_footer.tec_footer .footer_links { background-color: #e6f0f2; }
    .l_footer.tec_footer .footer_links-outer a { color: #000e72; }
    .l_footer.tec_footer .footer_links-outer:first-child { border-bottom: 1px solid #ccc; }
    .l_footer.tec_footer .footer_links-separator li:before { color: #ccc; }
    .l_footer.tec_footer .footer_links-inline li:before, .l_footer.tec_footer .footer_links-inline li:last-child:after { color: #ccc; }
    .l_footer.tec_footer .footer_logos-right li a { color: #000e72; }
    /* ヘッダ部お知らせ一覧 */
    .header-oshirase-modal { display: none; position: absolute; top: 90px; left: 256px; z-index: 101;
    background-color: #D0DDEB; width: 415px; border-radius: 5px; box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.2); }
    .header-logo-woman .header-oshirase-modal { top: 96.5px; left: 180px; }
    .header-oshirase-modal .ttl { background-color: #D0DDEB; font-size: 18px; font-weight: bold; color: #00338B; text-align: center;
    margin: 0; line-height: 40px; border-radius: 5px 5px 0 0; position: relative; }
    .header-oshirase-modal .ttl::before { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 15px 15px 15px;
    border-color: transparent transparent #D0DDEB transparent; position: absolute; top: -15px; right: 50%; transform: translate(50%, 0);}
    .header-oshirase-modal .close { position: absolute; top: 0; right: 0; width: 40px; cursor: pointer;}
    .header-oshirase-modal .close:hover { opacity: 0.7; }
    .header-oshirase-modal .close img { width: 16px; height: auto; vertical-align: middle; }
    .header-oshirase-modal .list { width: 100%; max-height: 606px; border: 10px solid  #D0DDEB; border-top: 0; border-radius: 0 0 5px 5px;
    box-sizing: border-box; overflow-y: scroll; }
    .header-oshirase-modal .no-oshirase-list { background-color: rgb(246,248,251); }
    .header-oshirase-modal li { position: relative; width:400px; }
    .header-oshirase-modal li::after { content: ""; width: 8px; height: 8px; border-top: 3px solid #0f5a84; border-right: 3px solid #0f5a84;
    opacity: 0.3; position: absolute; top: 50%; right: 13px; margin-top: -4px;
    transform: rotate(45deg); }
    .header-oshirase-modal a { display: block; padding: 0px 42px 14px 0px; color: #333; }
    .header-oshirase-modal a:hover { text-decoration: none; background-color: #edf2f7; }
    .header-oshirase-modal .category { float: left; display: inline-block; background-color: #0f5a84; font-size: 11px; color: #fff; margin: 0 0 10px; }
    .header-oshirase-modal .category img { width: 15px; height: auto; vertical-align: middle;   margin-left: 5px;  margin-bottom: 2px; }
    .header-oshirase-modal .is-only .category img { width: 11px; height: auto; vertical-align: middle;   margin-left: 5px;  margin-bottom: 2px; }
    .header-oshirase-modal .date { color: #999999; font-size: 11px;  float: right; margin: 3px -30px 0 0;}
    .header-oshirase-modal .main { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
    .header-oshirase-modal .img { overflow: hidden; width: 38px; height: 38px; border: 1px solid #ccc; border-radius: 100px; margin: 0 0 0 12px; }
    .header-oshirase-modal .img span { width: 38px; height: 38px; box-sizing: content-box; background: #fff no-repeat center center / contain; display: inline-block;}
    .header-oshirase-modal .txt { flex: 1; font-size: 13px; margin: 0; margin-left: 13px;}
    .header-oshirase-modal .txt span { font: normal normal normal 13px/18px Noto Sans JP; overflow: hidden; position: relative; display: block; text-align: justify; text-justify: inter-ideograph;
    line-height: 1.3; color: #666666; }
    .header-oshirase-modal .txt span:first-child::before { content: "..."; position: absolute; right: 0; bottom: 0; width: 1em;
    height: 1.5em; background-color: #fff; letter-spacing: -0.05em; }
    .header-oshirase-modal .txt span:first-child::after { content: ""; position: absolute; right: 0; width: 1em; height: 1.5em;
    background-color: #fff; }
    .header-oshirase-modal a:hover .txt span::before, .header-oshirase-modal a:hover .txt span::after, .header-oshirase-modal .list .is-new a:hover .txt span::before, .header-oshirase-modal .list .is-new a:hover .txt span::after { background-color: #edf2f7; }
    .header-oshirase-modal .txt span strong { font-weight: normal; }
    .header-oshirase-modal .list .is-kouho .category { background-color: #FC3601; }
    .header-oshirase-modal .list .is-kouho strong { color: #FC3601; }
    .header-oshirase-modal .list .is-like .category { background-color:  #909CB5; }
    .header-oshirase-modal .list .is-like strong { color:  #909CB5; }
    .header-oshirase-modal .list .is-only .category { background-color: #FF6B01; }
    .header-oshirase-modal .list .is-only strong { color: #FF6B01; }
    .header-oshirase-modal .list .is-welcome .category { background-color: #71C414; }
    .header-oshirase-modal .list .is-welcome strong { color: #71C414; }
    .header-oshirase-modal .list .is-scout .category { background-image:url("../images/headhunting_backcolor.png"); background-repeat: no-repeat; background-size: cover; background-color: rgba(0,0,0,0); }
    .header-oshirase-modal .list .is-scout strong { color: #E8007C; }
    .header-oshirase-modal .list .is-profile .category { background-color: #0F5A84; }
    .header-oshirase-modal .list .is-profile strong { color: #0F5A84; }
    .header-oshirase-modal .list .is-new { background-color: #fcfade !important; }
    .header-oshirase-modal .list .is-new .txt span:first-child::before { background-color: #fcfade !important; }
    .header-oshirase-modal .list .is-new .txt span:first-child::after { background-color: #fcfade !important; }
    .header-oshirase-modal .list .is-casual .category { background-image:url("../images/obi_casual_ribon.png"); background-repeat: no-repeat; background-size: contain; background-color: rgba(0,0,0,0); }
    .header-oshirase-modal .list .is-casual strong { color: #0E987C; }
    .header-oshirase-modal .list_design { border-radius: 6px; margin-bottom: 10px; margin-left: 7px; background-color: #fff; box-shadow: 0px 3px 6px #00004A26;}
    .title_design{ width: 210px; height: 20px; font-size: 5px;}
    .header-oshirase-modal .txt span.shokushu_name_bold { font-weight: bold; font-size: 11px; padding-top: 4px !important; }
    .header-oshirase-modal .txt span.casual_kigen { font-weight: bold; font-size: 11px; padding-top: 4px !important; font-family: 'Meiryo'; }
}
