@charset "UTF-8";
/* CSS Document */
/*
============================================================
*	staff_n.css
==========================================================*/

/* 情報管理研修　未実施 */

.pageTit {
    color: #261D0E;
    font-size: 26px;
    margin-bottom: 8px;
}

#contents .qBox{
	padding:10px 0 0;
	margin-bottom:25px;
}
#contents .qBox dl{
}
#contents .qBox dl dt{
	float:left;
	width:85px;
	font-size:30px;
	line-height:1;
}
#contents .qBox dl dd{
	padding-left:85px;
	font-weight:bold;
}
#contents .aBox{
	border:3px solid #53c1dd;
	background:#fff;
	padding:14px 12px;
	margin-bottom:25px;
}
#contents .aBox dl{
}
#contents .aBox dl dt{
	float:left;
	width:85px;
	font-size:30px;
	line-height:1;
}
#contents .aBox dl dd{
	padding-left:85px;
	font-weight:bold;
}
#contents .aBox dl dd ul{
}
#contents .aBox dl dd ul li{
	text-indent:-1.8em;
	padding-left:1.8em;
	margin-bottom:10px;
}
#contents .aBox dl dd ul li label input[type="radio"]{
	vertical-align:-2px;
}
#contents .qaBox .qaBtmBtn{
	text-align:center;
	margin-bottom:35px;
}
#contents .aBox dl dd ul.answer li{
	background:url(/staff/privacy/img_n/ico_qa_batu.png) 0 0 no-repeat;
	padding:5px 0 5px 32px;
	text-indent:0;
}
#contents .aBox dl dd ul.answer li.maru{
	background:url(/staff/privacy/img_n/ico_qa_maru.png) 0 0 no-repeat;
	color:#f57113;
}
#contents .aBox dl dd ul.answer li span{
	font-weight:normal;
	display:block;
	padding-top:7px;
}



/* QA表組み */
.figQAListFormat{
	padding:7px 0;
	background:#eeeeee;
}
.figQAListFormat .figQAListFormatInner{
	margin:0 7px;
}
.figQAListFormat table{
	/*width:100%;*/
	border-collapse:collapse;
}
.figQAListFormat table td{
	width:141px;
	height:50px;
	text-align:center;
	vertical-align:middle;
	border-bottom:2px solid #eeeeee;
}
.figQAListFormat table td .inner{
	background:#e5e5e5;
	color:#999999;
	height:100%;
	margin:0 1px 0 0;
	border:1px solid #eeeeee;
	line-height:50px;
	font-size:20px;
	font-weight:bold;
}
.figQAListFormat table td .inner a{
	display:block;
	width:auto;
	height:100%;
	line-height:50px;
}
#contents .figQAListFormat table td.maru .inner a:link{ text-decoration:underline; color:#11A7D7; }
#contents .figQAListFormat table td.maru .inner a:visited{ text-decoration:underline; color:#11A7D7; }
#contents .figQAListFormat table td.maru .inner a:hover{ text-decoration:underline; color:#11A7D7; }
#contents .figQAListFormat table td.maru .inner a:active{ text-decoration:underline; color:#11A7D7; }

#contents .figQAListFormat table td .inner a:link{ text-decoration:underline; color:#999; }
#contents .figQAListFormat table td .inner a:visited{ text-decoration:underline; color:#999; }
#contents .figQAListFormat table td .inner a:hover{ text-decoration:underline; color:#666; }
#contents .figQAListFormat table td .inner a:active{ text-decoration:underline; color:#666; }

.figQAListFormat table tr.last td .inner{
	border-bottom:none;
}
.figQAListFormat table td.maru .inner{
	border:none;
	background:url(/img_n/bg_qa_circle.png) no-repeat left top;
}


/**/

.loginBox02Container{
	background:url(/img_n/bg_fukidashi.png) no-repeat center top;
	padding:30px 0 0;
}

.loginBox02{
	padding:15px 0 15px;
	margin:0 0 10px;
}
.loginBox02 .loginBoxInner{
	margin:0 11px;
}
.loginBox02 .head{
	font-weight:bold;
	margin:0 0 10px;
}
.loginBox02 .fpName dd{
	margin-right:50px;
}

.loginBox02 .bgRaduis{
	width:auto;
	padding:5px 0 0;
	background:url(/img_n/bg_radius_s_t.png) no-repeat left top;
}
.loginBox02 .bgRaduisInner{
	padding:0 0 5px;
	background:url(/img_n/bg_radius_s_b.png) no-repeat left bottom;
}
.loginBox02 .bgRaduisCont{
	text-align:center;
	border-left:1px solid #dde6f0;
	border-right:1px solid #dde6f0;
	background:#ffffff;
	padding: 10px 0;
}
.loginBox02 .bgRaduisCont dt{
	font-weight:bold;
}

.loginBox02 .loginFoot{
	position:relative;
	text-align:center;
	padding:15px 0 0;
}
.loginBox02 .loginFoot .singleList{
	position:absolute;
	right:20px;
	top:28px;
}
.loginBox02 .loginFoot .singleList li{
	text-align:right;
}

/**/

.checkListBox{
	padding:16px 15px;
	margin:0 0 25px;
}
.checkListBox ul li{
	margin:0 0 15px;
}
.checkListBox ul li.last{
	margin-bottom:0;
}
.checkListBox ul li .head{
	color:#2ba295;
	font-weight:bold;
}
.checkListBox ul li .iconPC{
	padding-left:21px;
	background:url(/img_n/ico_pc.png) no-repeat left 2px;
}
.checkListBox ul li .iconID{
	padding-left:21px;
	background:url(/img_n/ico_id.png) no-repeat left 2px;
}
.checkListBox ul li .iconPrint{
	padding-left:21px;
	background:url(/img_n/ico_print.png) no-repeat left 0;
}
.checkListBox ul li .iconQuest{
	padding-left:21px;
	background:url(/img_n/ico_quest.png) no-repeat left 0;
}
.checkListBox ul li .iconHome{
	padding-left:21px;
	background:url(/img_n/ico_home.png) no-repeat left 0;
}


.checkListBox ul li .exp{
}



/* マイページ */
.mypKv{
	margin:0 0 30px;
}
.mypBox .pageTit2{
    font-size: 16px;
    margin: 0 0 12px;
    padding: 8px 12px 6px;
}
.mypBox h3{
    border-bottom:2px solid #54cae8;
    color:#2ba295;
    font-size:14px;
    font-weight:bold;
    padding:0 0 2px;
}
.mypBox .stepBox{
	margin:0 0 23px;
}

.mypBox01 .txtBox,
.mypBox02 .txtBox{
	overflow:hidden;
	margin:16px 0 0;
}
.mypBox01 .txtBox .mypStep01Txt{
	width:416px;
	float:left;
	background:url(../staff/img_n/point1_bg.gif) no-repeat;
	padding:17px 17px;
}
.mypBox01 .txtBox .mypStep01Txt span{
	color:#f57113;
	}
.mypBox01 .txtBox .mypStep01Txt p{
	font-weight:bold;
	color:#000;
	margin:0 0 3px 0;
	}
.mypBox01 .txtBox .mypStep01Txt2{
	width:720px;
	float:left;
}
.mypBox01 .txtBox .mypStep01Txt2 p{
	width:720px;
	float:left;
	margin:10px 0 0 0;
}
#contents .mypBox01 a.iconArw,
#contents .mypBox04 a.iconArw{
    color:#666666;
	text-decoration:none;
	margin-left:17px;
}
#contents .mypBox01 a.iconArw:hover,
#contents .mypBox04 a.iconArw:hover{
    color:#999999;
}
.mypBox01 .txtBox .mypStep01Img{
	width:257px;
	float:right;
}

.mypBox02 .txtBox .mypStep02Img{
	width:45px;
	float:left;
	padding:0 0 25px;
}
.mypBox02 .txtBox .mypStep02Txt{
	width:650px;
	float:right;
	margin:0 0 20px;
}
.mypBox02 .txtBox .last{
	margin:0;
}
.mypBox02 .txtBox .attention{
	display:block;
	margin:20px 0 0;
	font-weight:bold;
}

.registBox{
	margin:20px 0 0;
}
.registBox h4{
	color:#f57113;
	font-weight:bold;
	margin:0 0 10px;
}
.registBox .registTxtBox{
	background:#e2f3fa;
	padding:15px;
}
#contents .registBox .registTxtBox a{
	color:#666666;
}

.mypBox03 .pageTit2{
	margin:0 0 20px;
}
.mypBox03 ul{
	overflow:hidden;
	width:565px;
	margin:0 auto;
}
.mypBox03 ul li{
	float:left;
	padding:0 20px 0 0;
}
.mypBox03 ul li.last{
	padding:0;
}

.mypBox03 .mypMake{
	overflow:hidden;
	margin:30px 0 0;
}
.mypBox03 .mypMake a{
	display:block;
	width:173px;
	height:40px;
	float:right;
}

.mypBox04 .useTxt{
	margin:30px 0 0;
}
.registBtn{
	width:312px;
	margin:32px auto 0;
}


/* マイページ index02.html */

.stepBox{
	overflow:hidden;
}
.stepBox h2{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:8px 10px;
	margin:0 0 15px;
}
.step01Box h2{
	background:#ff635d;
}
.step02Box h2{
	background:#7fc851;
}
.step03Box h2{
	background:#40c1db;
}
.step04Box h2{
	background:#ff8d27;
}

.stepBox .mypStepBoxTop{
	background:url(/staff/img_n/myp_step_top.gif) no-repeat left top;
	min-height:76px;
	padding:20px 0;
	float:left;
	width:576px;
	margin:10px 0 0 25px;
}
.stepBox .mypStepBoxBt{
	background:url(/staff/img_n/myp_step_foot.gif) no-repeat left bottom;
	padding:0 0 31px;
}
.stepBox .mypStepBoxInner{
}
.stepBox .mypStepBoxInner p{
	padding:0 23px;
}
.step02Box .mypStepBoxInner p{
	padding:12px 23px 10px;
}
.mypStepBoxImg{
	float:left;
	width:97px;
}

.step03Box .registBox{
	width:535px;
	padding:0 0 0 25px;
	background:url(/staff/img_n/myp_step_inner.gif) repeat-y left top;
}
.step03Box .registBox .registTxtBox{
	width:465px;
}
.mypStepBtn{
	width:411px;
	margin:0 auto;
}

/* kanri_toriatsukai.html */
.manageList{
	margin-left:5px;
}
.manageList dt{
}
.manageList dd{
	margin-left:20px;
	margin-bottom:10px;
}
.manageList ul{
	margin-left:10px;
	margin-bottom:10px;
}
.manageList li{
	text-indent:-1em;
	margin-bottom:2px;
}

/* モバイル */

.mobileBoxContainer{
	overflow:hidden;
	/zoom:1;
}
.mobileBox{
	float:left;
	width:339px;
	min-height:119px;
	/overflow:hidden;
}
.mobileBox.right{
	float:right;
}
.mobileBox .mobileBoxInner{
	margin:0 18px;
	padding:15px 0;
	overflow:hidden;
	/zoom:1;
}

.mobileBox .lCol{
	float:left;
	width:205px;
}
.mobileBox.right .lCol{
	width:160px;
}
.mobileBox .rCol{
	float:right;
	width:85px;
}
.mobileBox.right .rCol{
	width:140px;
}

/*マイページについて*/
.mypBox_n .pageTit2{
    font-size: 16px;
    margin: 0 0 12px;
    padding: 8px 12px 6px;
}
.mypBox_n h3{
    border-bottom:2px solid #54cae8;
    color:#2ba295;
    font-size:14px;
    font-weight:bold;
    padding:0 0 2px;
}
.mypBox_n .stepBox{
	margin:0 0 23px;
}
.mypBox_n .member_ttl{
  display: block;
	font-size: 20px;
  font-weight: bold;
	color:#4d4d4d;
	background:#fff;
	border-bottom:#53bed9 solid 2px;
	border-top:#53bed9 solid 2px;
	margin: 0 0 20px;
  padding: 12px 0;
	text-align: center;
  position: relative;
}
.mypBox_n .member_ttl::after{
content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 30px solid transparent;
  border-top: 15px solid #53bed9;
  border-bottom-width: 0;
}
.mypBox_n .member_ttl span{
  position: absolute;
  top:-20px;
  left:160px;
}
.ableBox{
  background: #fcfbf0;
  padding: 20px 30px;
  border-radius: 10px;
}
.ableBox h3{
  font-size: 16px;
  color:#fff;
  padding: 8px 0;
  font-weight: bold;
  text-align: center;
  border-bottom: none;
}
.ableBox h3.pink{background: #fe8590;}
.ableBox h3.blue{background: #6eabe5; margin-top: 40px;}
.numbering {
   margin: 0;
   counter-reset: number 0;
 }
.ableBox h4{
  position: relative;
  padding:0 0 10px 35px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.8px;
  text-align: left;
  margin-left: 10px;
}
 .numbering h4::before {
   counter-increment: number 1;
   content: "0" counter(number) ; 
   padding-right: 5px;
   font-family: 'Roboto Condensed', sans-serif;
   font-size: 30px;
   color: #ffb8be;
   position: absolute;
   top:0px;
   left: 0;
 }
.numbering h4.lines::before {
   top:5px;
   left: 0;
}
.ableBox .flex{
  display: flex;
  text-align: center;
  margin: 0 auto;
}
.ableBox .btm{
  width: 440px;
  margin: 0 auto;
}
.ableBox .pink_box{
  border-right: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  margin-top: 20px;
  border-left: 2px solid #ffb8be;
  border-top: 2px solid #ffb8be;
  width: 210px;
  margin-left: 15px;
  text-align: center;
}
.ableBox .pink_box:first-child{
  margin-left: 0px;
}

.ableBox .contents{
  /*justify-content: center;
  align-items: center;*/
  width: 100%;
}
.ableBox .contents .pict{
  text-align: center;
  margin-bottom: 10px;
  height: 85px;
}
.ableBox .contents .txt{
  text-align: left;
}
.ableBox .contents .txt span{
  display: block;
}
.ableBox .contents .txt span.astTxt{
  color: #999;
}

.ableBox .blue_box{
  border-right: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  border-radius: 10px;
  padding: 10px 10px 15px 10px;
  background: #fff;
  margin-top: 20px;
  border-left: 2px solid #abd5fd;
  border-top: 2px solid #abd5fd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.ableBox .blue_box ul{
  width: 29%;

}
.ableBox .blue_box div{
  width: 35%;

}

.ableBox .blue_box ul li{
 position: relative;
margin-left: 15px;
  font-weight: bold;
  margin-bottom: 7px;
}
.ableBox .blue_box ul li:last-child{
  margin-bottom: 0;
}

.ableBox .blue_box ul li span{
  background: linear-gradient(transparent 80%, #fffbc3 80%);
  display: inline-block;
}

.ableBox .blue_box ul li::after{
  display: block;
  content: '';
  position: absolute;
  top: 0.3em;
  left: -1.5em;
  width: 10px;
  height: 4px;
  border-left: 3px solid #abd5fd;
  border-bottom: 3px solid #abd5fd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn_area02{
  border-top: 2px solid #f13d95;
  border-bottom: 2px solid #f13d95;
  padding: 10px 20px 20px;
  text-align: center;
  background: #ffe3f0 url('/staff/img_n/bg.gif') repeat;
  margin: 30px 0;
}
.btn_area02 h3{
  border-bottom: none;
  font-weight: bold;
  color: #333;
  font-size: 18px;
}
.btn_area02 .cont{
  background: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  position: relative;
  margin-top: 45px;
}
.btn_area02 .cont .maiko{
  position: absolute;
  left: 100px;
  top: -60px;
}
.btn_area02 img{
  display: block;
}
.btn_area02 p.point{

  background: linear-gradient(transparent 60%, #f9fc9c 60%);
  display: inline-block;
  margin: 20px auto 10px;
  color: #f13d95;
}
.btn_area02 p.point span{
  font-size: 26px;
}
.btArea_in ul{
  display: flex;
}
.btArea_in li{
	width: 50%;
  font-size: 16px;
  line-height: 1.1;
  color: #666;
}

.btArea_in li a{
	display: block;
  margin: 5px 5px 0 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-indent: 100%;
	padding: 5px;
    white-space: nowrap;
    overflow: hidden;
}
.btArea_in li a img{
  text-align: center;
  margin: 0 auto;
}
.btArea_in .btn01 a{
	background-color: #EC5486;
    border-bottom: 3px solid #C63265;
}
.btArea_in .btn02 a{
	background-color: #4BC7CF;
    border-bottom: 3px solid #369DA4;
}
.btArea_in .txt{
  display: flex;
	margin: 10px 5px;
	font-size: 12px;
}
.btArea_in .txt p{
  width: 50%;
}
.answerBox{
	overflow:hidden;
	padding-bottom:40px;
}
.answerBox p.question{
	color:#2ba295;
	font-weight:bold;
	font-size:14px;
}
.answerBox p.question span.num{
	display:block;
	float:left;
	width:30px;
}
.answerBox p.question span.txt{
	display:block;
	float:left;
	width:690px;
}

.answerBox p.answer{
	clear:both;
}
.answerBox p.answer span.num{
	display:block;
	float:left;
	width:30px;
  margin-top: 5px;
}
.answerBox p.answer span.txt{
	display:block;
	float:left;
	width:690px;
  margin-top: 5px;
}
.answerBox p.answer span.txt .bold{
  color:#333;
  font-size: 13px;
}

.answerBox p.answer span.astTxt{
 font-size:10px;
 display:block;
 margin-top:7px;
}
.answerBox p.answer span.linkTxt{
 font-size:12px;
 display:block;
 margin-top:5px;
}
.about_myp a:hover{
  opacity: .8;
}
.iconArw:hover{
	background:url(/img_n/ico_link_arw.gif) no-repeat left 4px;
}
.specialoffer .wrapper {
    line-height: 1.6;
    font-size: 13px;
  width: 770px;
  margin: 20px auto 0;
}
.specialoffer .btnWhite.type02 {
    width: 250px;
    margin: 0 auto;
}
.specialoffer .btnWhite {
  position: relative;
  border: 1px solid #42b0cc;
  padding: 12px 15px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFFFFF;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#F9F9F9));
  background: -webkit-linear-gradient(#FFFFFF, #F9F9F9);
  background: -moz-linear-gradient(#FFFFFF, #F9F9F9);
  background: -ms-linear-gradient(#FFFFFF, #F9F9F9);
  background: -o-linear-gradient(#FFFFFF, #F9F9F9);
  background: linear-gradient(#FFFFFF, #F9F9F9);
  display: block;
  color: #666666;
}
.specialoffer h1{
  background-color: #fff;
  box-shadow: 0.939px 1.766px 5px 0px rgba(255, 169, 193, 0.23);
  font-size: 20px;
  line-height: 1.0;
  padding: 5px 10px 5px 100px;
  position: relative;
  text-align: center;
}
.specialoffer h1 span.fs16{
  font-size: 16px;
}
.specialoffer h1 span.in{
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
.specialoffer h1 span.in::before {
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  left: 210px;
  width: 60px;
  height: 50px;
  margin-top: -5px;
  background: url("/staff/img_n/ico_01.png") top left no-repeat;
  background-size:contain;
}
.specialoffer p{
  margin: 10px;
}
.specialoffer .spoffer{
  background:url(/staff/member/imgs/pink_bg.png) repeat;
  padding: 10px 0;
}
.specialoffer .spoffer .box{
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}
.specialoffer .spoffer .box dl{
  padding: 10px;
  width: 48%;
}
.specialoffer .spoffer .box dl:first-child{
  border-right: 1px dotted #eee;
  padding-right: 20px;
}
.specialoffer .spoffer .box dl:last-child{
  padding-left: 20px;
}

.specialoffer .spoffer .box dl dt{
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 14px;
}
.specialoffer .spoffer .box dl dt{
  background: linear-gradient(transparent 70%, #fffbc3 70%);
  display: inline-block;
}
.specialoffer .spoffer .box dl dd{
  position: relative;
  margin: 0 0 10px 20px;
}
.specialoffer .spoffer .box dl dd span{
  display: inline-block;
}
.specialoffer .spoffer .box dl dd::after{
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 10px;
  height: 4px;
  border-left: 3px solid #abd5fd;
  border-bottom: 3px solid #abd5fd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.specialoffer .spoffer .box dl dd.astTxt::after{
  display: none;
}
.specialoffer .so_box{
  background: #fdfcf3;
  padding: 10px;
  position: relative;
}
.specialoffer .so_box h2{
  position: absolute;
  top:-30px;
  left:155px;
}

.specialoffer .box2{
  padding: 20px;
  display: flex;
}
.specialoffer .so_box .box2 .cont{
  text-align: center;
}
.specialoffer .so_box .box2 .arr{
  text-align: center;
  margin-top: 160px;
  width: 47px;
}
body #cboxOverlay2 {
    z-index: 0;
}
.about_myp {
  font-size: 13px;
}

/*============================================================
*	情報管理研修 youtube
==========================================================*/
#yt-wrap {
  max-width: 560px;
  margin: 0 auto;
}
#yt-wrap #yt-block {
  position: relative;
}
#yt-wrap .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
#yt-wrap .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#yt-wrap .videoWrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
#yt-wrap .videoWrapper.pv::after {
  display: none;
}
#yt-wrap .play_style {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#yt-wrap .link-play {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#yt-wrap .link-play.pv {
  position: relative;
}
.yt-lead {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin: 15px auto 20px;
}
/* SIM_EOSL_CRE-363 2023.07.27 ??????  */
.btArea_in li.new {
  width: 450px;
  text-align: center;
  margin: 0 auto;
}
/* SIM_EOSL_CRE-363 2023.07.27 ??????  */