
.articleBox .ttl_grey {
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.textArea a:before {
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: "";
  display: block;
  height: 6px;
  left: -1em;
  position: absolute;
  top: 0.55em;
  transform: rotate(-45deg);
  width: 6px;
  -webkit-transform: rotate(-45deg);
}
.headingRoundness {
  background-color: #007fc3;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 12px 30px 8px;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.lightBlueArea {
  background-color: #edfaff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  word-break: break-all;
  margin-bottom: 30px;
}
.lightBlueArea ul {
  padding: 30px 40px;
}
.lightBlueArea ul img {
  border-radius: 6px;
}
.lightBlueArea ul dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.lightBlueArea ul dd {
  font-size: 14px;
  font-size: 1.4rem;
  color: #222;
  font-weight: bold;
}
.lightBlueAreaThumb {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.lightBlueArea ul li dl {
  float: right;
  width: 310px;
}
.leftContentBox {
  float: left;
  width: 388px;
  margin-right: 25px;
}
.rightContentBox {
  float: right;
  width: 388px;
}
.pc_none {
  display: none;
}
.spOnly,
.SP {
  display: none;
}
.PC {
  font-size: 14px;
}
.btnTypeSD00 {
  font-weight: bold;
  background: #fff;
  border: solid 1px #cccccc;
  box-shadow: 0 1px 0 #cccccc;
  text-align: center;
  line-height: 56px;
  padding-left: 0;
}
.btnTypeSD00 a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.btnTypeSD00 a:link {
  color: #3d3d3d;
  text-decoration: none;
}
.btnTypeSD00 a:visited {
  color: #3d3d3d;
  text-decoration: none;
}
.syokurekiTb tbody tr td .btnTypeSD00 {
  margin: 0 auto;
}
.mainCms {
  overflow: initial;
}
.subTitleSyokumu {
  font-size: 18px;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin: 20px 0 10px;
}
.prLinkBox {
  width: 781px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.prLinkImg {
  width: 266px;
  height: 154px;
}
.prLinkTxt {
  width: 467px;
}
.prLinkCvtxt {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
}
.prTxtCr {
  color: #30b2ef;
}
.prLinkCvBtn {
  width: 100%;
  margin-top: 12px;
}
.articleArea .btnTypeB02.prLinkCvBtn {
  margin: 12px auto 0;
}
.dodaResumeBuilderMidBnr {
  background-color: #eff8fb;
  border-radius: 8px;
  background: url(/guide/syokureki/img/pagebnr_resume_pc.webp) no-repeat;
  background-size: contain;
  background-position: right;
  display: grid;
  grid-template:
    "left head right"
    "left bottom right";
  grid-template-columns: 1fr 2fr 1fr;
  height: 250px;
}
.dodaResumeBuilderMidBnr_headArea {
  grid-area: head;
  padding-top: 40px;
  padding-bottom: 10px;
}
.dodaResumeBuilderMidBnr_headText {
  text-align: center;
  display: block;
  font-size: 4.2rem;
  font-weight: 700;
  background-clip: text;
  color: #007fc3;
  white-space: nowrap;
}
.dodaResumeBuilderMidBnr_subText {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 5rem;
  padding-left: 26px;
}
.dodaResumeBuilderMidBnr_subTextBlue {
  font-size: 3rem;
  color: #007fc3;
}
.dodaResumeBuilderMidBnr_bottomArea {
  grid-area: bottom;
  padding-bottom: 28px;
  padding-left: 26px;
}
a.dodaResumeBuilderMidBnr_btn {
  background: linear-gradient(#7dba3c, #60ab0f);
  display: block;
  width: 392px;
  padding: 15px;
  border-radius: 8px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
}
.areaList li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e685;
}
.areaList li .head {
  font-weight: bold;
  width: 180px;
}
.areaList li span {
  float: left;
}
.areaList .body {
  display: block;
  color: #b2b2b2;
  width: 708px;
}
.areaList .body a {
  display: inline-block;
  padding: 0 10px;
}
.doukiSampleList_Btn ul::after,
.areaList li::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.dlIcon::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  vertical-align: sub;
  background-image: url("/cmn_web/img/cm/icon/save_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.zoomArea {
  border: 1px solid #ccc;
  padding: 20px 15px 15px;
  position: relative;
  box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);
}
.zoomTxt {
  position: absolute;
  background: #007fc3;
  padding: 5px;
  top: 0px;
  left: 0;
  color: #fff;
  font-size: 1.2rem;
}
.keirekisyoZoomAreaWrapper {
  width: 622px;
  margin-left: auto;
  margin-right: auto;
}
.modalArea {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.downloadAnchorBlock {
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  padding: 16px;
}
.downloadAnchorList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px 110px;
}
.downloadAnchorListItem {
  width: 250px;
}
a.downloadAnchorLink01,
a.downloadAnchorLink02 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  padding: 16px 8px;
  color: #fff;
}
a.downloadAnchorLink01 {
  background-color: #3bb1e8;
}
a.downloadAnchorLink02 {
  background-color: #32bed2;
}
.downloadAnchorHeading01 {
  background: #3bb1e8;
  color: #fff;
  padding: 11px 15px 11px 20px;
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.downloadAnchorHeading02 {
  background: #32bed2;
  color: #fff;
  padding: 11px 15px 11px 20px;
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.dodaRirekiBuilderMidBnr {
  background-color: #eff8fb;
  border-radius: 8px;
  background-image: url(https://doda.jp/guide/rireki/img/cta01_rireki_bg01_pc.webp);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  display: grid;
  grid-template:
    "left head right"
    "left bottom right";
  grid-template-columns: 1fr 392px 1fr;
}
.dodaRirekiBuilderMidBnr_headArea {
  grid-area: head;
  padding-top: 28px;
  padding-bottom: 10px;
}
.dodaRirekiBuilderMidBnr_headText {
  text-align: center;
}
.dodaRirekiBuilderMidBnr_headGradient {
  display: block;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 4.41rem;
  background: linear-gradient(102.86deg, #00beda 8.97%, #0084ff 58.06%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.dodaRirekiBuilderMidBnr_headGradientSub {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.68rem;
  background: linear-gradient(102.86deg, #00beda 8.97%, #0084ff 58.06%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 3px;
}
.dodaRirekiBuilderMidBnr_subText {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4.2rem;
}
.dodaRirekiBuilderMidBnr_leftArea {
  grid-area: left;
}
.dodaRirekiBuilderMidBnr_leftImg {
  width: 221px;
  margin-top: 20px;
  margin-left: 35px;
}
.dodaRirekiBuilderMidBnr_rightArea {
  grid-area: right;
  align-self: flex-end;
  text-align: right;
}
.dodaRirekiBuilderMidBnr_rightImg {
  width: 186px;
  margin-right: 25px;
}
.dodaRirekiBuilderMidBnr_bottomArea {
  grid-area: bottom;
  padding-bottom: 28px;
}
a.dodaRirekiBuilderMidBnr_btn {
  background: linear-gradient(#7dba3c, #60ab0f);
  display: block;
  width: 392px;
  padding: 15px;
  border-radius: 8px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
}



