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

/* 基本-モバイルファースト ======================================================================================================== */
/* 印刷時の余白幅指定 */
@page {
	margin: 12.7mm 9.7mm;
}
html {
-webkit-font-smoothing: antialiased;
}
body{
	text-align: center;
	width: 100%;
	font-family: sans-serif;
	line-height: 1.8;
	color: #111;
}
body,
table,
input,
textarea{
	font-size: 14px;
}

/* テキスト選択時のハイライト */
::selection {
    background: #DDD;
}
::-moz-selection {
    background: #DDD;
}

a,
a:link,
a:visited {
	color: #111;
}
.opct{}
img{
	vertical-align: middle;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	background-color: #FFF;
	padding: 5px;
	margin: 0px;
	box-sizing: border-box;
	border: 1px solid #AAA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
textarea:hover{
	border: 1px solid #666;
}
input[type="text"]:focus,
input[type="text"]:focus,
input[type="text"]:focus,
textarea:focus{
	background-color: #F3F3F3;
}
input[type="radio"],
input[type="checkbox"]{
	-webkit-appearance: none;
	background-color: #FFF;
	background-image: url(../images/checkbox_bg_off.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	border-radius: 20px;
	display: inline-block;
	vertical-align: middle;
	border: solid 1px #CCC;
	box-sizing: border-box;
}
input[type="checkbox"]{
	border-radius: 0px;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked{
	background-image: url(../images/checkbox_bg_on.svg);
	background-color: #ff8c37;
	border-color: #FFF;
}
label:hover{
	cursor: pointer;
}

/* googleリマーケティングタグの隙間回避 */
iframe[name="google_conversion_frame"] { position:absolute; top: 0; left: 0; }

.mt05{ margin-top: 5px; }
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mt20{ margin-top: 20px; }
.mt30{ margin-top: 30px; }
.mt40{ margin-top: 40px; }
.mr05{ margin-right: 5px; }
.mr10{ margin-right: 10px; }
.mr15{ margin-right: 15px; }
.mr20{ margin-right: 20px; }
.mr30{ margin-right: 30px; }
.mr40{ margin-right: 40px; }
.mb05{ margin-bottom: 5px; }
.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mb30{ margin-bottom: 30px; }
.mb40{ margin-bottom: 40px; }
.ml05{ margin-left: 5px; }
.ml10{ margin-left: 10px; }
.ml15{ margin-left: 15px; }
.ml20{ margin-left: 20px; }
.ml30{ margin-left: 30px; }
.ml40{ margin-left: 40px; }
.pt05{ padding-top: 5px; }
.pt10{ padding-top: 10px; }
.pt15{ padding-top: 15px; }
.pt20{ padding-top: 20px; }
.pt30{ padding-top: 30px; }
.pt40{ padding-top: 40px; }
.pr05{ padding-right: 5px; }
.pr10{ padding-right: 10px; }
.pr15{ padding-right: 15px; }
.pr20{ padding-right: 20px; }
.pr30{ padding-right: 30px; }
.pr40{ padding-right: 40px; }
.pb05{ padding-bottom: 5px; }
.pb10{ padding-bottom: 10px; }
.pb15{ padding-bottom: 15px; }
.pb20{ padding-bottom: 20px; }
.pb30{ padding-bottom: 30px; }
.pb40{ padding-bottom: 40px; }
.pl05{ padding-left: 5px; }
.pl10{ padding-left: 10px; }
.pl15{ padding-left: 15px; }
.pl20{ padding-left: 20px; }
.pl30{ padding-left: 30px; }
.pl40{ padding-left: 40px; }

.f_right{ float: right; }
.f_left{ float: left; }

.ta_right{ text-align: right; }
.ta_center{ text-align: center; }
.ta_left{ text-align: left; }

.font10px{ font-size: 10px; }
.font11px{ font-size: 11px; }
.font12px{ font-size: 12px; }
.font14px{ font-size: 14px; }
.font16px{ font-size: 16px; }
.font18px{ font-size: 18px; }
.font20px,
.font22px,
.font24px,
.font26px,
.font28px{ font-size: 20px; }
.font30px{ font-size: 22px; }

.font_bold{ font-weight: bold; }

.clear{
	display: block;
	float: none;
	clear: both;
}

.css_arrow{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.css_arrow.bf::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.css_arrow.af::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.css_arrow.bf.pa::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -13px;
	margin: auto 0;
}
.css_arrow.af.pa::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
}

.ca_5::before, .ca_5::after{ 		width: 5px; height: 5px; }
.ca_7::before, .ca_7::after{ 		width: 7px; height: 7px; }
.ca_10::before, .ca_10::after{ 	width: 10px; height: 10px; }
.ca_15::before, .ca_15::after{ 	width: 15px; height: 15px; }

.css_arrow.af.ca_7.pa::after{		right: 13px; }
.css_arrow.af..ca_10.pa::after{ 	right: 13px; }
.css_arrow.af..ca_15.pa::after{ 	right: 18px; }

.css_arrow.bf.ca_7.pa::before{ 		left: -15px; }
.css_arrow.bf.ca_10.pa::before{ 	left: -18px; }
.css_arrow.bf.ca_15.pa::before{ 	left: -23px; }

/* 中身======================================================================================================== */
/* ヘッダー======================================================================================================== */
#header {
}
#header #header_inner{
	padding-top: 4vw;
	padding-bottom: 4vw;
}
#header #header_logo img{
	height: 40px;
	margin-right: 5px;
}
#header #header_mail{
	font-size: 15px;
	line-height: 1;
	display: flex;
}


/* グローバルメニュー=============================================== */
#globalmenu{
	display: none;
}
#globalmenu ul{
}
#globalmenu ul li{
	border-top: solid 1px #111;
}
#globalmenu ul li:first-child{
	border-top: none;
}
#globalmenu ul li a{
	display: block;
	padding: 10px 0;
	position: relative;
}
#globalmenu ul li a::after{
	content: "";
	vertical-align: middle;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 13px;
	margin: auto;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	transform: rotate(45deg);
}
#globalmenu ul li .icon{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
#globalmenu ul li .icon img{
	max-width: 20px;
	max-height: 20px;
}
#globalmenu ul li p{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.sp-hamburger {
	display: block;
	text-align: center;
	z-index: 9500;
	position: absolute;
	top: 4vw;
	right: 2vw;
	display: block;
	box-sizing: border-box;
	width: 50px;
	height: 30px;
	padding: 0 10px;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border: 0;
	outline: 0;
	background-color: transparent;
}
.sp-hamburger:hover {
	cursor: pointer;
}
.sp-hamburger::after {
	width: 100%;
	position: absolute;
	top: 30px;
	content: 'menu';
	font-size: 10px;
	line-height: 1;
	display: block;
	text-align: center;
	left: 0px;
}
.sp_menu-open.sp-hamburger::after {
	content: 'close';
}
.sp-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 0px;
}
.sp-hamburger-icon,
.sp-hamburger-icon:before,
.sp-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #111;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sp-hamburger-icon:before,
.sp-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: '';
}
.sp-hamburger-icon:after {
  top: 10px;
}
.sp_menu-open .sp-hamburger-icon {
  background-color: transparent;
}
.sp_menu-open .sp-hamburger-icon:before,
.sp_menu-open .sp-hamburger-icon:after {
  top: 0;
}
.sp_menu-open .sp-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sp_menu-open .sp-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
 
/* ログイン部分======================================================================================================== */
#login_mini_menu{
	background-color: #8fe3ff;
	border-top: solid 2px #ff8c37;
	font-size: 12px;
}
#login_mini_menu ul{
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
#login_mini_menu li{
	margin-left: 1em;
}
#login_mini_menu li a{
	text-decoration: none;
}
#login_mini_menu .login_name{
	display: block;
	padding: 3px 0;
}
#login_mini_menu .login_name span{
	display: inline-block;
	background-color: rgba(255,255,255,0.3);
	margin-right: 5px;
}




/* コンテンツ======================================================================================================== */
#container {
}


.blog_table{
	width: 100%;
}
.page .topics .navi,
.page .topics .page_title,
.page .topics .blog_index_td,
.page .topics .blog_index,
.page .topics .blog_category_title_view,
.page .topics .blog_navi{
	display: none;
	visibility: hidden;
}
.page .topics .blog_index_td{
	width: 0px;
}
.page .topics .master_date{
	font-weight: bold;
}
.master_title{
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.page .topics .master_contents{
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #DDD;
}
.page .topics br{
	display: none;
	visibility: hidden;
}
.page .topics .master_contents br{
	display: inline;
}


#contents {
}
.main{
	position: relative;
}
.contents_size{
	padding-right: 4vw;
	padding-left: 4vw;
	text-align: left;
}
.main_top + div,
.main > .staff,
.main > .interview_sell_detail,
.main_top + #login_check + div{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 70px;
	text-align: left;
}
.navi{
	font-size: 8px;
	margin: 0 0 10px;
	text-align: left;
}
.next_navi{
	display: none;
}
.page_title{
	background-color: #2270ff;
	color: #FFF;
	padding: 20px 0;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.page_title > *{
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-shadow    : 
       2px  2px 1px #000,
      -2px  2px 1px #000,
       2px -2px 1px #000,
      -2px -2px 1px #000,
       2px  0px 1px #000,
       0px  2px 1px #000,
      -2px  0px 1px #000,
       0px -2px 1px #000
}

.page_title_costom{
	text-align: center;
}

.sub_bar{
	font-size: 20px;
	font-weight: bold;
	color: #12245a;
	text-align: center;
	display: flex;
	align-items: center;
}
.sub_bar::before,
.sub_bar::after{
	content: "";
	flex-grow: 1;
	height: 3px;
	background-color: #12245a;
	display: block;
}
.sub_bar::before {
	margin-right: .4em;
}
.sub_bar::after {
	margin-left: .4em;
}


.sub_bar_m{
	font-weight: bold;
	border-bottom: solid 3px #f2f506;
	margin-bottom: 10px;
}

form{
	margin: 0px;
	padding: 0px;
}
/* 通常テーブルパターン */
table.normal{
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0;
}
table.normal th,
table.normal td{
	border-bottom: 1px solid #DDD;
	box-sizing: border-box;
}
table.normal th{
	padding: 8px 8px 8px 0px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
form table.normal th{
	text-align: left;
	vertical-align: top;
}
table.normal td{
	padding: 8px 0px 8px 8px;
}
form .must{
	display: block;
	background-color: #C00;
	padding: 5px;
	font-size: 10px;
	line-height: 10px;
	color: #FFF;
	float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}form .cap{
	font-size: 10px;
	line-height: 1.5em;
	color: #C00;
}
form #submit_box{
	margin-top: 30px;
	text-align: center;
}
form #submit_box p{
	margin: 0 0 10px;
}
form #submit_box button{
	font-size: 20px;
	margin: 0 10px;
	padding: 15px 40px;
	cursor:pointer;
	display: inline-block;
	-webkit-appearance: none;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
form #submit_box button[type="reset"]{ background-color: #CCC; }
form #submit_box button[type="submit"]{ background-color: #C00; color: #FFF; }
form #submit_box button[type="reset"]:hover{ background-color: #BBB; }
form #submit_box button[type="submit"]:hover{ background-color: #9A0002; }

/* RIMSフォーム系 */
table.senddatatable,
table.anqtable{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	box-sizing: border-box;
	text-align: left;
	margin: 20px 0 0;
	border: solid 1px #DDD;
}
table.senddatatable th,
table.anqtable th{
	width: 100%;
	background-color: #F3F3F3;
	font-size: 14px;
	padding: 8px;
	box-sizing: border-box;
	text-align: left;
}
table.senddatatable td,
table.anqtable td{
	border-top: solid 1px #DDD;
	padding: 8px;
	box-sizing: border-box;
}
table.senddatatable td.senddata_koumoku,
table.anqtable td.senddata_koumoku{
	font-weight: bold;
	background-color: #F9F9F9;
}
table.senddatatable .anq_required,
table.anqtable .anq_required{
	color: #D10003;
}
#SPForm input.form_input_back{
	-webkit-appearance: none;
	border: none;
	background-color: #CCC;
	width: 40%;
	padding: 15px 0px;
	margin: 0px;
}
#SPForm input[type="submit"]{
	-webkit-appearance: none;
	border: none;
	background-color: #e41611;
	font-size: 16px;
	color: #FFF;
	width: 40%;
	padding: 15px 0px;
	margin: 0px;
}





/* フッター======================================================================================================== */
#footer {
	background-color: #FDFF75;
	padding: 4vw 0;
	margin-top: 40px;
}
#footer_contact{
	text-align: center;
}
#footer_contact em{
	font-size: 18px;
}
#footer_tel dt{
	display: block;
}
#footer_tel dd .icon{
	display: inline-block;
	vertical-align: middle;
}
#footer_tel dd a{
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	font-weight: bold;
	color: #e41611;
}
#footer_mail{
	margin-top: 10px;
}
#footer_mail dt{
	display: block;
}
#footer_mail dd a{
	font-size: 5vw;
	font-weight: bold;
}

#footer_contact_menu{
	margin-bottom: 20px;
}
#footer_contact_menu li{
	margin-top: 10px;
}
#footer_contact_menu li a{
	display: block;
	text-decoration: none;
	background-color: #122258;
	color: #FFF;
	padding: 5px;
	text-align: left;
	border-radius: 5px;
}
#footer_contact_menu li a::after{
	border-color: #FFF;
}
#footer_contact_menu li a .icon{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin-right: 5px;
	text-align: center;
}
#footer_contact_menu li a .icon img{
	max-width: 20px;
	max-height: 20px;
	margin: auto;
}
#footer_contact_menu li a p{
	display: inline-block;
	vertical-align: middle;
}
#footer_logo{
	margin-bottom: 10px;
}
#footer_logo img{
	height: 40px;
	margin-right: 5px;
}
#footer_text_link ul{
	display: flex;
	flex-wrap: wrap;
}
#footer_text_link ul li{
	width: 50%;
	margin-bottom: 10px;
	font-size: 12px;
}
#footer_beta .img{
	text-align: center;
}
#footer_beta .img img{
	width: 150px;
}
#footer_beta p{
	font-size: 12px;
	margin: 10px 0;
}

#footer #copy_right{
	text-align: center;
	font-size: 10px;
}


/* スマホのみ======================================================================================================== */
@media print and (max-width: 750px), screen and (max-width: 750px){
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
　
}
.pc_only{ display: none; }
.sp_only{ }

.sp_tel{}

.mt50,.mt60,.mt70,.mt80,.mt90{ margin-top: 40px; } .mt100,.mt150{ margin-top: 60px; }
.mr50,.mr60,.mr70,.mr80,.mr90{ margin-right: 40px; } .mr100,.mr150{ margin-right: 60px; }
.mb50,.mb60,.mb70,.mb80,.mb90{ margin-bottom: 40px; } .mb100,.mb150{ margin-bottom: 60px; }
.ml50,.ml60,.ml70,.ml80,.ml90{ margin-left: 40px; } .ml100,.ml150{ margin-left: 60px; }

.pt30,.pt40,.pt50,.pt60{ padding-top: 20px; }
.pr30,.pr40,.pr50,.pr60{ padding-right: 20px; }
.pb30,.pb40,.pb50,.pb60{ padding-bottom: 20px; }
.pl30,.pl40,.pl50,.pl60{ padding-left: 20px; }

/* RIMSフォーム系 */
table.senddatatable td,
table.anqtable td{
	display: block;
}
table.senddatatable td.senddata_koumoku,
table.anqtable td.senddata_koumoku{
	display: block;
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	width: 100%;
}
input[mode="hiragana"]{
	width: 90%;
}
input[type="tel"]{
	width: 23%;
}

/* 資料請求ヘッダー部分 */
.inqHead{
	width: 100%;
}
.inqHead th,
.inqHead td{
	display: block;
}
.inqHead > tbody > tr > th{
	font-size: 14px;
	padding: 5px 10px;
	text-align: left;
	border: solid 1px #555;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.inqHead > tbody > tr > th .anq_required{
	color: #D10003;
	font-size: 12px;
	font-weight: bold;
}
.inqHead .inqObjs{
	width: 100%;
}
.inqHead .inqObjs tr th.cell-01{
	line-height: 1;
	color: #FFF;
	padding: 18px 0;
	border-top: solid 1px #DDD;
	position: relative;
}
.inqHead .inqObjs tr:first-child th.cell-01{
	border-top: none;
}
.inqHead .inqObjs tr th.cell-01::before{
	content: "";
	display: block;
	background-color: #555;
	color: #FFF;
	text-align: center;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	position: absolute;
	top: 8px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: -1;
}
.inqHead .inqObjs .cell-07{
	padding: 0 0 8px;
}
.inqHead .inqType{
	width: 100%;
}
.inqHead .inqType td{
	display: block;
	padding: 8px 0;
	border-bottom: solid 1px #EEE;
	text-align: left;
}

form #areabox1,
form #areabox2,
form #railways,
form #stations{
	width: 100% !important;
	margin: 1% !important;
	padding: 0 !important;
	float: none !important;
	display: block !important;
	vertical-align: middle !important;
}
.anqtable div[style*="white-space"]{
	white-space: normal !important;
}





}

/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){
body{
	font-family: Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body,
table,
input,
textarea{
	font-size: 14px;
}
a,
a:link,
a:visited {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover {
	color: #555;
}
a:active {
	color: #FC0;
}
.opct a:hover,
a.opct:hover,
a:hover img.opct{
	opacity: 0.8;
    -moz-opacity:0.8;
    filter: alpha(opacity=80);
}

.pc_only{ }
.sp_only{ display: none; }

.sp_tel:visited,
.sp_tel:link,
.sp_tel{	pointer-events: none; text-decoration: none; }

.mt50{ margin-top: 50px; }
.mt60{ margin-top: 60px; }
.mt70{ margin-top: 70px; }
.mt80{ margin-top: 80px; }
.mt90{ margin-top: 90px; }
.mt100{ margin-top: 100px; }
.mt150{ margin-top: 150px; }

.mr50{ margin-right: 50px; }
.mr60{ margin-right: 60px; }
.mr70{ margin-right: 70px; }
.mr80{ margin-right: 80px; }
.mr90{ margin-right: 90px; }
.mr100{ margin-right: 100px; }
.mr150{ margin-right: 150px; }

.mb50{ margin-bottom: 50px; }
.mb60{ margin-bottom: 60px; } 
.mb70{ margin-bottom: 70px; } 
.mb80{ margin-bottom: 80px; } 
.mb90{ margin-bottom: 90px; } 
.mb100{ margin-bottom: 100px; } 
.mb150{ margin-bottom: 150px; } 

.ml50{ margin-left: 50px; }
.ml60{ margin-left: 60px; }
.ml70{ margin-left: 70px; }
.ml80{ margin-left: 80px; }
.ml90{ margin-left: 90px; }
.ml100{ margin-left: 100px; }
.ml150{ margin-left: 150px; }

.pt50{ padding-top: 50px; }
.pt60{ padding-top: 60px; }

.pr50{ padding-right: 50px; }
.pr60{ padding-right: 60px; }

.pb50{ padding-bottom: 50px; }
.pb60{ padding-bottom: 60px; } 

.pl50{ padding-left: 50px; }
.pl60{ padding-left: 60px; }

.font20px{ font-size: 20px; }
.font22px{ font-size: 22px; }
.font24px{ font-size: 24px; }
.font26px{ font-size: 26px; }
.font28px{ font-size: 28px; }
.font30px{ font-size: 30px; }

/* 中身 */
#header {
}
#header #header_inner{
	padding-top: 20px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header #header_logo{
	position: relative;
	z-index: 10;
}
#header #header_logo img{
	height: 60px;
}
#header #header_tel{
	padding-right: 390px;
	display: flex;
	align-items: center;
}
#header #header_tel p{
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	color: #e41611;
}



/* グローバルメニュー */
#globalmenu{
	display: block;
	padding-bottom: 20px;
}
#globalmenu ul{
	display: flex;
}
#globalmenu ul li{
	border-top: none;
	width: 14.28%;
}
#globalmenu ul li a{
	padding: 0;
	text-align: center;
	text-decoration: none;
}
#globalmenu ul li a:hover{
	color: #ff8c37;
}
#globalmenu ul li a::after{
	display: none;
}
#globalmenu ul li .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 5px;
	height: 50px;
}
#globalmenu ul li .icon img{
	max-width: 50px;
	max-height: 50px;
}
#globalmenu ul li p{
	display: block;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
}

/* ログイン部分 */
.login_view{
}
#login_mini_menu{
	font-size: 14px;
}
#login_mini_menu .contents_size{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#login_mini_menu .login_name{
	padding: 0;
}

#header_contents{
	width: 100%;
	position: absolute;
	top: 25px;
	right: 0px;
}
#header_contents ul{
	display: flex;
	justify-content: flex-end;
}
#header_contents li{
	margin-left: 10px;
}
#header_contents li a{
	display: block;
	width: 180px;
	padding: 10px;
	text-decoration: none;
	text-align: left;
	border-radius: 5px;
}
#header_contents li.header_members a{
	background-color: #ff8c37;
	color: #FFF;
}
#header_contents li.header_recruit a{
	background-color: #f2f506;
}
#header_contents li a::before{
	content: "";
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	margin-right: 5px;
}
#header_contents li.header_members a::before{
	background-image: url(../images/icon-members-w.svg);
	width: 23px;
}
#header_contents li.header_recruit a::before{
	background-image: url(../images/icon-human.svg);
	width: 14px;
}
#header_contents li.header_members a::after{
	border-color: #FFF;
}
#header_contents li.header_recruit a:hover{
	color: #111;
}





/* コンテンツ */
#contents {
}
.contents_size{
	padding-right: 0px;
	padding-left: 0px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.main_top + div,
.main > .staff,
.main > .interview_sell_detail,
.main_top + #login_check + div{
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 140px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.navi{
	font-size: 10px;
}
.page_title{
	padding: 50px 0;
}
.page_title > *{
	font-size: 30px;
}




.sub_bar{
	font-size: 30px;
	margin-bottom: 20px;
}
.sub_bar_m{
	font-size: 20px;
}

/* RIMSフォーム系 */
table.senddatatable td,
table.anqtable td{
	padding: 10px;
}
table.senddatatable th,
table.anqtable th{
	font-size: 18px;
}
table.senddatatable tr td:first-child,
table.anqtable tr td:first-child{
	width: 20%;
}
table.senddatatable td.senddata_koumoku,
table.anqtable td.senddata_koumoku{
	font-weight: bold;
	background-color: transparent;
	border-right: solid 1px #DDD;
}

#SPForm input[type="submit"],
#SPForm input[type="submit"]{
	cursor: pointer;
}

/* 資料請求ヘッダー部分 */
.inqHead{
	width: 100%;
}
.inqHead > tbody > tr{
	display: block;
}
.inqHead > tbody > tr > th{
	display: block;
	font-size: 18px;
	padding: 5px 10px;
	text-align: left;
	border: solid 1px #555;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.inqHead > tbody > tr > td{
	display: block;
}
.inqHead > tbody > tr > th .anq_required{
	color: #D10003;
	font-size: 14px;
	font-weight: bold;
}
.inqHead .inqObjs{
	width: 100%;
}
.inqHead .inqObjs tbody > tr:nth-child(2n-1){
	border-top: solid 1px #DDD;
}
.inqHead .inqObjs tbody > tr:first-child{
	border-top: none;
}
.inqHead .inqObjs tr th.cell-01{
	position: relative;
	line-height: 1;
	color: #FFF;
	width: 30px;
}
.inqHead .inqObjs tr th.cell-01::before{
	content: "";
	display: block;
	background-color: #555;
	color: #FFF;
	text-align: center;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: -1;
}
.inqHead .inqObjs td{
	padding: 10px 0;
	text-align: left;
}
.inqHead .inqObjs .cell-02{
	text-align: center;
}
.inqHead .inqObjs .cell-03{
	padding: 10px 0 0;
}
.inqHead .inqObjs .cell-06{
	padding: 0 0 10px;
}
.inqHead .inqType td{
	padding: 20px 20px 10px 0px;
	text-align: left;
}


/* フッター */
#footer {
	padding: 60px 0;
	margin-top: 80px;
}

#footer_contact em{
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
}
#footer_tel{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
#footer_tel dt{
	font-size: 18px;
}
#footer_tel dd{
	text-align: left;
	margin-left: 10px;
}
#footer_tel dd a{
	font-size: 50px;
	line-height: 1;
}
#footer_mail{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
#footer_mail dt{
	font-size: 18px;
	margin-right: 10px;
}
#footer_mail dd a{
	font-size: 30px;
	line-height: 1;
}

#footer_contact_menu{
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
#footer_contact_menu li{
	margin-top: 0px;
	width: 19%;
}
#footer_contact_menu li a{
	padding: 8px;
}

#footer_alpha{
	display: flex;
	justify-content: space-between;
}
#footer_logo{
	margin-bottom: 20px;
}
#footer_logo img{
	height: 60px;
}
#footer_text_link{
	width: 600px;
	display: flex;
}
#footer_text_link ul{
	display: block;
	width: 33.33%;
}
#footer_text_link ul li{
	width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
}

#footer_beta{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
#footer_beta .img img{
	width: auto;
}
#footer_beta .text{
	flex: 1;
	margin-right: 40px;
}
#footer_beta p{
	font-size: 14px;
	margin: 0 0 10px;
}
#footer #copy_right{
	margin: 0px;
}







}

