@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------------------------------------
	#side
/*-----------------------------------------------------------------------*/
#side {
	float: none;
}


/*-------------------------------------------------------------------------
	#schedule
/*-----------------------------------------------------------------------*/
#schedule {
	padding: 10px 20px 0;
	border: 4px solid #BFD6F1;
}
#schedule h5 {
	padding: 10px 0 10px 36px;
	background: url(../img/icoTime.svg) no-repeat left center;
    background-size: 30px 30px;
}
#schedule .f-item {
	width: 48%;
}
#schedule .f-item.one-column {
	width: 100%;
}
#schedule #day h6 {
	color: #E65000;
	font-size: 1.2rem;
}
#schedule #night h6 {
	color: #3776C0;
	font-size: 1.2rem;
}
#schedule table {
	font-size: 1.2rem;
	width: 100%;
}
#schedule table th {
	width: 4em;
}
#schedule table th,
#schedule table td {
	padding: 2px 6px;
	border: 1px solid #ccc;
}
#schedule #day th {
	color: #E65000;
	background: #FDE4D0;
}
#schedule #night th {
	color: #3776C0;
	background: #D7E9FF;
}
#schedule #private {
	margin-top: 80px;
	position: relative;
}
	#schedule #private.img_v {
		margin-top: 90px;
	}
#schedule #private figure {
	position: absolute;
	top: -84px;
	right: 30px;
}
	#schedule #private.img_v figure {
		top: -114px;
		right: 0px;
	}
#schedule #private h5 {
	padding: 0;
	background: none;
	border-bottom: 1px dashed #ccc;
}
#schedule #private h5 span {
	color: #9A9A9A;
	font-size: 1.4rem;
}
#schedule #private dt {
	font-weight: bold;
}



/*-------------------------------------------------------------------------
	#process
/*-----------------------------------------------------------------------*/
#process {
	margin-top: 25px;
	position: relative;
	width:220px;
	height:150px;
	background:url(/hellographic/work/job/files/img/bnrProcessBg.jpg) no-repeat;
	}
#process a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#process .processttl{
	width:134px;
	padding:13px 0 0 14px;
	line-height: 1;
}
#process .processtxt{
	width:132px;
	height:69px;
	padding:8px 0 0 14px;
}
#process .processsub{
	width:104px;
	padding:20px 0 0 14px;
	line-height: 1;
}


/*-------------------------------------------------------------------------
	#tabsJob
/*-----------------------------------------------------------------------*/
/*#schedule dd#tabsJob ul#tabhead {
	width:200px;
	margin-bottom:5px;
	clear:both;
	overflow:hidden;
	}
#schedule dd#tabsJob ul#tabhead li {
	width:99px;
	height:21px;
	margin-right:2px;
	float:left;
	display:inline;
	}
#schedule dd#tabsJob ul#tabhead li.tab2 {
	margin-right:0;
	}
#schedule dd#tabsJob ul#tabhead li a {
	width:97px;
	height:19px;
	line-height:19px;
	font-size: 1.1rem;
	text-align:center;
	color:#ffffff;
	border:1px solid #cccccc;
	background-color:#cccccc;
	display:block;
	}
#schedule dd#tabsJob ul#tabhead li#tabDay.active a {
	color:#e65000;
	border-top:1px solid #e65000;
	border-right:1px solid #e65000;
	border-bottom:1px solid #f9f9f9;
	border-left:1px solid #e65000;
	background-color:#f9f9f9;
	}
#schedule dd#tabsJob ul#tabhead li#tabNight.active a {
	color:#3776c0;
	border-top:1px solid #3776c0;
	border-right:1px solid #3776c0;
	border-bottom:1px solid #f9f9f9;
	border-left:1px solid #3776c0;
	background-color:#f9f9f9;
	}
#schedule dd#tabsJob ul#tabfoot {
	margin-top:10px;
	}
#schedule dd#tabsJob ul#tabfoot li {
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
#schedule dd#tabsJob ul#tabfoot li a {
	line-height:2em;
	display:block;
	}
#schedule dd#tabsJob ul#tabfoot li#tabDayFoot {
	border:1px solid #e65000;
	background-color:#FDE4D0;
	}
#schedule dd#tabsJob ul#tabfoot li#tabDayFoot a {
	color:#e65000;
	}
#schedule dd#tabsJob ul#tabfoot li#tabNightFoot {
	border:1px solid #3776c0;
	background-color:#D7E9FF;
	}
#schedule dd#tabsJob ul#tabfoot li#tabNightFoot a {
	color:#3776c0;
	}
*/
/*-------------------------------------------------------------------------
	#tabsJob .tab_content
/*-----------------------------------------------------------------------*/
/*#schedule dd#tabsJob .tab_content table {
	line-height:15px;
	border:1px solid #cccccc;
	font-size: 1.1rem;
	width: 100%;
	}
#schedule dd#tabsJob .tab_content table th {
	padding:4px 5px;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #cccccc;
	text-align:right;
	font-weight:bold;
	}
#schedule dd#tabsJob .tab_content table td {
	padding:4px 5px;
	background-color:#ffffff;
	border-bottom:1px solid #cccccc;
	}
#schedule dd#tabsJob #day th {
	color:#e65000;
	background-color:#fde4d0;
	}
#schedule dd#tabsJob #night th {
	color:#3776c0;
	background-color:#d7e9ff;
	}
#schedule dd#tabsJob .tab_content table tr.last th {
	border-bottom:none;
	}
#schedule dd#tabsJob .tab_content table tr.last td {
	border-bottom:none;
	}
#schedule dd#tabsJob .tab_content table tr.sleep td {
	background-color:#f1f1f1;
	}
#schedule dd#tabsJob .tab_content table tr.working td {
	background-color:#ffffe6;
	}
*/


/*-------------------------------------------------------------------------
	#main
/*-----------------------------------------------------------------------*/

/*flex*/
#main .f-container {
	display: flex;
	justify-content: space-between;
}

#main .sentenceWrap {
	padding: 0 30px;
}
#main h4 span {
	font-size: 1.8rem;
}
#main #mainImg {
	margin-bottom:20px;
	position: relative;
	}
#main.LeftLayout #mainImg .mainImgName {
	position: absolute;
	bottom: 11.53%;
	right: 4.28%;
	height: 19.2%;
}
#main.RightLayout #mainImg .mainImgName {
	position: absolute;
	bottom: 11.53%;
	left: 4.28%;
	height: 19.2%;
}
#main .sentence {
	margin:0 auto 40px auto;
	}
#main .question {
	margin:40px auto 20px auto;
	}
#main .question .note {
	margin-top: 1em;
	font-size: 1.2rem;
}
#main .question dl {
	margin-top: 1em;
	font-size: 2rem;
	line-height: 1.4;
}
#main .question dl dt,
#main .question dl dd {
	padding-left: 2em;
	text-indent: -2em;
}
#main .question dl dt span {
	color: #005AC8;
	font-weight: bold;
}
#main .question dl dd {
	margin-top: 1em;
	font-weight: bold;
}
#main .question dl dd span {
	color: #0388F1;
	font-weight: bold;
}
#main .question img {
	width: 300px;
}
#main.RightLayout #question1 {
	flex-flow: row-reverse;
	justify-content: flex-end;
}
#main.RightLayout #question1 dl {
	margin-left: 2em;
}
#main.LeftLayout #question2 {
	flex-flow: row-reverse;
	justify-content: flex-end;
}
#main.LeftLayout #question2 dl {
	margin-left: 2em;
}
#main #message {
	margin:0 auto 20px auto;
}

/*-------------------------------------------------------------------------
	.otherQuestion
/*-----------------------------------------------------------------------*/
#main .otherQuestion {
	width: 450px;
	margin: 30px auto 0;
}
#main .otherQuestion h5 {
	border-left: 4px solid #005AC8;
	padding-left: 8px;

}

/*-------------------------------------------------------------------------
	#moji
/*-----------------------------------------------------------------------*/
#main #moji {
	margin-bottom: 30px;
}
#main #moji dt {
	margin-right: 15px;
	flex-basis: 100%;
	max-width: 133px;
	min-width: 110px;
}


/*-------------------------------------------------------------------------
	#message
/*-----------------------------------------------------------------------*/
#main #message {
}
#main #message dt {
	margin-right: 15px;
	flex-basis: 100%;
	max-width: 133px;
	min-width: 110px;
}
#main #message .balloon {
  position: relative;
  display: inline-block;
  padding: 10px 13px;
  min-width: 120px;
  max-width: 100%;
  background: #FFDFA6;
  border-radius: 4px;
}

#main #message .balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #FFDFA6;
  z-index: 2;
}

/*-------------------------------------------------------------------------
	#naviOther
/*-----------------------------------------------------------------------*/
#main #naviOther {
	width:640px;
	margin:40px auto 0 auto;
	}
#main #naviOther ul {
	width:565px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	}
#main #naviOther ul li {
	width:170px;
	text-align:center;
	float:left;
	overflow:hidden;
	}
#main #naviOther ul li.png_bgtoIndex {
	width:185px;
	height:120px;
	float:left;
	overflow:hidden;
	}
#main #naviOther ul li.png_bgLeft {
	width:20px;
	height:39px;
	margin:25px 0 0 0;
	float:left;
	overflow:hidden;
	}
#main #naviOther ul li.png_bgRight {
	width:20px;
	height:39px;
	margin:25px 0 0 0;
	float:right;
	overflow:hidden;
	}

.kome{
	line-height: 1.3em;
}
.indent{
	text-indent: 0.9em;
}

.line_height{
	margin-top: 4px;
	line-height: 1.4em;
}


/*-------------------------------------------------------------------------
  ------------------------------------------------------------------------
	ブレイクポイント
	940px未満 @media screen and (max-width: 939px) {...}
	560px未満 @media screen and (max-width: 559px) {...}
  ------------------------------------------------------------------------
/*-----------------------------------------------------------------------*/
@media screen and (max-width: 939px) {
	#main.LeftLayout #mainImg .mainImgName {
		height: 24%;
	}
	#main.RightLayout #mainImg .mainImgName {
		height: 24%;
	}
	#main .sentenceWrap {
    	padding: 0;
	}
	#main .question.f-container {
		display: block;
	}
	#main .question dl {
		border-left: 4px solid #005AC8;
    	padding-left: 8px;
		font-size: 1.3rem;
	}
	#main .question dl dd {
		margin-top: 0.2em;
	}
	#main .question img {
		width: auto;
	}
	#main.RightLayout #question1 dl {
		margin-left: 0;
	}
	#main.LeftLayout #question2 dl {
		margin-left: 0;
	}
	#main h5 {
		font-size: 1.3rem;
	}
	#main #schedule .f-container {
		display: block;
	}
	#schedule .f-item {
		width: 100%;
	}
	#schedule #private {
		margin-top: 40px;
	}
		#schedule #private.img_v {
			margin-top: 40px;
		}
	#schedule #private figure {
		width: 124px;
		top: -34px;
		right: 20px;
	}
		#schedule #private.img_v figure {
			top: -64px;
			right: 20px;
		}
	#schedule #private h5 span {
		font-size: 1.2rem;
	}
	#main .otherQuestion {
		width: auto;
	}
	#main #moji,
	#main #message {
		font-size: 1rem;
		line-height: 1.6;
	}
	#main #message .balloon:before {
		top: 30px;
	}
	#main #message dt {
	min-width: 65px;
	}
	#main #naviOther {
		width: auto;
		font-size: 1rem;
	}
	#main #naviOther ul {
		display: flex;
		justify-content: center;
		width: auto;
	}
	#main #naviOther .backBtn {
		position: relative;
		bottom: auto;
		right: auto;
		width: 22em;
		margin: 0.5em auto 0;
		border-radius: 3px;
		background: #0554CA;
		color: #fff;
		text-align: center;
	}
	#main #naviOther .backBtn a {
		padding: 0.5em 0;
		color: #fff;
		display: block;
	}
	#main #naviOther .backBtn a:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 0;
		height: 0;
		margin-top: -5px;
		border: 5px solid transparent; /*top right bottom を透明化 */
		border-left: 5px solid #fff;
	}
}


@media screen and (max-width: 559px) {
}