
@charset "utf-8";

/* tag */
.tag--douki, .tag--jikopr {
	background: #007fc3;
	color: #fff;
	font-weight: bold;
	left: -2px;
	padding: 2px 30px 0px;
	position: absolute;
	text-align: center;
	top: -2px;
}
.subTitle{
display: block;
margin-bottom: 5px;
}

/*doukiSampleList*/
.doukiSampleList{
margin-bottom:30px;
}

.doukiSampleList li{
position: relative;
display: inline-block;
font-weight:bold;
font-size:15px;
margin:0 5px 10px 0;
}
.doukiSampleList li:not(:nth-last-child(-n+4)){
	margin-bottom: 10px;
}
.doukiSampleList li.fieldCheckList li:not(:nth-child(4n)){
	margin-bottom: 10px;
	margin-right: 9px;
}

.doukiSampleList li a::after{
position: absolute;
content: "";
top: 50%;
right: 20px;
width: 8px;
height: 8px;
margin-top: -8px;
border-top: 1px solid;
border-right: 1px solid ;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
/*.doukiSampleList_Btn li a:after{
	color: #d4d4d4;
}*/
.doukiSampleList li a{
display:block;
padding: 10px 40px 10px 20px;
text-decoration:none;
color:#2b2b2b;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
background-color:#ccf6ec;
border-radius:30px;
font-size: 14px;
}
.doukiSampleList li a:hover{
color:#FFF;
background-color:#00d2a0;
}


/*doukiCase*/
.boxStyle--douki.dkKeiken{
	border-color: #32bed2;
    position: relative;
    padding: 42px 20px 20px 20px;
    border: 2px solid #32bed2;

}
.dkKeiken .tag--douki,
.dkMikeiken .tag--douki{
background-size: 17px 20px;
background-position: 22px 8px;
background-repeat: no-repeat;
line-height:2.2;
}
/*20200422 - padding-left:50px;*/


.dkKeiken .tag--douki{
background-color:#32bed2;
}
/*20200422 - background-image: url(/guide/rireki/jikopr/sample/img/ic_01.png);*/


.boxStyle--douki.dkMikeiken{
border-color: #9ccf1e;
    position: relative;
    padding: 42px 20px 20px 20px;
    border: 2px solid #9ccf1e;
}
.dkMikeiken .tag--douki{
background-color:#9ccf1e;
}
/*20200422 - background-image: url(/guide/rireki/jikopr/sample/img/ic_02.png);*/

/*dkCommentary*/
.dkCommentary{
font-size:20px;
color:#007fc3;
}
.dkCommentaryBox{
border-bottom:1px solid #e8e8e8;
padding-bottom:10px;
margin-bottom:10px;
}
.dkCommentaryBox .wrap,
.dkCommentaryBox p{
display: table-cell;
vertical-align: middle;
}


.dkCommentaryBox span{
display:block;
box-sizing: border-box;
width: 46px;
height: 32px;
border-radius: 4px;
margin: 0 10px 10px 0;
padding: 5px 10px;
background-size: 80%;
background-repeat: no-repeat;}

.dkCommentaryBox span:last-of-type{
margin-bottom: 0;
}

.dkCommentaryBox .dkKeiken{
background-color:#32bed2;
background-image: url(/guide/rireki/jikopr/sample/img/ic_01.png);
}
.dkCommentaryBox .dkMikeiken{
background-color:#9ccf1e;
background-image: url(/guide/rireki/jikopr/sample/img/ic_02.png);
}

.dkCommentaryBox .dkPoint{
background-color:#fff;
background-image: url(/guide/rireki/jikopr/sample/img/ic_pont.png);
}


.dkCommentaryBox p{
width:810px;
}

.articleArea .btnTypeA02{
    margin: 30px auto 60px;}

.articleArea .btnTypeB02{
    margin: 30px auto 60px;}

/*.doukiSampleList_Btn h3{
font-size:20px;
font-weight:bold;
	background-color: #007fc3;
	padding: 11px 15px 11px 20px;
	border-radius: 2px;
	margin-bottom: 20px;
	color: #fff;
}*/
/*.doukiSampleList_Btn ul{
}*/
/*.doukiSampleList_Btn li{
box-sizing: border-box;
width: 214px;
float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}*/

/*.doukiSampleList_Btn li:nth-of-type(4n)
{margin-right:0;
}*/
/*.doukiSampleList_Btn li a{
	position: relative;
line-height: 73px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
font-size: 18px;
font-weight: bold;
border: 1px solid #d4d4d4;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
background: #fff;
padding: 0 15px;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}*/

/*.doukiSampleList_Btn li a:after{
content: '';
width: 8px;
height: 8px;
display: block;
border-top: 1px solid;
border-right: 1px solid;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
right: 12px;
top: 50%;
margin-top: -5px;
}*/
/*.doukiSampleList_Btn li a:hover{
background: #FFFCD1;
text-decoration: none;}*/


/*.doukiSampleList_Btn li a span{
line-height: 1.3;
display: table-cell;
vertical-align: middle;
height: 50px;
	font-size: 14px;
}*/
/*.doukiSampleList_Btn p{
text-align: right;
}*/


/*パーツ用*/

.SP{
display:none;
}

.SP{
	display: none;
}
.PC{
	font-size: 14px;
}
.areaList li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e685;
}
.areaList li .head{
	font-weight: bold;
	width: 180px;
}
.areaList .body {
  display: block;
  color: #b2b2b2;
	width: 708px
}
.areaList .body a {
  display: inline-block;
	padding: 0 10px;
}
.areaList li span{
	float: left;
}
.situation p{
	font-weight: bold;
display:block;
}
.situation a{
	padding:  0 10px;
}
.situation a:first-child{
	padding-left: 0;
}
.return{
	text-align: right;
	font-size: 14px;
	position: relative;
	padding-right: 20px;
}
.return a:after {
    display: block;
    position: absolute;
    top: -2px;
    bottom: 0;
    right: 7px;
    width: 7px;
    height: 7px;
    margin: auto 0;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
    content: '';
}


/* ---------------------------------
clearFix
---------------------------------- */
.doukiSampleList_Btn ul::after,.areaList li::after
{
display: block;
clear: both;
height: 0;
visibility: hidden;
content: "";
}

/*------20200219追記------*/
.fontBold {
	font-weight: bold;
        font-size:1.5em;
}

.bgOrange {
        background:#FEF4E5;
}

.point_orange{
    border-radius: 50%;
    font-size: 1em;
    line-height: 2em;
    padding-top: 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    background-color: #ff6600;
    color:#FFF;
    font-family: Meiryo;
    margin-right:0.6em;
}

.guide_check_content {
    display: flex;
    justify-content: space-between;
}

.guide_check_content ul {
    display: block;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}

.guide_check_content ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    line-height:1.7em;
    font-weight: 700;
}

.tutorial {
    width:640px;
    margin:0 auto;
    margin-bottom:20px;
}

#red_tutorial {
   display:inline;
}



/**20200422 add**/
.anchorLink_right {
margin-left:auto;
margin-right:0;
text-align:right;
font-size:12px;
}

.li_title {
display:none;
}



/* 20211221 add */
#followingBtnArea.secondary .inner{
    width: 760px;
}
#followingBtnArea.secondary .inner a{
    width: 760px!important;
}

.pc_none {
  display: none;
}


/* 20230308追記 */
/* .checkArea dl dt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 20px;
  height: 20px;
  background-image: url(/guide/rireki/img/rireki_check.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.checkArea dl dt {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  padding-left: 30px;
}
.checkArea dl dd {
  font-size: 15px;
  line-height: 24px;
  padding-left: 30px;
  margin-bottom: 25px;
} */
.checkArea {
  width: 888px;
  height: auto;
  padding: 30px;
  margin: 0 auto 30px;
  background: #edfaff;
  box-sizing: border-box;
  border-radius: 6px;
}
h3.check {
  font-weight: bold;
  padding: 10px 0 10px 0;
  font-size: 18px;
}
.checktag {
  border-bottom: 4px solid #fff100;
  font-weight: bold;
  width: 100px;
  margin-bottom: 10px;
}

.dkCommentaryBox .dkCheck{
  background-color:#fff;
  background-image: url(/guide/syokureki/img/icon_check.png);
  width: 23px;
  height: 20px;
  margin: 0 13px 10px 10px;
}
/* イラスト付きCVボタン */
.headingPrLink {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
	background-color: #30b2ef;
	color: #fff;
	padding: 12px 30px 8px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.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;
}

/*アドバイザー*/
.linkAreaAdviserBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}	
.guide_AdviserBox {
  background-color: #faf9e2;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
.AdviserRightBox {
  width: 705px;
  float: right;
}
.AdviserBox_Name,
.AdviserBox_Ca,
.AdviserBox_Txt {
  color: #222;
  line-height: 1.5;
  text-align: left;
}
.AdviserBox_Name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.AdviserBox_Ca {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.AdviserBox_Txt {
  font-size: 14px;
  font-weight: normal;
}
/* --------------------------
あわせて読みたい記事
--------------------------- */
.lightBlueArea {
	background-color: #edfaff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	word-break: break-all;
	margin-bottom: 30px;
}
.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 ul {
	padding: 30px 40px;
}
.clrFix::after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
.leftContentBox {
	float: left;
	width: 388px;
	margin-right: 25px;
}
.rightContentBox {
	float: right;
	width: 388px;
}
.lightBlueAreaThumb {
	float: left;
	width: 60px;
	margin-right: 10px;
}
.lightBlueArea ul li dl {
	float: right;
	width: 310px;
}
.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;
}
/*20230315追記*/

/*--------------------------------------------------
anchorLinkArea
--------------------------------------------------*/
.anchorLinkArea {
  background-color: #e6f4fdc2;
  border-radius: 6px;
  word-break: break-all;
  margin-bottom: 20px;
}
.anchorLinkBlueBox {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 15px 35px;
}
.anchorLinkBlueBox li {
  line-height: 26px;
}
.anchorLinkBlueBox li a {
  position: relative;
}
.anchorLinkBlueBox li a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -14px;
  width: 10px;
  height: 6px;
  background: url(/guide/zangyo/img/zangyo_arrow_ico.png) no-repeat;
}

/*20230908追記*/
.upperSupervisor {
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.upperSupervisorImg {
  margin-right: 10px;
}
.upperSupervisorTxt {
  font-size: 1.4rem;
  font-weight: bold;
}
/*20240311追記*/

/*自己PRCTA*/
.jikoPRCTA {
  background: #FFFCD1;
  padding: 30px 59px;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
}
.jikoPRCTA_textWrap {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.2rem;
}
a.jikoPRCTA_btn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  width: 392px;
  
  background: linear-gradient(#7dba3c, #60ab0f);
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
a.jikoPRCTA_btn:hover {
  background: #88c04b;
  color: #fff;
  text-decoration: none;
}
a.jikoPRCTA_btn.orange {
  background: linear-gradient(#fd8331, #f60);
}
a.jikoPRCTA_btn.orange:hover {
  background: #ff8340;
}

/*リッチな自己PRCTA*/
.richJikoPRCTA {
  position: relative;
  padding-bottom: 30px;
}
.richJikoPRCTA::before {
  content: "";
  background: #FFFDDC;
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  bottom: 0;
}
.richJikoPRCTA_textWrap {
  position: relative;
  width: 392px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.richJikoPRCTA_fukidashiText {
  background-image: url("/guide/rireki/jikopr/sample/img/016/cta_jikopr_img01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 23px;
  margin-bottom: -15px;
}
.richJikoPRCTA_title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: 7px solid #FFF100;
  display: inline-block;
  margin-bottom: 10px;
}
.richJikoPRCTA_titleIcon {
  vertical-align: sub;
  width: 57.17px;
  margin-left: 8px;
  height: auto;
}
.richJikoPRCTA_text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
.richJikoPRCTA_imgSP {
  display: none;
}
.richJikoPRCTA_imgPC1 {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 158px;
  height: 182px;
}
.richJikoPRCTA_imgPC2 {
  position: absolute;
  bottom: 0;
  left: 693px;
  width: 144px;
  height: 249px;
}
.richJikoPRCTA_btnWrap {
  position: relative;
  width: 392px;
  margin-left: auto;
  margin-right: auto;
}
a.richJikoPRCTA_btn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  width: 392px;
  
  background: linear-gradient(#7dba3c, #60ab0f);
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
a.richJikoPRCTA_btn:hover {
  background: #88c04b;
  color: #fff;
  text-decoration: none;
}
a.richJikoPRCTA_btn.orange {
  background: linear-gradient(#fd8331, #f60);
}
a.richJikoPRCTA_btn.orange:hover {
  background: #ff8340;
}

/* 20240422追記 */
  /* doda履歴書バナー記事中 */
  .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;
  }
  a.dodaRirekiBuilderMidBnr_btn:hover {
    text-decoration: none;
    background: #88c04b;
  }



