@charset "utf-8";

/* Contents
 * ****************************
 *
 * 1: heading
 * 2: paragraph
 * 3: list
 * 4: table
 * 5: box
 * 6: form
 * 7: link
 * 8: other
 *
 * ****************************
 */

/*======= 1: heading =====================================================*/

/*-- ttlStep01 ----------------------*/
.ttlStep01 {
	margin-bottom: 30px;
	padding: 15px 10px;
	color: #5161C4;
	font-size: 129%;
	line-height: 1.5;
	text-align: center;
	background: #E2E4E4;
}
.ttlStep01 .icon {
	display: inline-block;
	margin-right: 20px;
	padding: 2px 20px 1px;
	color: #FFF;
	font-size: 89%;
	border-radius: 2px;
	background: #5162C4;
}

/* app step */
.sttlinStep {
	padding: 15px;
	color: #5161C4;
	font-size: 129%;
	line-height: 1.5;
	background: #E2E4E4;
  text-align: center;
}
.sttlinStep .icon {
	display: inline-block;
	margin-bottom: 5px;
	padding: 2px 10px 1px;
	color: #FFF;
	font-size: 89%;
	border-radius: 2px;
	background: #5162C4;
}


@media screen and (max-width: 768px) {
	.ttlStep01 {
		padding: 10px;
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
	.ttlStep01 {
		font-size: 14px;
	}
	.ttlStep01 span:last-child {
		display: block;
	}
	.ttlStep01 .icon {
		margin: 0 0 8px;
		padding: 3px 20px 2px;
		font-size: 12px;
	}
}


/*======= 2: paragraph ===================================================*/
/*-- imgStep ------------------------*/
.imgStep {
	width: 836px;
	height: 80px;
	margin: 0px auto 35px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.imgStep.step01 { background-image: url(/img/interviewee/txt_step01_pc.png); }
.imgStep.step02 { background-image: url(/img/interviewee/txt_step02_pc.png); }
.imgStep.step03 { background-image: url(/img/interviewee/txt_step03_pc.png); }
.imgStep.step04 { background-image: url(/img/interviewee/txt_step04_pc.png); }
.imgStep.step05 { background-image: url(/img/interviewee/txt_step05_pc.png); }

.imgStep img {
	display: none;
}
@media screen and (max-width: 980px) {
	.imgStep {
		width: 100%;
		background-size:100%;
	}
}
@media screen and (max-width: 768px) {
	.imgStep {
		width: auto;
		height: auto;
		margin: 20px auto;
		background: none !important;
	}
	.imgStep img {
		display: inline;
	}
}

/*======= 3: list ========================================================*/

/* [ul] --------------------------------------------*/
.sampleImgList li {
	float: left;
	width: 160px;
	margin-right: 10px;
	text-align: center;
	font-size: 93%;
}
.sampleImgList li span {
	display: inline-block;
	padding-top: 20px;
}
.sampleImgList li:last-child {
	margin-right: 0;
}
.sampleImgList li img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.sampleImgList li {
		width: 48%;
		margin-right: 2%;
	}
	.sampleImgList li:nth-child(2){
		margin-bottom: 3%;
	}
}


/* [ol] --------------------------------------------*/


/* [dl] --------------------------------------------*/

/*-- dlHint01 ---------------------*/
.dlHint01 {
	position: relative;
	margin: 40px 0;
	padding: 50px 30px 25px;
	font-weight: bold;
	border: 2px solid #FFD5AB;
	background: #FFF9E5;
}
.dlHint01 dt {
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	padding: 7px 10px 3px 32px;
	color: #FFF;
	background: #FF9326 url(/img/common/ico_hint01_pc.png) no-repeat 10px 50%;
}
.dlHint01 dd {
	position: relative;
	padding: 0 0 10px 1.3em;
}
.dlHint01 dd:before {
	content: "\025cf";
	position: absolute;
	top: 0;
	left: 0;
	color: #FF9226;
}

@media screen and (max-width: 768px) {
	.dlHint01 {
		margin: 20px 0;
		padding: 40px 12px 5px;
	}
	.dlHint01 dt {
		background-image: url(/img/common/ico_hint01_sp.png);
		background-size: 13px 20px;
	}
}


.boxMsg01 dl {
    border-top: none;
    width: 100%;
    margin-bottom:20px;
	border: 1px solid #ecebeb;
}
.boxMsg01 dt,
.boxMsg01 dd {
    padding: 12px;
    border-top: 1px solid #ecebeb;
}
.boxMsg01 dl dt:nth-child(1),
.boxMsg01 dl dd:nth-child(2) {
	border-top: none;
}
.boxMsg01 dt {
	background: #f9f9f9;
    clear: left;
    float: left;
    width: 150px;
	box-sizing: border-box;
}
.boxMsg01 dd {
    background: #fff;
    margin-left: 150px;
	box-sizing: border-box;
}
.boxMsg01 dd a {
	color:#555555;
	font-weight: normal;
	text-decoration:none;
}
.boxMsg01 dd a:hover {
	color: #ff6c00;
	text-decoration:underline;
}
@media screen and (max-width: 768px) {
    .boxMsg01 dt,
	.boxMsg01 dd {
		padding: 10px 8px;
	}
	.boxMsg01 dt {
		width: 120px;
	}
	.boxMsg01 dd {
		margin-left: 120px;
	}
	.boxMsg01 dd a {
		color: #ff6c00;
		text-decoration:underline;
	}
}

/*======= 4: table =======================================================*/
.tblBase02{
	margin-bottom: 30px;
	border: 1px solid #D9DAE4;
	background: #FFF;
	border-collapse: collapse;
}
.tblBase02 th,.tblBase02 td {
	width: 25%;
	padding: 16px 20px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #D9DAE4;
}
.tblBase02 tr:first-child th,
.tblBase02 tr:first-child td{
	border-top: none;
}
.tblBase02 tbody:not(:first-child) tr th,
.tblBase02 tbody:not(:first-child) tr td{
	border-top: 1px solid #D9DAE4;
}
.tblBase02 th{
	background: #F1F1F1;
}
.tblBase02 th div{
	position: relative;
}
@media screen and (max-width: 768px) {
	.tblBase02 {
		width: 100%;
	}
	.tblBase02 th,
	.tblBase02 td {
		width: 25%;
		padding: 10px;
	}
	.tblBase02 th {
		font-size: 100%;
		vertical-align: middle;
	}
}

/*======= 5: box =========================================================*/

/*-- boxMsg01 -----------------------*/
.boxMsg01 {
	margin-bottom: 40px;
	padding: 30px 30px 10px;
	border: 2px solid #5162C4;
	background: #F8F8F8;
}
.boxMsg01 p {
	margin-bottom: 20px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.boxMsg01 {
		margin: 0 10px 20px;
		padding: 15px 15px 0;
	}
	.boxMsg01 p {
		margin-bottom: 15px;
	}
}

/*-- boxDevice01 --------------------*/
.boxDevice01 {
	width: 304px;
	margin: 30px auto 0;
	padding: 10px 15px 15px;
	border: 2px solid #5162C4;
	border-radius: 2px;
}

@media screen and (max-width: 768px) {
	.boxDevice01 {
		width: auto;
		margin: 15px -10px 0;
		padding: 10px 10px 15px;
		border-left: none;
		border-right: none;
		border-radius: 0;
	}
}

/*-- selectDevice -------------------*/
.selectDevice {
	display: block;
	position: relative;
	width: 470px;
	height: 160px;
	padding: 55px 10px 0 140px;
	box-sizing: border-box;
	color: #5160C4;
	font-size: 143%;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	border: 3px solid #EEE;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: 20px 30px;
	background-color: #EEE;
}
.selectDevice.dev01 { padding-top: 50px; background-image: url(/img/verification/ico01.png); }
.selectDevice.dev02 { background-image: url(/img/verification/ico02.png); }
.selectDevice.dev03 { padding-top: 50px; background-image: url(/img/verification/ico03.png); }

/* selected */
.selectDevice.selected {
	color: #FFF;
	cursor: default;
	border-color: #5162C4;
	background-color: #A6AEE1;
}
/* icon */
.selectDevice .icoRecommend {
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 980px) {
	.selectDevice {
		display: table;
		width: 100%;
		height: 70px;
		padding: 5px 15px 0 90px;
		font-size: 15px;
		vertical-align: middle;
		background-position: 25px 10px;
		background-size: 53px 45px;
	}
	.selectDevice.dev01,
	.selectDevice.dev03 {
		padding-top: 0;
	}
	.selectDevice p {
		display: table-cell;
		vertical-align: middle;
	}
	/* icon */
	.selectDevice .icoRecommend {
		width: 60px;
		height: auto;
	}
}


/*-- boxAppStore -----------------------*/
.boxAppStore {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	padding: 15px;
	border: 5px solid #BE2E59;
	background: #FFF;
}
/*----*/
.boxAppStore .logoAppStore {
	float: left;
	margin-right: 15px;
}
.boxAppStore .logoAppStore span {
	display: block;
	width: 90px;
	height: 90px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.boxAppStore .logoAppStore img {
	width: 100%;
	border-radius: 10px;
}
/*----*/
.boxAppStore .txtAppStore {
	overflow: hidden;
	line-height: 1.6;
}
.boxAppStore .txtAppStore dt {
	margin-bottom: 2px;
}
.boxAppStore .txtAppStore dd {
	font-size: 100%;
	margin-bottom: 5px;
}
.boxAppStore .txtAppStore dd:last-child {
	margin-bottom: 0;
}


a.appStoreLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: .6rem;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-radius: 2px;
  border-color: #4553AA;
  border-radius: 8px;
  background: #5162C4;
  color: #fff;
  text-decoration: none;
}
a.appStoreLink .logoAppStore span {
  display: block;
  width: 55px;
  height: 55px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
a.appStoreLink .logoAppStore img {
  width: 100%;
  border-radius: 10px;
}
a.appStoreLink .txtAppStore {
  width: 100%;
  padding-left: .8rem;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
	.boxAppStore {
		padding: 10px;
		border: 5px solid #BE2E59;
	}
	.boxAppStore .logoAppStore span {
		display: block;
		width: 55px;
		height: 55px;
		border: 1px solid #ccc;
		border-radius: 10px;
	}
	/*----*/
	.boxAppStore .sealAppStore {
		margin-right: 10px;
	}
	.boxAppStore .sealAppStore img {
		width: 80px;
		height: auto;
	}
	/*----*/
	.boxAppStore .txtAppStore dd {
		font-size: 12px;
	}

  
}


#iosInstall {
	display: block;
}
#iosInstall {
	padding: 10px;
	border-width: 2px;
	border: 3px solid #BE2E59;
	background: #FFF;
}
/*----*/
#iosInstall .logoAppStore {
	float: left;
	margin-right: 15px;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
}
/*----*/
#iosInstall .txtAppStore {
	overflow: hidden;
	color: #BE2E59;
	line-height: 1.3;
}
#iosInstall .txtAppStore dt {
	margin-bottom: 2px;
}
#iosInstall .txtAppStore dd {
	font-size: 86%;
}
.btnAppInstall {
	display: inline-block;
	border: 1px solid #2F3E9E;
	padding: 5px 10px;
	background: #2F3E9E;
	margin-right: 10px;
	text-decoration: none;
	color: #fff;
}
.btnAppOpen {
	display: inline-block;
	border: 1px solid #2F3E9E;
	padding: 5px 10px;
	background: #5162C4;
	text-decoration: none;
	color: #fff;
}
@media screen and (max-width: 480px) {
	#iosInstall {
		padding: 10px;
		border-width: 2px;
		border: 3px solid #BE2E59;
		background: #FFF;
	}
	/*----*/
	#iosInstall .logoAppStore {
		float: left;
		margin-right: 15px;
		border-radius: 4px;
		padding: 10px;
		text-align: center;
		vertical-align: middle;
		border: 1px solid #ccc;
	}
	/*----*/
	#iosInstall .txtAppStore {
		overflow: hidden;
		color: #BE2E59;
		line-height: 1.3;
	}
	#iosInstall .txtAppStore dt {
		margin-bottom: 2px;
	}
	#iosInstall .txtAppStore dd {
		font-size: 86%;
	}
	.btnAppInstall {
		display: inline-block;
		border: 1px solid #2F3E9E;
		padding: 5px 10px;
		background: #2F3E9E;
		margin-right: 10px;
		text-decoration: none;
		color: #fff;
	}
	.btnAppOpen {
		display: inline-block;
		border: 1px solid #2F3E9E;
		padding: 5px 10px;
		background: #5162C4;
		text-decoration: none;
		color: #fff;
	}
}

@media screen and (max-width: 480px) {
	.nextBtnBox input:nth-child(1) {
		margin-bottom: 20px;
	}
}

/*-- infoBox01 ----------------------*/
.infoBox01 {
	margin-bottom: 30px;
	padding: 40px;
	background: #ECEDF3;
}
.infoBox01 .txt {
	color: #5160C4;
	font-size: 157%;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.infoBox01 {
		margin-bottom: 15px;
		padding: 15px 10px 10px;
	}
	.infoBox01 .txt {
		font-size: 15px;
	}
}
@media screen and (max-width: 480px) {
	.infoBox01 .txt {
		font-size: 12px;
	}
}

/*-- boxAudioTest (in .infoBox01) ---*/
.boxAudioTest {
	margin-top: 40px;
	padding: 15px 40px;
	text-align: center;
	background: #FFF;
}
/*----*/
.boxAudioTest .count,
.boxAudioTest .volume,
.boxAudioTest .btn {
	display: inline-block;
	vertical-align: middle;
}
.boxAudioTest .count {
	width: 114px;
	margin-right: 40px;
}
.boxAudioTest .volume {
	width: 352px;
	margin-right: 40px;
}
.boxAudioTest .count img,
.boxAudioTest .volume img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	.boxAudioTest {
		margin-top: 15px;
		padding: 15px;
	}
	.boxAudioTest .count {
		width: 80px;
	}
	.boxAudioTest .volume {
		width: 250px;
	}
}
@media screen and (max-width: 650px) {
	.boxAudioTest {
		padding: 15px 0;
	}
	.boxAudioTest .count,
	.boxAudioTest .volume,
	.boxAudioTest .btn {
		display: block;
		margin: 0 auto;
	}
	.boxAudioTest .volume,
	.boxAudioTest .btn {
		padding-top: 20px;
	}
}


#hint {
	display: none;
	position: fixed;
	z-index: 1100;
	width: 70%;
	background: #fff;
}
#hint .dlHint01 {
	margin: 0;
}
@media screen and (max-width: 980px) {
	#hint {
		width: 80%;
	}
}


/* 入職者用 */
#modalDocs {
	display: none;
	position: fixed;
	z-index: 1100;
	width: 900px;
	background: #fff;
	box-sizing: border-box;
}
#modalDocs .inbox {
	position: relative;
	padding: 30px;
	width: 100%;
	box-sizing: border-box;
}
#modalDocs .sttlBlue {
	margin-bottom: 20px;
	text-align: left;
	color: #505fc7;
	font-size: 180%;
	font-weight: bold;
	letter-spacing: -.03em;
}
#modalDocs .btnClose {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}
#modalDocs .btnClose span {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	background: #4f5fc6
}
#modalDocs .btnClose span:before,.btnClose span:after{
	position: absolute;
	top: 50%;
	right: 50%;
	display: block;
	content: '';
	width: 2px;
	height: 50px;
	margin-top: -25px;
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #fff;	
}
#modalDocs .btnClose span:after{
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#modalDocs h4 {
	margin-left: -8px;
	margin-bottom: 15px;
}
#modalDocs .sampleBox02 .leftBox:first-child {
	margin-right: 20px;
}


@media screen and (max-width: 980px) {
	#modalDocs {
		width: 90%;
		overflow-y: scroll;
	}
	#modalDocs .inbox {
		padding: 20px;
	}
	#modalDocs .sttlBlue {
		margin-bottom: 15px;
		font-size: 150%;
	}
	#modalDocs .btnClose span {
		width: 30px;
		height: 30px;
	}
	#modalDocs .btnClose span:before,.btnClose span:after{
		position: absolute;
		top: 50%;
		right: 50%;
		display: block;
		content: '';
		width: 2px;
		height: 16px;
		margin-top: -8px;
	}
	#modalDocs .sampleBox02 .leftBox {
		flex: none;
	}
	#modalDocs .sampleBox02 .leftBox:first-child {
		margin-right: 0;
	}
}

/*-- description -----------------------*/
.description {
}
.description img {
	border: 1px solid #E8E8E8;
}

/*======= 6: form ========================================================*/
.commentsBox {
	width: 950px;
	padding: 0 15px 5px;
	background: #333;
	text-align: center;
}
.commentsBox p {
	text-align: left;
	color: #fff;
	margin-bottom: 5px;
}
.uploadBox {
	position: relative;
	height: 100%;
	min-height: 36px;
}
.uploadBox .leftBox label {
	position: absolute;
	top: 50%;
	margin-top: -14px;
}
input[type=text].inputWidS {
	width: 40px;
	margin: 0 5px;
	padding: 0 5px;
}

@media screen and (max-width: 768px) {
	.commentsBox {
		width: 100%;
		padding: 0;
	}
  .listLine label {
    line-height: 3;
	}
	input[type=text].inputWidS {
		width: 20%;
		padding: 5px;
	}
  .listLine li:last-child {
    padding-right: 0;
  }
}

/* CONTACT */
.contact {
	margin: 80px auto;
	width: 1000px;
	box-sizing: border-box;
	padding: 5px;
	border: 5px solid #5162C4;
	background: #C4C9E8;
}
.contact .frame {
	padding: 5px;
	background: #fff;
}
.contact.sgf .frame {
	background: #fff url(/img/interviewee/ttl_sgfd-logo.gif) no-repeat 90% 80%;
	background-size: 120px;
}

.contact h2 {
	margin: 0 30px;
	padding: 13px;
	text-align: center;
	font-size: 186%;
	letter-spacing: .06em;
	color: #5162C4;
	border-bottom: 1px dashed #989FD6;
}
.contact .inbox {
	padding: 35px 30px 15px;
}
.contact .inbox .freedialList .freedial:nth-child(odd) {
	margin-right: 50px;
}
.contact .freedial:nth-child(2n) {
	margin-bottom: 20px;
}
.contact .freedial p:first-child {
  margin-right: 20px;
}
.contact .freedial p:last-child img {
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 5px;
}
.contact .balloon {
  position: relative;
  padding: 18px 15px;
  height: 52px;
  min-width: 155px;
  box-sizing: border-box;
  background: #5162C4;
  font-size: 86%;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.contact .balloon::after {
  position: absolute;
  top: 50%;
  right: -18px;
  content: '';
  margin-top: -10px;
  border: 10px solid transparent;
  border-top-width: 10px;
  border-bottom-width: 12px;
  border-left-color: #5162C4;
}
.contact .freedial .tel {
	font-size: 226%;
}
.contact .freedial .tel a {
	text-decoration: none;
	color: #000000;
	cursor: default;
}
.contact .freedialList .personnel {
  min-height: 52px;
  display: flex;
  align-items: center;
}


@media screen and (max-width: 768px) {
	.contact {
		margin: 30px 3%;
		width: 94%;
		box-sizing: border-box;
	}
	.contact h2 {
		margin: 0 0;
    padding: 13px 0;
		font-size: 120%;
    letter-spacing: .03em;
	}
	.contact.sgf .frame {
		background: #fff url(/img/interviewee/ttl_sgfd-logo.gif) no-repeat 50% 98%;
		background-size: 80px;
	}
	.contact .inbox {
		padding: 15px 8px 15px;
	}
	.contact .freedial:nth-child(2n) {
		margin-bottom: 0;
	}
	.contact .inbox .freedialList .freedial:nth-child(odd) {
		margin-right: 0;
	}
	.contact .leftBox,
	.contact .rightBox{
		float: none;
	}
	.contact .freedial p:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.contact .freedial p:last-child img {
		display: block;
		width: 60%;
		margin: 0 auto 25px;
		padding-top: 0;
	}
	.contact .balloon {
		width: 100%;
		padding: 10px;
		height: inherit;
		font-size: 108%;
		line-height: 1.3;
	}
	.contact .balloon.line1 {
		padding: 18px 15px;
	}
	.contact .balloon::after {
		top: 110%;
		right: 50%;
		margin-right: -10px;
		border: 10px solid transparent;
		border-bottom-width: 10px;
		border-top-width: 12px;
		border-top-color: #5162C4;
	}
	.contact .freedial .tel {
		text-align: center;
		margin-bottom: 20px;
	}
}

/* アコーディオンリスト */
.checkListBox {
	margin-bottom: 40px;
}
.checkList {
	border-bottom: 0;
	box-sizing: border-box;
}
h3.sttlCheck {
	position: relative;
	padding: 15px;
	margin-bottom: 20px;
	color: #ffffff;
	background: #3f4798;
	font-size: 106%;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.checkListBox {
		padding: 15px 10px;
		margin-bottom: 0;
	}
	.checkList {
		padding: 0 10px;
	}
}


.tblGraduate {
	width: 60%;
	margin: 20px 0 5px;
	border: 2px solid #D9DAE4;
	background: #FFF;
}
.tblGraduate caption {
	margin-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}
.tblGraduate th {
	width: 130px;
	background: #F1F1F1;
}
.tblGraduate th,
.tblGraduate td {
	padding: 10px 12px;
	text-align: left;
}
.tblBase01 .tblGraduate tr:first-child th,
.tblBase01 .tblGraduate tr:first-child td {
	border-top: none;
}
@media screen and (max-width: 768px) {
	.tblGraduate {
		width: 100%;
		margin: 20px 0 5px;
		border: 2px solid #D9DAE4;
		background: #FFF;
	}
	.tblGraduate caption {
		margin-bottom: 5px;
		font-size: 100%;
		font-weight: bold;
		text-align: left;
	}
	
	.tblGraduate th,
	.tblGraduate td {
		display: table-cell;
		padding: 10px 12px;
		text-align: left;
	}
	.tblGraduate th {
		width: 40% !important;
		color: #000000;
	}
	.tblBase01 .tblGraduate tr:first-child th,
	.tblBase01 .tblGraduate tr:first-child td {
		border-top: none;
	}
}



.inputTtl {
  margin-bottom: 10px;
	padding: 5px 8px;
	background: #F1F2F6;
  border-left: 5px solid #2E3E9E;
}
.regionBox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap:         nowrap;
  margin-bottom: 1%;
}

.regionBox .baseArea {
  width: 15%;
  margin-right: 3%;
}

.regionBox .baseArea label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items:         center;
  width: 100%;
  height: 100%;
  padding: 6px 6px 6px 13px;
  box-sizing: border-box;
  border-left: 5px solid #2E3E9E;
  font-size: 15px;
  font-weight: bold;
  background: #F1F2F6;
}
.regionBox .baseArea label input[type=checkbox] {
  margin-bottom: -1px;
}
.regionBox .localArea {
  width: 85%;
  padding: 10px;
  box-sizing: border-box;
}

.regionBox .localArea ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
  line-height: 1.8;
}
.regionBox .localArea ul li {
  width: 20%;
}

.list2Column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
}
.list2Column li {
  width: 50%;
  margin-bottom: 15px;
}
.list2Column li:last-child {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .regionBox {
    display: block;
  }
  .regionBox .baseArea {
    width: 100%;
    margin-right: 0;
  }
  .regionBox .baseArea label {
    padding: 5px 8px;
    background: #F1F2F6;
    border-left: 5px solid #2E3E9E;
  }
  .regionBox .localArea {
    width: 100%;
  }
  .regionBox .localArea ul {
    line-height: 2.5;
    font-size: 116%;
  }
  .regionBox .localArea ul li {
    width: 33.3%;
  }
  
  .list2Column {
    display: block;
  }
  .list2Column li {
    width: 100%;
    margin-bottom: 15px;
  }
  .regionBox .listLine.spVertical {
    padding: 0 10px;
  }
  .listLine.spVertical li {
    display: block;
    padding-right: 0;
    margin-bottom: .8em;
    line-height: 2;
  }
  .listLine.spVertical li label {
    line-height: 2;
  }
  .regionBox .listLine.spVertical li label {
    font-size: 100%;
  }
  
  .regionBox ul.listLine.spVertical {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:         wrap;
  }
  .regionBox ul.listLine.spVertical li {
    width: 33.3%;
    font-size: 116%;
  }
}



/* 複数面接 */
.attentionBox {
  width: 76%;
  margin: 60px auto 40px;
  padding: 30px 25px 30px;
  background: #fff;
  color: #000;
  box-sizing: border-box;
  border: 2px solid #D9DAE4;
}
.attentionBox h3 {
	margin-bottom: 15px;
	color: #505fc7;
	font-size: 160%;
	font-weight: bold;
	letter-spacing: -.03em;
  text-align: center;
  margin-top: -50px;
}
.attentionBox h3 span {
  display: inline-block;
  padding: 0 15px;
  background: #fff;
}
.attentionBox p {
  font-size: 106%;
}
@media screen and (max-width: 768px) {
  .attentionBox {
    width: 90%;
    margin: 30px auto 40px;
    padding: 3% 4% 6%;
  }
  .attentionBox h3 {
	  margin-bottom: 10px;
    color: #505fc7;
    font-size: 133%;
    font-weight: bold;
    letter-spacing: -.03em;
    text-align: center;
    margin-top: -8%;
  }
  .attentionBox p {
    font-size: 100%;
  }
}

/* 動作検証の確認事項説明文追加（SPのみ） */
.note_voiceCheck {
          display: none;
        }
        @media screen and (max-width: 768px) {
          .note_voiceCheck {
            display: block;
            max-width: 90%;
            box-sizing: border-box;
            position: relative;
            border: 2px solid #e61958;
            padding: 20px 10px 15px;
            margin: 2rem auto 0;
          }
          .note_voiceCheck .inSttl {
            position: absolute;
            display: inline-block;
            top: -13px;
            left: 10px;
            padding: 0 5px;
            background: #fff;
            font-size: 120%;
            font-weight: bold;
            color: #e61958;
          }
          .note_voiceCheck .readtxt {
            font-size: 12px;
            color: #e61958;
          }
		}

/* 入職書類通帳のサンプル追加 */
.flexboxSampleImg{
  display: flex;
  justify-content: space-between;
}
.flexboxSampleImg a {
  display: block;
  width: 300px;
  text-align: center;
  margin-top: -60px;
  position: relative;
  z-index: 500;
}
.flexboxSampleImg a figure{
  margin: 0;
}
.flexboxSampleImg a figure img{
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flexboxSampleImg p {
    width: 60%;
  }
  .flexboxSampleImg a {
    display: block;
    width: 40%;
    text-align: center;
    margin-top: 0;
  }
}