#fb{
    width: 100% !important;
}

div.sp{
		display: block;
		margin-top: -1px;
	}
br.sp{
		display: block;
	}
.pc{display: none;}
#container{
	width: 100%;
	margin: 0 auto;
	z-index: 100;
}

.inline{
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}
img{
	width: 100%;
}
/*=================================

	header 共通

=================================*/
header .inline{
	padding-left: 0px;
	padding-right: 0px;
}
header{
	width: 100%;
	box-sizing: border-box;
	z-index: 100;
	position: relative;
	height: 48px;
	background-color: #fff;
}

header h1{
	width: 124px;
	padding-top: 13px;
	padding-left: 12px;
	text-align: left;
}
header h1 img{
	vertical-align: top;
}
#sp_menubtn{
	width: 25px;
	height: 12px;
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 12px;
}
#sp_menubtn img{
	vertical-align: top;
}
header nav#nav{
	display: none;
}
header nav#nav ul.sp01,
header nav#nav ul.sp02{
	display: none;
}
header nav#nav{
	position: relative;
	top: 0px;
	background-color: #fff;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
header nav#nav ul li{
	text-align: center;
	line-height: 12px;
}
header nav#nav ul li a{
	display: block;
	color: #383838;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding: 14px 0px;
	border-bottom: 1px solid #dedede;
}
header nav#nav ul li.pc{
	display: none;
}
header nav#nav ul li.arr01,
header nav#nav ul li.arr02{
	background-image: url('../img/cmn_img/arr_under.png');
	background-position: right 10px top 17px;
	background-repeat: no-repeat;
	background-size: 10px auto;
	font-size: 12px;
	padding: 14px 0 0;
	cursor: pointer;
}
header nav#nav ul li.arr01.active,
header nav#nav ul li.arr02.active{
	background-image: url('../img/cmn_img/arr_top.png');
	background-position: right 10px top 17px;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
header nav#nav ul li.arr01 > span,
header nav#nav ul li.arr02 > span{
	display: block;
	padding-bottom: 14px;
	border-bottom: 1px solid #dedede;
}
header nav#nav ul li.arr01.is-open,
header nav#nav ul li.arr02.is-open{
	background-image: url('../img/cmn_img/arr_top.png');
}

header nav#nav ul.sp01 li a,
header nav#nav ul.sp02 li a{
	background-color: #f7f7f7;
}
header nav#nav ul li a.last{
	border-bottom-style: none;
}
/*=================================

	mv 共通

=================================*/
.mv{
	background: url(../img/top_img/mv_sp.png) no-repeat bottom center;
	position: relative;
	top: 0px;
	max-height: 331px;
	background-size: cover;
	margin: 0 auto;
	text-align: center;
}
.under .mv{
	background-size: cover;
	background-position: bottom center;
}
.mv.company{
	background-image: url('../img/under_mv/under_mv01_sp.png');
}
.mv.company.information{
	background-image: url('../img/under_mv/under_mv01_sp.png');
}
.mv.company.greeting{
	background-image: url('../img/under_mv/under_mv01_sp.png');
}
.mv.about{
	background-image: url('../img/under_mv/under_mv01_sp.png');
}
.mv.about.business{
	background-image: url('../img/under_mv/under_mv01_sp.png');
}
.mv.about.flow{
	background-image: url('../img/under_mv/under_mv01_sp.png');
}
.mv.about.fqa{
	background-image: url('../img/under_mv/under_mv01_sp.png');
}
.mv.about.training{
	background-image: url('../img/under_mv/under_mv01_sp.png');
}
.mv.union{
	background-image: url('../img/under_mv/under_mv01_sp.png');
}
.mv.recruit{
	background-image: url('../img/under_mv/under_mv01_sp.png');
}
.mv.rule{
	background-image: url('../img/under_mv/under_mv01_sp.png');
}
.mv.contact{
	background-image: url('../img/under_mv/under_mv01_sp.png');
}
.mv h1{
	padding-top: 100px;
	padding-bottom: 200px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.under .mv h1{
	color: #fff;
	text-shadow: none;
	padding-top: 60px;
	padding-bottom: 80px;
}
/*=================================

	btn 共通

=================================*/
.btn a{
	display: block;
	width: 275px;
	height: 38px;
	text-align: center;
	box-sizing: border-box;
	margin: 0 auto;
	border: 1px solid #023f73;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #023f73;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	-ms-transition: 0s;
	transition: 0s;
	font-size: 12px;
	position: relative;
}
.btn a::after{
	content: url('../img/cmn_img/arr_right_blue_sp.png');
	position: absolute;
	top: 6px;
	right: 20px;
}
.btn.blue a::after{
	content: url('../img/cmn_img/arr_right_white_sp.png');
	position: absolute;
	top: 6px;
	right: 70px;
}
.btn.blue a{
	background-color: #023f73;
	border: 1px solid #fff;
	color: #fff;
}
/*.btn a:hover{
	background-color: #023f73;
	border: 1px solid #fff;
	color: #fff;
	background-image: url('../img/cmn_img/arr_right_white.png');
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.btn.blue a:hover{
	background-color: #fff;
	border: 1px solid #023f73;
	color: #023f73;
	background-image: url('../img/cmn_img/arr_right_blue.png');
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}*/
/*=================================

	footer　共通

=================================*/
footer{
	width: 100%;
	text-align: center;
}
footer .inline.pc{
	display: none;
}
footer .inline.sp{
	display: block;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
footer ul{
	background-color: #023f73;
	width: 100%;
}
footer ul li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
footer ul li:nth-child(2n){
	border-right-style: none;
}
footer .inline.sp > ul > li > a{
	font-size: 10px;
	color: #fff;
	line-height: 10px;
	padding: 15px 0;
	display: block;
	background-image: url('../img/cmn_img/arr_right_white_sp.png');
	background-position: right 10px top 14px;
	background-repeat: no-repeat;
	background-size: 6px auto;
}
.pagetop{
	background-color: #023f73;
	background-image: url('../img/cmn_img/arr_top_blue_sp.png');
	background-position: right 10px top 17px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
	background-size: 10px auto;
}
.pagetop a{
	display: block;
	padding: 15px 0;
	font-size: 10px;
	line-height: 10px;
	color: #fff;
}
footer h1.sp{
	width: 130px;
	padding-top: 22px;
	padding-bottom: 25px;
	margin: 0 auto;
}
.copyright{
	text-align: center;
	background-color: #023f73;
	width: 100%;
	color: #fff;
	margin: 0 auto;
	font-size: 9px;
	color: #fff;
}
.copyright p{
	padding:0;
}

/*=================================

	top page

=================================*/
.indexbox01,
.indexbox02,
.indexbox03{
	/*background-color: #f2f5f7;*/
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;

}
.indexbox02{
	/*background-color: #023f73;*/
	color: #fff;
}
.under .indexbox02{
	/*background-color: #fff;*/
	color: #34404a;
	width: 100%;
}
.under .indexbox02.top240{
	/*top: -240px;
	padding-bottom: 60px;*/
}
.indexbox03{
	/*background-color: #fff;*/
}
.indexbox04{
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto 25px;
	z-index: 100;
}
.under .indexbox04.top80{
	/*margin-top: -80px;*/
	padding-top: 20px;
}
.indexbox01 .inline,
.indexbox02 .inline,
.indexbox03 .inline{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	top: 0px;
	z-index: 1;
}
.indexbox03 .inline{
	padding-bottom: 0px;
}
.indexbox01,
.indexbox02,
.indexbox03,
.indexbox04{
	text-align: center;
}
.indexbox01 h1,
.indexbox02 h1,
.indexbox03 h1,
.indexbox04 h1{
	font-size: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}

.indexbox01 h2,
.indexbox02 h2,
.indexbox03 h2,
.indexbox04 h2{
	font-size: 13.5px;
	padding-bottom: 8px;
}
.indexbox01 p,
.indexbox02 p,
.indexbox03 p,
.indexbox04 p{
	font-size: 10px;
	line-height: 17px;
	padding-bottom: 12px;
}
.indexbox01 h1,
.indexbox03 h1{
	color: #023f73
}
.under .indexbox02 h1{
	color: #023f73;
}
.indexbox03 img.sp{
	display: block;
	padding-top: 20px;
}
.indexbox03 img.pc{
		display: none;
	}
.indexbox04 a{
	display: block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
    z-index: 10;
    background: url("../img/top_img/recruit_bg_sp.png") no-repeat top center;
    background-size: 100% auto;
}
/*.indexbox04 a::after{
	position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url("../img/top_img/recruit_bg_sp.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}*/
/*.indexbox04 a:hover:after {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}*/
.indexbox04 a .inline{
	z-index: 1;
    position: relative;
    color: #fff;
    padding-top: 30px;
    padding-left: 7px;
    padding-right: 7px;
}
.indexbox04 h2{
	font-size: 13px;
}
.indexbox04 p{
	padding-bottom: 14px;
}
.indexbox04 a .inline .btn p{
	display: block;
	width: 275px;
	height: 38px;
	text-align: center;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	-ms-transition: 0s;
	transition: 0s;
	font-size: 12px;
	position: relative;
	margin-bottom: 30px;
}
.indexbox04 a .inline .btn p::after{
	position: absolute;
	content: url('../img/cmn_img/arr_right_white.png');
	top: 13px;
	right: 7px;
}
.under .indexbox02 .no02 .btn{
	margin-bottom: 35px;
}
.boxlink{
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 35px;
}
.boxlink a{
	display: block;
	width: 47.4%;
	height: 125px;
	float: left;
	margin-right: 15px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #023f73;
    overflow: hidden;
}
.boxlink a:nth-of-type(2){
	margin-right: 0px;
}
.boxlink a > dl{
	box-sizing: border-box;
	width: 100%;
	max-height: 125px;
}
.boxlink a > dl > dt{
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	box-sizing: border-box;
}
.boxlink a > dl > dt > img{
	width: 100%;
	transition: 0.3s;
}
.boxlink a > dl > dd{
	width: 100%;
	height: 25px;
	box-sizing: border-box;
	border: 1px solid #023f73;
	background-image: url('../img/cmn_img/arr_right_blue.png');
	background-repeat: no-repeat;
	background-position: right 10px center;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	padding-top: 8px;
}

.boxlink a:hover > dl > dt > img{
	overflow: hidden;
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		 -o-transform: scale(1.1);
		    transform: scale(1.1);
}
.dllist{
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.dllist dl{
	width: 100%;
	box-sizing: border-box;
	padding-left: 8px;
	padding-right: 8px;
	border-top: 1px solid #dde5ea;
}
.dllist dl:nth-last-of-type(1){
	border-bottom: 1px solid #dde5ea;
}
.dllist dl dt{
	width: 100%;
	box-sizing: border-box;
	font-size: 10px;
	line-height: 18px;
	color: #023f73;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 7px;
}
.dllist dl dt strong{
	font-weight: bold;
}
.dllist dl dd{
	width: 100%;
	box-sizing: border-box;
	font-size: 10px;
	line-height: 18px;
	color: #34404a;
	text-align: left;
	padding-bottom: 8px;
}

/* 20180130追記 */

p.indent{
	display: block;
	width:  80%;
	margin: 0 10%;
}

ul.disc{
	list-style: disc;
	text-align: left;
	width: 90%;
	margin: 0 5%;
	padding: 0 0 12px 0;
}

ul.disc li{
	font-size: 10px;
}

/* 20180831追記 職員採用制度テーブル */

.indexbox01 table {
	width: 100%;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}
.indexbox01 table, th, td {
	border: none;
}
.indexbox01 th, td {
	border-top:1px solid #999;
  	font-size: 10px;
	line-height: 1.5;
	padding: 0.5rem;
}
.indexbox01 th {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.indexbox01 td {
	text-align: left;
	vertical-align: top;
}
.indexbox01 tr:last-child td,
.indexbox01 tr:last-child th{
	border-bottom:1px solid #999;
}
.indexbox01 table tr:nth-child(odd){
  background:#ddd;
}


.point {
  display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
    background: #f57a78;
    color: #FFF;
    box-sizing: border-box;
    width: 200px;
    margin: 10px 0;
}

.point:before, .point:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.point:before {
  top: 0;
  left: 0;
  border-width: 15px 0px 15px 10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.point:after {
  top: 0;
  right: 0;
  border-width: 15px 10px 15px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

/* 20201021追記 */

.indexbox__chk_label {
    display: block;
    margin: 0 auto 20px;
    cursor: pointer;
}

.indexbox__chk_text {
    font-size: 12px;
}

.indexbox__chk_mail {
    display: block;
    margin: 20px auto 0;
    font-size: 12px;
    color: #023f73;
    transition: .6s ease-in;
}

.indexbox__chk_hide {
    opacity: 0;
}

.indexbox__events_none a {
    border: 1px solid #f2f5f7 !important;
    background-color: #f2f5f7 !important;
    pointer-events: none;
    color: #023f73 !important;
    opacity: .5;
}

.indexbox__events_none a::after {
	content: url('../img/cmn_img/arr_right_blue.png') !important;
}

.indexbox__tabs {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    width: 100%;
    margin: 15px auto 30px;
}

.indexbox__tabs_item {
    display: block;
    width: 48%;
    padding: 6px 0;
    border: 1px solid #023f73;
    box-sizing: border-box;
    background: #FFF;
    transition: .3s;
    font-size: 12px;
    color: #023f73;
    cursor: pointer;
}

.indexbox__tabs_current {
    background: #023f73;
    color: #FFF;
}

.pages__viet {
    display: none;
}

.pdf_link {
    text-align: left;
    margin-top: 20px;
    font-size: 10px;
}
.pdf_link li {
    margin-bottom: 2px;
 }
.pdf_link a {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  text-decoration: underline;
  color: #0600ff;
}
.pdf_link a:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #043f71;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.pdf_link a:after {
  content: '';
  width: 3px;
  height: 3px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 3px;
  bottom: 0;
  margin: auto;
}
