@charset "UTF-8";

#side {
  display: flex;
  flex-direction: column;
  line-height: 1.75;
  text-decoration: none;
  margin: 0;
  width: 300px;
}
#side section {
  margin-top: 0;
  width: 300px;
}
#side section:not(:last-child) {margin-bottom: 20px!important;}
#side section:last-child {margin-bottom: 0!important;}
#side p {margin-bottom: 0;}
#side a,
#side a:hover {text-decoration: none;}
  .side_mendan {
    background: url("../sidebar/img/bkg_side_mendan.png")no-repeat;
    padding: 10px;
    box-sizing: border-box;
    height: 161px;
  }
  .side_mendan:hover {opacity: 0.7;}
  .side_mendan .sub {
    background: #ffcc00;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    padding: 0;
    width: 130px;
  }
  .side_mendan .sub img {
    margin-right: 5px;
    width: auto;
    height: 1.2em;
  }
  .side_mendan .sub span {font-size: 80%;}
  .side_mendan h3 {
    color: #182f58;
    font-size: 25px;
    line-height: 1.5;
    text-shadow: 0px 0px 0 #fff,
    0px 2px 0 #fff,
    0px -2px 0 #fff,
    2px 0px 0 #fff,
    2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px 0px 0 #fff,
    -2px 2px 0 #fff,
    -2px -2px 0 #fff;
  }
  .side_mendan .text {
    color: #333;
    font-weight: bold;
    line-height: 1.5;
  }
  .side_mendan .btn {
    margin: auto auto 0;
    text-align: center;
    background: linear-gradient(to bottom, #fff, #ececec 50%, #e0e0e0 51%, #e4e3e3);
    border-radius: 5px;
    box-shadow: 0 2px 4px #a6afbe;
    color: var(--primary-color)!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    width: 240px;
    height: 40px;
  }
  .side_mendan a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .side_mendan .btn:after {
    content: "";
    border: solid 1px #56d3f9;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: calc(50% - 9px);
    right: 15px;
    transform: rotate(45deg);
    width: 18px;
    height: 18px;
  }
.medical_institution:hover {opacity: 0.7;}
.medical_institution a {
    display: block;
    background: linear-gradient(153deg, #f4faff 0%, #f4faff 50%, #deebf7 50%, #deebf7 100%);
    border: 1px solid #aec8e0;
    padding: 30px 0 20px;
}
.medical_institution h3 {
    color: #333;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.medical_institution .dot {
    background-image: radial-gradient(.13em .13em at center center,#bf154e,#bf154e 100%,transparent);
    background-position: top left -1px;
    background-repeat: repeat-x;
    background-size: 1em .3em;
    color: #bf154e;
    font-size: 23px;
    padding-top: .3em;
}
.medical_institution .btn {
    margin: auto auto 0;
    text-align: center;
    background: linear-gradient(to bottom, #fff, #ececec 50%, #e0e0e0 51%, #e4e3e3);
    border-radius: 5px;
    box-shadow: 0 2px 4px #a6afbe;
    color: var(--primary-color)!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    width: 240px;
    height: 40px;
}
.medical_institution .btn::after {
    content: "";
    border: solid 1px #56d3f9;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: calc(50% - 9px);
    right: 15px;
    transform: rotate(45deg);
    width: 18px;
    height: 18px;
}
.side_corporate:hover {opacity: 0.7;}
.side_shindan-nensyu:hover {
  opacity: 0.7;
}
.side_shindan-nensyu a {
  display: block;
}
.side_shindan-nensyu img {
  width: 100%;
}
/*PC用 s*/
@media(min-width:769px){
  .pid10041 #side .sideSearch,
  .pid10042 #side .sideSearch,
  .pid10147 #side .sideSearch {position: sticky;}
  .pid10039 #side .sideSearch,
  .pid10040 #side .sideSearch,
  .pid10041 #side .sideSearch,
  .pid10042 #side .sideSearch {top: 10px;}
  .pid10147 #side .sideSearch {top: 100px;}
  .pid10041 #side .sideSearch form,
  .pid10039 #side .sideSearch form,
  .pid10040 #side .sideSearch form,
  .pid10042 #side .sideSearch form,
  .pid10147 #side .sideSearch form {margin-bottom: 20px;}
}
/*PC用 e*/

/*SP用 s*/
@media(max-width:768px){
  #side {
    float: none;
    margin: 6vw auto 0;
  }
  .pointList_new {
    margin-left: 10px;
    display: inline-block;
    padding: 0.2em 1em;
    border: 1px solid #000;
    letter-spacing: normal;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    background: #e2276e;
    border-color: #e2276e;
    vertical-align: middle;
  }
  #side_mymenu {
    font-size:12px;
  }
  /* サイドバナー
  ---------------------------------------------------------- */
  .bnr-side-top {
    margin: 0 15px 30px;
  }
  .bnr-side-top-link {
    display: block;
  }
  .bnr-side-top-link img {
    width: 100%;
    height: auto;
  }

  /* サイド 運営会社について
  ---------------------------------------------------------- */
  .side-company {
    margin: 20px 15px;
    padding: 0 0 0.32rem;
    border: #ececec 4px solid;
  }
  .side-company-ttl {
    padding: 0.32rem 0.63rem;
    background: #ececec;
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center;
  }
  .side-company-logo {
    margin: 1.88rem 0 1.57rem;
    text-align: center;
  }
  .side-company-logo img {
    width: 203px;
    height: auto;
  }
  .side-company-txt {
    margin: 0.94rem 1.57rem;
    font-size: 0.75rem;
  }
  .side-company-list {
    margin: 0.94rem 1.57rem;
  }

  /* サイド 医師転職Q&A
  ---------------------------------------------------------- */
  .side-qa {
    margin: 1.25rem 0.94rem;
  }
  .side-qa-ttl {
    padding: 0.94rem 1.25rem;
    background: var(--primary-color);
    color: #fff;
    font-size: 0.88rem;
    font-weight: bold;
  }
  .side-qa-inner {
    background: #f1f1f1;
  }
  .side-qa-item {
    border-bottom: #fff 1px solid;
    font-size: 0.88rem;
  }
  .side-qa-item a {
    display: block;
    padding: 0.94rem 1.25rem 0.94rem 2.82rem;
    transition: .2s ease;
    background: url("../common/img/responsive/ico_q.png") no-repeat 0.94rem 15px;
    background-size: auto 20px;
  }
  .side-qa-item a:hover {
    background-color: #e5e5e5;
    text-decoration: none;
  }

  /* サイド バナーリスト
  ---------------------------------------------------------- */
  .side-bnr-list {
    margin: 1.25rem 1.57rem;
  }
  .side-bnr-list li {
    margin-top: 0.32rem;
    transition: .2s ease;
  }
  .side-bnr-list li:hover {
    opacity: .75;
  }
  .side-bnr-list li img {
    width: 100%;
    height: auto;
  }

  /* サイド プライバシーポリシー
  ---------------------------------------------------------- */
  .side-privacy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.25rem 0.94rem;
    padding: 0.94rem 1.25rem;
    border: #dcdcdc 1px solid;
    box-sizing: border-box;
  }
  .side-privacy::after {
    display: none;
  }
  .side-privacy-link {
    width: 30%;
  }
  .side-privacy-link img {
    width: 90%;
    height: auto;
  }
  .side-privacy-txt {
    width: 65%;
    color: #434343;
    font-size: 0.75rem;
  }
}
/*SP用 e*/

/* --------------------------------
2020.03.27 KLINK
/common/css/responsive/base.cssの内容を移植
↓
-------------------------------- */

/* --------------------------------
  サイドカラム
-------------------------------- */
#side .section {margin-bottom: 30px;}
.hdTxtSide02-1{
  padding: 1.375em 15px;
  font-size: 160%;
  text-align: center;
  border-top: 4px solid #6a97d1;
}
.hdTxtSide02-1 p.lead{
  margin: 0;
  font-size: 60%;
  line-height: 1.65;
}
.hdTxtSide03-1{
  margin-bottom: 1.65em;
  padding: 0 15px;
  background: var(--primary-color);
  color: #fff;
  font-size: 116.67%;
  letter-spacing: -0.31em;
}
.hdTxtSide03-1:after{
  content:'';
  display: inline-block;
  height: 52px;
  vertical-align: middle;
}
.hdTxtSide03-1 span{
  display: inline-block;
  font-weight: bold;
  letter-spacing: normal;
  vertical-align: middle;
}
.hdTxtSide03-1 span.icn {width: 35px;}
/* --------------------------------
  サイドカラム：セクション（別パターン）
-------------------------------- */
.sideColumn01{background: #f4f4f4;}
.sideColumn01 .inner{padding: 0 15px 25px;}
/* --------------------------------
  サイドカラム：バナーリスト
-------------------------------- */
ul.bnrList01{margin-bottom: 1.65em;}
ul.bnrList01 li{margin-bottom: 0.9em;}
ul.bnrList01 li.rollover01 a:hover img{opacity: 0.7;}
/* --------------------------------
  サイドカラム：ボタンリスト
-------------------------------- */
ul.btnSideList01 li{
  margin-bottom: 0.3em;
  font-size: 116.67%;
}
ul.btnSideList01 li a{
  position: relative;
  display: block;
  padding: 1em 10px;
  border: 1px solid #92aed3;
  background: #fafafa;
}
ul.btnSideList01 li a:after{
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  content:'';
  display:block;
  width: 13px;
  height: 27px;
  background: url("../common2014/img/icn_side-btn01.png");
}
/* --------------------------------
  サイドカラム：体験談
-------------------------------- */
ul.caseSideList{
  position: relative;
  margin-top: -0.8em;
  margin-bottom: 0.5em;
}
ul.caseSideList li.case{
  display: table;
  width: 100%;
  padding: 0.8em 0;
  border-bottom: 1px solid #becde0;
}
ul.caseSideList li.case:last-child{border-bottom: none;}
ul.caseSideList li.case p.pct,
ul.caseSideList li.case .txt{
  display: table-cell;
  vertical-align: top;
}
ul.caseSideList li.case p.pct{width: 60px;}
ul.caseSideList li.case .txt{width: 210px;}
ul.caseSideList li.case p.ttl{margin-bottom: 0.5em;}
ul.caseSideList ul.beforeAfter:after{
  content:'';
  display:block;
  clear:both;
}
ul.caseSideList ul.beforeAfter li{
  float: left;
  line-height: 1.6;
}
ul.caseSideList ul.beforeAfter li span{
  display: block;
  padding: 0 7px;
  color: #fff;
  background: #a0a0a0;
}
ul.caseSideList ul.beforeAfter li.before{
  margin-right: 5px;
  padding-right: 19px;
  background: url("../common2014/img/icn_side-caselist01.png") no-repeat right center;
}
ul.caseSideList ul.beforeAfter li.after span{background: #535353;}
/* --------------------------------
  サイドカラム：医師転職Q&A
-------------------------------- */
ul.faqSideList{
  position: relative;
  margin-top: -0.8em;
}
ul.faqSideList li:last-child{border-bottom: none;}
ul.faqSideList li{
  padding: 0.8em 0 0.8em 30px;
  border-bottom: 1px solid #becde0;
  background:url("../common2014/img/icn_side-question.png") no-repeat 3px 1.1em;
}
/* --------------------------------
   サイドカラム：キャリアマガジン
-------------------------------- */
ul.careerSideList{
  position: relative;
  margin-top: -0.8em;
  margin-bottom: 0.5em;
}
ul.careerSideList li.career{
  display: table;
  width: 100%;
  padding: 0.8em 0;
  border-bottom: 1px solid #becde0;
}
ul.careerSideList li.career:last-child{border-bottom: none;}
ul.careerSideList li.career p.pct,
ul.careerSideList li.career .txt{
  display: table-cell;
  vertical-align: top;
}
ul.careerSideList li.career p.pct{width: 90px;}
ul.careerSideList li.career p.pct img{border: 2px solid #fff;}
ul.careerSideList li.career .txt{width: 180px;}
ul.careerSideList li.career p.category{
  margin-bottom: 0.15em;
  font-weight: bold;
}
ul.careerSideList li.career p.ttl{margin-bottom: 0;}
/* --------------------------------
  サイドカラム：転職支援ガイド
-------------------------------- */
ul.guideSideList{
  position: relative;
  margin-top: -0.415em;
  margin-bottom: 0.5em;
}
ul.guideSideList li.guide{
  display: table;
  width: 100%;
  padding: 0.415em 0;
}
ul.guideSideList li.guide p.pct,
ul.guideSideList li.guide .txt{
  display: table-cell;
  vertical-align: middle;
}
ul.guideSideList li.guide p.pct{width: 65px;}
ul.guideSideList li.guide p.pct img{border: 2px solid #fff;}
ul.guideSideList li.guide .txt{width: 205px;}
ul.guideSideList li.guide p.ttl{
  margin-bottom: 0;
  font-weight: bold;
}
/* --------------------------------
  サイドカラム：運営会社について
-------------------------------- */
#side .linkList01 {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}
#side .linkList01 li {
    margin: 0 0 0.35em 0;
    padding: 0 0 0 7px;
    background: url("../common2014/img/icn_link01.png") no-repeat left 0.5em;
}
.section.aboutUsSide{
  padding: 1em 16px;
  border: 4px solid #ececec;
}
.aboutUsSide h2{margin-bottom: 1em;}
.aboutUsSide p{margin-bottom: 1.5em;}
.aboutUsSide p.logo{text-align: center;}
.aboutUsSide .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.aboutUsSide .area li {
  background-image: none;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 5px;
  width: calc(100% / 4);
}
.aboutUsSide .area li:not(:nth-child(4n)) {
  box-sizing: border-box;
  padding-right: 5px;
}
.aboutUsSide .area li a{background-color: #f9f9f9;}
.aboutUsSide .area li a {display: block;}
.aboutUsSide .area a:hover　{text-decoration: underline;}
/* --------------------------------
  サイドカラム：プライバシーマーク
-------------------------------- */
.privacySide{
  padding: 1em 19px;
  border: 1px solid #dcdcdc;
}
.privacySide:after{
  content:'';
  display:block;
  clear:both;
}
.privacySide p{margin: 0;}
.privacySide p.logo{float: left;}
.privacySide p.txt{margin-left: 110px;}
/* --------------------------------
  サイドカラム：今月の新着情報
-------------------------------- */
.sideColumn01 .newinner{
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
}
ul.newSideList{
  position: relative;
  margin-top: 0em;
  margin-bottom: 0.5em;
  font-weight: lighter;
}
ul.newSideList li.new{
  display: table;
  width: 100%;
  padding: 0.8em 0;
  border-bottom: 1px solid #becde0;
  line-height: 1.5em;
}
ul.newSideList li.new:last-child{border-bottom: none;}
ul.newSideList li.new p.pct,
ul.newSideList li.new .txt{
  display: table-cell;
  vertical-align: top;
}
ul.newSideList li.new p.pct{width: 90px;}
ul.newSideList li.new p.pct img{border: 2px solid #fff;}
ul.newSideList li.new .txt{width: 180px;}
ul.newSideList li.new p.category{
  margin-bottom: 0.15em;
  font-weight: bold;
}
ul.newSideList li.new p.ttl{
  margin-bottom: 0;
  padding-top: 5px;
}
/* --------------------------------
  サイドカラム：マイページメニュー
-------------------------------- */
.myPageNavSec{border: 3px solid #1c5e9c;}
.myPageNavSec .inner{padding: 18px 18px 10px;}
.myPageNavSec h2{
  padding: 0.5em 0 0.5em 45px;
  color: #fff;
  font-size: 116.67%;
  background: #1c5e9c url("../common2014/img/icon_mypage_sidemenu_home.png") no-repeat 11px 4px;
  font-weight:normal;
}
.myPageNavSec .conditionSearch{
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px dashed #ccc;
}
.myPageNavSec .conditionSearch.noborder{
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.myPageNavSec .conditionSearch p.lead{margin-bottom: 0.8em;}
.myPageNavSec ul.btnSideList01 li{margin-bottom: 0.8em;}
.myPageNavSec ul.btnSideList01 li a{
  padding: 1em 10px;
  background-color: #f6f6f6;
  color: #505050;
  border: 1px solid #b3b3b3;
}
.myPageNavSec ul.btnSideList01 li a:after{
  right: 6px;
  margin-top: -17px;
  width: 17px;
  height: 35px;
  background: url("../common2014/img/inc_side-btn-hospital01.png");
}
.myPageNavSec .conditionSearch ul.btnSideList01 li{font-size: 100%;}
.myPageNavSec .conditionSearch ul.btnSideList01 li a{
  padding-top: 0.65em;
  padding-bottom: 0.65em;
}
.myPageNavSec .conditionSearch ul.btnSideList01 li a:after{
  right: 6px;
  margin-top: -13px;
  width: 13px;
  height: 27px;
  background: url("../common2014/img/icn_mypage_side-btn01.png") no-repeat 0px 3px;
}
.myPageNavSec .mymenuResume{
  margin-top: 0.8em;
  padding-top: 0.8em;
  border-top: 1px solid #ccc;
}
.myPageNavSec .mymenuResume p.lead{
  margin-bottom: 0.8em;
  font-weight: bold;
}
.myPageNavSec .conditionSearch__icon--renewal {
  background: #e6528e;
  color: #fff;
  margin-left: 10px;
  padding: 2px 5px;
}
/* --------------------------------
↑
2020.03.27 KLINK
/common/css/responsive/base.cssの内容を移植
-------------------------------- */

.side_cv a {
  background: linear-gradient(to bottom, #dc3674, #af1042, #c61754);
  border-top: solid 1px #b9134b;
  border-right: solid 1px #9e1242;
  border-bottom: solid 1px #84103a;
  border-left: solid 1px #9e1242;
  border-radius: 5px;
  box-shadow: 0 2px 1px #ea6797 inset, 0 2px 4px #aaa;
  box-sizing: border-box;
  color: #fff!important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: bold;
  padding-right: 1em;
  position: relative;
  height: 60px;
}
.side_cv a span {
  background: #fff;
  border-radius: 10em;
  color: #d01b5d;
  box-shadow: 0 1px 1px #4f152a inset;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 0.5em;
  height: 2.7em;
  width: 2.7em;
}
.side_cv a:after {
  content: "";
  border: solid 1px #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: calc(50% - 9px);
  right: 15px;
  transform: rotate(45deg);
  width: 18px;
  height: 18px;
}
.side_cv a:hover {
  opacity: 0.8;
}
.side_login a {
  background: linear-gradient(to bottom, #fff, #ececec 50%, #e0e0e0 51%, #e4e3e3);
  border: solid 1px #8ba2c1;
  border-radius: 5px;
  box-shadow: 0 2px 4px #a6afbe;
  color: var(--primary-color)!important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  height: 50px;
}
.side_login a:after {
  content: "";
  border: solid 1px var(--primary-color);
  border-width: 1px 1px 0 0;
  position: absolute;
  top: calc(50% - 9px);
  right: 15px;
  transform: rotate(45deg);
  width: 18px;
  height: 18px;
}
.side_login a:hover {
  opacity: 0.8;
}
.side_topic {
  font-size: 16px;
}
.side_topic h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1;
}
.side_topic .outer {
  border: solid 1px #d4d4d4;
  border-radius: 5px;
  list-style: none;
}
.side_topic .outer > li:not(:last-child) {border-bottom: solid 1px #d4d4d4;}
.side_topic a {
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: flex-start;
  color: #333;
}
.side_topic a:hover {text-decoration: underline!important;}
.side_topic .icon {
  background: url("../sidebar/img/icon_side_topic_spr.png") no-repeat;
  background-size: cover;
  margin-right: 6px;
  width: 36px;
  height: 36px;
}
.side_topic .flex {
  display: flex;
  flex-wrap: wrap;
  width: 230px;
}
.side_topic .checkList {
  display: flex;
  align-items: center;
  font-size: 11px;
}
.side_topic p {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
.side_topic p span {
  font-size: 18px;
  margin-right: 0.3em;
}
.side_topic .checkList li:before {
  content: "✓";
  border: solid 1px #333;
  border-radius: 3px;
  line-height: 1.2;
  margin: 0 0.3em 0 0;
  height: 1em;
}
.side_topic .checkList li {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.side_topic .checkList li:not(:last-child) {margin-right: 1em;}
.side_topic .topicArea p {color: #207ea8;}
.side_topic .topicSubject .icon {background-position-y: center;}
.side_topic .topicSubject p {color: var(--primary-color);}
.side_topic .topicFeature .icon {background-position-y: bottom;}
.side_topic .topicFeature p {color: #d6ba8a;}
.side_case h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5em;
}
.side_case .outer {
  border: solid 1px #d4d4d4;
  border-radius: 5px;
  list-style: none;
}
.side_case li:not(:last-child) {border-bottom: solid 1px #d4d4d4;}
.side_case p {
  line-height: 1.5;
  width: 230px;
}
.side_case a {
  color: var(--primary-color);
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
}
.side_case a:hover {text-decoration: underline!important;}
.side_case li:last-child {
  background: #f6f6f6;
  border-radius: 5px;
  text-align: right;
}
.side_case li:last-child a {
  display: inline-flex;
  position: relative;
  padding: 10px 25px 10px 0;
}
.side_case li:last-child a:after {
  content: "";
  border: solid 1px #34d0ff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.side_case .icon {
  background: url("../sidebar/img/icon_side_case.png") no-repeat;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.side_faq h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5em;
}
.side_faq .outer {
  border: solid 1px #d4d4d4;
  border-radius: 5px;
  list-style: none;
}
.side_faq li:not(:last-child) {border-bottom: solid 1px #d4d4d4;}
.side_faq .icon {
  color: #bdbfc3;
  font-family: arial narrow;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-right: 5px;
  width: 12%;
}
.side_faq p {
  line-height: 1.5;
  width: 88%;
}
.side_faq a {
  color: var(--primary-color);
  font-size: 13px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px;
}
.side_faq a:hover {
  background: #d8f6ff;
}
.side_faq li:first-child a {border-radius: 5px 5px 0 0;}
.side_faq li:last-child {
  background: #f6f6f6;
  border-radius: 5px;
  text-align: right;
}
.side_faq li:last-child a {
  display: inline-flex;
  position: relative;
  padding: 10px 25px 10px 0;
}
.side_faq li:last-child a:hover {
  background: #f6f6f6;
  text-decoration: underline!important;
}
.side_faq li:last-child a:after {
  content: "";
  border: solid 1px #34d0ff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.side_info {
  border: solid 1px #d4d4d4;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
}
.side_info h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5em;
  text-align: center;
}
.side_info li:not(:last-child) {margin-bottom: 10px;}
.side_info a {
  color: var(--primary-color);
  font-size: 13px;
}
.side_info a:hover {text-decoration: underline!important;}
.side_info .date {color: #333;}
.side_first a {
  background: url("../sidebar/img/img_side_first.png") left top / cover no-repeat;
  border: solid 1px #498FE4;
  box-sizing: border-box;
  display: block;
  padding: 12px;
  position: relative;
  overflow: hidden;
  height: 150px;
}
.side_first a:hover {opacity: 0.7;}
.side_first__title {
  border-bottom: dotted 1px var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3px;
}
.side_first__title__left {
  background: #D4306D;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  line-height: 1.1;
  padding: 3px;
  width: 1em;
  height: 2.4em;
}
.side_first__title__h3 {
  color: var(--primary-color);
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.side_first__title__h3--small {
  font-size: 19px;
}
.side_first__title__icon {
  width: 24px;
  height: auto;
}
.side_first__text-middle {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0 8px;
}
.side_first__text-bottom {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0 0 8px;
}
.side_first__text--red {
  color: #D4306D;
}
.side_guide h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5em;
}
.side_guide .outer {
  border: solid 1px #d4d4d4;
  border-radius: 5px;
  list-style: none;
}
.side_guide li:not(:last-child) {border-bottom: solid 1px #d4d4d4;}
.side_guide a {
  color: var(--primary-color);
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
}
.side_guide a:hover {
  background: #d8f6ff;
}
.side_guide li:first-child a {border-radius: 5px 5px 0 0;}
.side_guide li:last-child a {
  display: inline-flex;
  position: relative;
  padding: 10px 25px 10px 0;
}
.side_guide li:last-child a:hover {
  background: #f6f6f6;
  text-decoration: underline!important;
}
.side_guide li:last-child a:after {
  content: "";
  border: solid 1px #34d0ff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.side_guide .step {
  background: #c8c9cc;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  padding: 2px;
  width: 34px;
  height: 34px;
}
.side_guide .step span {font-size: 15px;}
.side_guide li:last-child {
  background: #f6f6f6;
  border-radius: 5px;
  text-align: right;
}
.side_mypage {
  border: solid 1px #ddd;
  border-radius: 5px;
}
.side_mypage .inner {
  background: url("../sidebar/img/bkg_side_mypage.png");
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px 20px;
}
.side_mypage img {
  margin-right: 5px;
  width: 24px;
  height: 24px;
}
.side_mypage h3 {
  color: #24afb7;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: center;
  display: flex;
  align-items: center;
}
.side_mypage ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px 0 15px;
  width: 97.5%;
}
.side_mypage li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.side_mypage li:not(:last-child) {margin-bottom: 0.7em;}
.side_mypage li a {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.side_mypage li a:hover {color: #4983f1;}
.side_mypage .btn {
  background: linear-gradient(to bottom, #fff, #ececec 50%, #e0e0e0 51%, #e4e3e3);
  border-top: solid 1px #e8e8e8;
  border-right: solid 1px #c7c7c7;
  border-bottom: solid 1px #a3a3a3;
  border-left: solid 1px #c7c7c7;
  border-radius: 5px;
  box-shadow: 0 2px 3px #cdcdcd;
  box-sizing: border-box;
  color: var(--primary-color);
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  padding-right: 10px;
  position: relative;
  width: 260px;
  height: 42px;
}
.side_mypage .btn:after {
  content: "";
  border: solid 1px #34d0ff;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
}
.side_mypage .btn:hover {opacity: 0.8;}
.side_mypage li a span {
  background: #24afb7;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: 10px;
  height: 10px;
}
.side_mypage li a:before {
  content: "";
  background: #24afb7;
  border-radius: 100px;
  margin-right: 8px;
  width: 10px;
  height: 10px;
}
.side_mypage .bottom_btn {
  background: #eee;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-size: 13px;
  padding: 5px 25px 5px 5px;
  position: relative;
}
.side_mypage .bottom_btn:after {
  content: "";
  border: solid 1px #34d0ff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
#side .side_mypage .bottom_btn:hover {text-decoration: underline;}
.myPageNavSec {
  border: 3px solid #1c5e9c;
  width: 100%;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
#side .myPageNavSec .conditionSearch p.lead {margin-bottom: 0.8em;}
.side_job-banner a:hover {
  opacity: .8;
}
.side_job-banner img {
  width: 100%;
}
/* 202401 追記 start*/
.side_bnr img {
  width: 100%;
  height: auto;
}
/* 202401 追記 end*/
#side section.side_simple-cv {
  margin-bottom: 6px!important;
  order: -1;
}
.side_simple-cv__profile {
  width: 100%;
}
.side_simple-cv__profile:hover {
  opacity: 0.8;
}
.side_simple-cv__balloon {
  border: solid 1px #888;
  border-radius: 100px;
  color: #2c4879;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 2px 20px;
  position: relative;
  width: fit-content;
}
.side_simple-cv__btn {
  background: linear-gradient(to bottom, #4e82de 3%, #2a4372 40%, #2a4372 60%, #3658ae 97%);
  border-style: solid;
  border-width: 1px;
  border-color: #4f84e1 #5a729f #3558af;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px #a6afbe;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-top: 3px;
  padding: 5px 20px 8px;
  position: relative;
  width: 100%;
}
.side_simple-cv__btn:before {
  content: "";
  background: #fff;
  border: solid 1px #888;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: -10px;
  left: 50px;
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
}
.side_simple-cv__btn:after {
  content: "";
  border: solid 1px #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: calc(50% - 9px);
  right: 15px;
  transform: rotate(45deg);
  width: 18px;
  height: 18px;
}
.side_simple-cv__top {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.side_simple-cv__bottom {
  display: flex;
  align-items: center;
}
.side_simple-cv__bottom__img {
  width: 36px;
  height: auto;
}
.side_simple-cv__bottom__text {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin-left: 10px;
}
.side_simple-cv__lp {
  display: flex;
  font-size: 12px;
  margin-top: 5px;
  margin-left: auto;
  text-decoration: underline!important;
  width: fit-content;
}
.side_simple-cv__lp:hover {
  text-decoration: none!important;
}
.side_guide-service {
  background: url("../sidebar/img/img_guide-service.png")no-repeat top left / cover;
  position: relative;
  width: 100%;
  height: 149px;
}
.side_guide-service__link {
  display: block;
  width: 100%;
  height: 100%;
}
.side_guide-service__head {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 23px;
  position: absolute;
  top: 20px;
  left: 42px;
}
.side_guide-service__title {
  color: #183f74;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  top: 45px;
  left: 12px;
}
.side_guide-service__text {
  color: #333;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  top: 88px;
  left: 13px;
}
.side_dr8 {
  margin: 20px 0;
}
.side_dr8__link {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.side_dr8__text {
  box-sizing: border-box;
  color: var(--primary-color);
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 38px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.side_dr8__text:after {
  content: "";
  background: url("../sidebar/img/side_banner_dr8_icon_blank.png")no-repeat top left / cover;
  width: 13px;
  height: 13px;
}
.side_dr8__text--yellow {
  color: #f18d00;
  margin: 0 2px;
}
.side_dr8__img {
  width: 100%;
  height: auto;
}
/* PC用 s*/
@media(min-width:769px){
  .side_dr8__text {
    font-size: 16px;
  }
  .side_dr8__text--yellow {
    font-size: 20px;
  }
}
/* PC用 e */
/* SP用 s */
@media(max-width: 768px){
  .side_dr8__text {
    font-size: 15px;
  }
  .side_dr8__text--yellow {
    font-size: 18px;
  }
}
/* SP用 e */