


/*-----------CVbtn------------*/
  .CVbtn01 {
    margin: 30px auto 45px;
  }
  .CVbtn01 a {
    margin: 0 auto;
  }
  .CVbtn01 .io-button__action.io-button--sizeL {
    box-sizing: border-box;
    padding: 11px 10px;
  }
  .btnAreaTypeA .io-button__action {
    box-sizing: border-box;
    width: 392px;
    height: 53px;
    margin: 0;
  }
  p.CVbtnMicroCopy {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 3px;
  }
  .CVbtnMicroCopy::before {
    content: "＼";
    font-size: inherit;
  }
  .CVbtnMicroCopy::after {
    content: "／";
    font-size: inherit;
  }

@media screen and (max-width: 639px) {
/*SP*/
/*-----------CVbtn------------*/
  p.CVbtnMicroCopy {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 0 1em 4px;
  }
  .CVbtnMicroCopy::before {
    content: "＼";
    display: inline-block;
    vertical-align: middle;
    margin-left: -1em;
    font-size: inherit;
  }
  .CVbtnMicroCopy::after {
    content: "／";
    display: inline-block;
    vertical-align: middle;
    margin-right: -1em;
    font-size: inherit;
  }
  .CVbtn01 {
    margin: 20px 0 30px;
  }
  .CVbtnWrapQA {
    margin-left: 2.66%;
    margin-right: 2.66%;
  }
  .btnFitContent {
    padding-left: 10px;
    padding-right: 10px;
  }
  .dispInlineBlock {
    display: inline-block;
  }
}

/*もくじ*/
@media screen and (max-width: 639px) {
  /*SP*/
.io-controlNavigation__infoArea{
margin: 0 10px 20px;
}

.CAL {
    margin-top: -50px !important;
    padding-top: 50px;
}
}



.io-controlNavigation__txt_hideBC {
   display: block;
}
button.io-controlNavigation__moreBC {
  margin: 15px auto;
  display: block;
  background-color: #fff;
  color: #007fc3;
  padding: 10px 35px 10px 25px;
  border: 1px solid #e5e5e5;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  border-radius: 8px;
  position: relative;
  width: 200px;
  text-align: center;
}


button.io-controlNavigation__moreBC::before {
  content: "もくじの続きを見る";
  transition: 0.2s;
  -webkit-transition: 0.2s;
  color: #007fc3;
}

button.io-controlNavigation__moreBC::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 8px;
  background: url(https://doda.jp/cmn_web/img/cm/icon/arrow_down_L_blue.svg) no-repeat;
  background-size: 16px auto;
  background-position: center center;
  transform: translateY(-50%);
}

button.io-controlNavigation__moreBC.on-click::before {
  content: "閉じる";
  color: #007fc3;
}

button.io-controlNavigation__moreBC.on-click::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 16px;
  height: 8px;
  background: url(https://doda.jp/cmn_web/img/cm/icon/arrow_up_L_blue.svg) no-repeat;
  background-size: 16px auto;
  background-position: center center;
  transform: translateY(-50%);
}


.io-controlNavigation__listStyle--dropdown {
    font-weight: 700;
}

/*illustCTA*/
/*履歴書作成ツール*/
.rirekiLinkBox {
  width: 522px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 8px;
  margin-top: 30px;
}
.rirekiLinkBox .prLinkImgLarge {
    width: 143px;
    height: auto;
}
.rirekiLinkBox .prLinkTxt {
  width: 370px;
}
.rirekiLinkBox .prLinkCvtxt {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
}
.prTxtCr {
  color: #30b2ef;
}
.rirekiLinkBox .prLinkCvBtn {
  width: 100%;
  margin-top: 8px;
}
.rirekiLinkBox .prLinkSubtxt {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
   font-weight: bold;
}
.fontBlueL{
  color: #007FC3;
  font-size: 18px;
 
}

@media screen and (max-width: 639px) {
  /*SP*/
.rirekiLinkBox {
  width: 100%;
}
.rirekiLinkBox .prLinkImgLarge {
    width: 72px;
    height: auto;
}
.rirekiLinkBox .prLinkSubtxt {
  width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
     gap: 8px;
}
.rirekiLinkBox .prLinkTxt{
  width: 100%;
}
.spFontL{
  font-size:16px;
}
.rirekiLinkBox .prLinkCvBtn span {
  font-size: 12px;
}
}


/*モヤモヤ*/
.moyamoyaLinkBox {
  width: 505px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  gap: 8px;
  margin-top: 30px;
}
.moyamoyaLinkBox .prLinkImgLarge img {
    width: 128px;
    height: auto;
}
.moyamoyaLinkBox .prLinkTxt {
  width: 370px;
}
.moyamoyaLinkBox .prLinkCvtxt {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
}
.moyamoyaLinkBox .prTxtCr {
  color: #30b2ef;
}
.moyamoyaLinkBox .prLinkCvBtn {
  width: 100%;
  margin-top: 8px;
}
.moyamoyaLinkBox .prLinkSubtxt {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
   font-weight: bold;
}
.fontBlueL{
  color: #007FC3;
  font-size: 18px;
 
}
.fontDot{
    color: #007FC3;
    font-size: 18px;
    background-image: radial-gradient(circle at center, #007FC3 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.2em;
    padding-top: 4px;
}

@media screen and (max-width: 639px) {
  /*SP*/
.moyamoyaLinkBox {
  width: 100%;
}
.moyamoyaLinkBox .prLinkImgLarge {
    width: 51px;
    height: auto;
}
.moyamoyaLinkBox .prLinkSubtxt {
  width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
     gap: 8px;
}
.moyamoyaLinkBox .prLinkTxt{
width: 100%;
}
.spFontL{
  font-size:16px;
}
.moyamoyaLinkBox .prLinkCvBtn span {
  font-size: 12px;
}
}

/*年収査定*/
.nensaLinkBox {
  width: 610px;
  display: flex;
  justify-content: space-between;
  align-items:center;
  margin: 0 auto;
  gap: 8px;
  margin-top: 30px;
}
.nensaLinkBox .prLinkImgLarge {
    width: 233px;
    height: auto;
}
.nensaLinkBox .prLinkTxt {
  width: 370px;
}
.nensaLinkBox .prLinkCvtxt {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
}
.nensaLinkBox .prTxtCr {
  color: #30b2ef;
}
.nensaLinkBox .prLinkCvBtn {
  width: 100%;
  margin-top: 8px;
}
.nensaLinkBox .prLinkSubtxt {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
   font-weight: bold;
}
.fontBlueL{
  color: #007FC3;
  font-size: 18px;
 
}
.fontDot{
    color: #007FC3;
    font-size: 18px;
    background-image: radial-gradient(circle at center, #007FC3 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.2em;
    padding-top: 4px;
}

@media screen and (max-width: 639px) {
  /*SP*/
.nensaLinkBox {
  width: 100%;
}
.nensaLinkBox .prLinkImgLarge {
  width: 77px;
  height: auto;
  margin: 0;
}
.nensaLinkBox .prLinkSubtxt {
  width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
     gap: 8px;
}
.nensaLinkBox .prLinkTxt{
width: 100%;
}
.spFontL{
  font-size:16px;
}
.nensaLinkBox .prLinkCvBtn span {
  font-size: 12px;
}
}

/*合格診断*/
.goukakuLinkBox {
  width: 468px;
  display: flex;
  justify-content: space-between;
  align-items:center;
  margin: 0 auto;
  gap: 8px;
  margin-top: 30px;
}
.goukakuLinkBox .prLinkImgLarge {
    width: 91px;
    height: auto;
}
.goukakuLinkBox .prLinkTxt {
  width: 370px;
}
.goukakuLinkBox .prLinkCvtxt {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
}
.goukakuLinkBox .prTxtCr {
  color: #30b2ef;
}
.goukakuLinkBox .prLinkCvBtn {
  width: 100%;
  margin-top: 8px;
}
.goukakuLinkBox .prLinkSubtxt {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
   font-weight: bold;
}
.fontBlueL{
  color: #007FC3;
  font-size: 18px;
 
}
.fontGray{
  color: #808080;
}

@media screen and (max-width: 639px) {
  /*SP*/
.goukakuLinkBox {
  width: 100%;
}
.goukakuLinkBox .prLinkImgLarge {
  width: 61px;
  height: auto;
  margin: 0;
}
.goukakuLinkBox .prLinkSubtxt {
  width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
     gap: 8px;
}
.goukakuLinkBox .prLinkTxt{
width: 100%;
}
.spFontL{
  font-size:16px;
}
.goukakuLinkBox .prLinkCvBtn span {
  font-size: 12px;
}
}



