@charset "utf-8";

/*共通*/

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	margin: 0px;padding: 0px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2;
	-webkit-text-size-adjust: none;
	background: #fff;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	
}

.wrapper ul{
margin-left: 30px;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
/*ul {margin-left: 30px;}*/
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

h1 {
	font-size:x-large;
	margin:0 auto;
	border-bottom:3px solid #ccc;
	line-height:25px;
}

h1:first-letter {
	font-size: xx-large;
	color: #e20000;
}

h2 {
	font-size:large;
}

.wrapper {
	/*margin-top:145px;
	height:auto;*/
	padding-bottom:30px;
	margin-bottom:50px;
}

.page_head {
	width:100%;
	margin:0 auto 20px;
}

.page_head img{
	width:100%;
	height:400px;
}

@media only screen and (max-width: 1180px) {
.page_head img{
	height:229px;
}
}

@media only screen and (max-width: 975px) {
.page_head img{
	height:226px;
}
}

@media only screen and (max-width: 750px) {
.page_head img{
	height:195px;
}
}

@media only screen and (max-width: 525px) {
.page_head img{
	height:162px;
	object-fit:cover;
}
}

/*ヘッダー*/
header {
	/*position:absolute;
	top:0;*/
	width:100%;
}

header a {
	color:#000;
}

header a:hover {
	color:#e20000;
}

.hdr_cnt {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin: 0 auto;
	max-width:1150px;
	padding: 10px 5px;
}

.hdr_cnt a {
	font-weight:bold;
	font-size:small;
	overflow: hidden;
}

.hdr_cnt img {
	/*width:65%;*/
}

/*@media only screen and (max-width: 750px) {
.hdr_cnt img {
	width:auto;
}
}*/

/*SPページナビメニュー(新ヘッダー)*/



/*ページナビメニュー(新ヘッダー)*/

nav#global-nav{
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	padding: 10px 0 2px 0;
}

#index_content nav#global-nav{
	border: none;
	padding: 0 0 2px 0;
}


#global-nav ul {
	margin: 0 auto;
	text-align: center;
	width:1000px;
	max-width: 100%;
	display: flex;
	list-style: none;
}
#global-nav ul li {
	width: calc(100% / 5);
	width: 20%;
	height: 53px;
}
#global-nav ul li a {
	color: #000;
	font-weight: bold;
	font-size: larger;
	text-decoration: none;
	display: block;
}

#global-nav ul li a:hover {
	cursor: pointer;
	color:#e20000;
}

#global-nav ul li.outline a {
	cursor: pointer;
	color: #000;
	font-weight: bold;
	font-size: larger;
	text-decoration: none;
	transition: all  0.3s ease;
}

#global-nav ul li.outline a:hover {
	cursor: pointer;
	color:#e20000;
}

#global-nav ul.submenu li a:hover {
	cursor: pointer;
	color:#00474a!important;
}


#global-nav ul li.outline ul {
	position: fixed;
	display: flex;
	justify-content: center;
	left: 0;
	margin: 0;
	width: 100%;
	height: 70px;
	opacity: 0;
	top: 126px;
	visibility: hidden;
	transition: .5s;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(226,0,0,1) 25%, rgba(226,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(226,0,0,1) 25%,rgba(226,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(226,0,0,1) 25%,rgba(226,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e20000',GradientType=0 );
}

#index_content ul li.outline ul {
	position: fixed;
	left: 0;
	margin: 0;
	width: 100%;
	height: 70px;
	opacity: 0;
	/* top: 522px; */
	visibility: hidden;
	transition: .5s;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(226,0,0,1) 25%, rgba(226,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(226,0,0,1) 25%,rgba(226,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(226,0,0,1) 25%,rgba(226,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e20000',GradientType=0 );
}

#global-nav ul li.outline ul:after {
	content: "";
	position: absolute;
	top: 9px;
	margin-left: -10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #e20000 transparent;
}
#global-nav ul li.outline ul li {
	width: 15%;
	position: relative;
	color: #000;
	vertical-align: top;
}
#global-nav ul li.outline ul li a {
	margin: 0 auto;
	text-align: center;
	font-weight: normal;
	padding: 13px 0 0;
	text-align: center;
	letter-spacing: 0;
	cursor: pointer;
	color: #fff;
	border: none;
	font-size: small;
}
#global-nav ul li.outline:hover ul {
	visibility: visible;
	opacity: 1;
	z-index: 900;
}
#global-nav ul li.outline:hover ul li {
	overflow: visible;
	opacity: 1;
}
#global-nav ul li.outline:hover ul li a {
	opacity: 1;
}
#global-nav ul li.outline ul li {
	top: calc(70px / 4);
}

#global-nav ul li.outline ul li a.dline{
	line-height: 15px!important;
	padding: 12px 0 0!important;
	white-space: nowrap;
}

.tpmn_en {
	color:#e20000;
	font-size:small;
	line-height:0px;
	display:block;
	margin:0 auto;
	text-align:center;
}

@media only screen and (max-width: 1000px) {
#global-nav ul {
	margin: 0 auto;
	text-align: center;
	max-width:1000px!important;
	width:auto;
}

.hdr_cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0 0;
    padding: 10px 10px;
}

}


/*トップコンテンツ*/
.top_cnt {
	height:100%;
	background-image:url("../images/top_backgrd.png");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.nav_center {
	position:absolute;
	top:15px;
	left:0px;
	bottom:0px;
	right:0px;
}


#index_content{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  max-width: 100%;
  width: 1000px;
  max-height: 666px;
  padding-top:40px;
  z-index:9999;
}

.indexlogo{
	display: block;
    margin: 0 auto;
    width: 50%;
	margin-bottom: 35px
}

@media only screen and (max-width: 830px) {
.top_cnt {
	background-image:none;
}
}


@media only screen and (max-width: 750px) {
.indexlogo{
	display:none;
}

#index_content{
	width:auto;
}
}

@media only screen and (max-width: 700px) {
.nav_center {
	display:none;
}
}


.tpmn_en {
	color:#e20000;
	font-size:small;
	line-height:0px;
	display:block;
	margin:0 auto;
	text-align:center;
}*/

/*スマホ版トップメニュー*/

/* メニュー全体 */
.menu_sp {
  width: 20rem;
}

/* チェックボックスは非表示にする（内部的な Off/On の機能だけ利用する） */
.menu_sp input {
    display: none;
}

/* 開いた状態のサブメニュー */
.menu_sp input:checked + ul {
    display: block;
}

/* 閉じた状態のサブメニュー */
.menu_sp ul {
    display: none;
    /* 下記は開閉によらず共通の設定 */
    background: #e20000;
    list-style: none;
    margin: 0;
}

.menu_sp li {
    color: #000;
}

/* 親項目の装飾 */
.menu_sp label {
    display: block;
    margin: 0;
    padding: 0.5rem;
    cursor: pointer;
    color: #fff;
}

.menu_sp label a{
	text-decoration: none;
    color: #fff;
}

.menu_sp label:hover {
    background: #e20000 !important;
}

/*ここまでスマホ版トップメニュー*/

/*スマホ版TOPお知らせ表示*/
.sp_news {
	display:none;
}

.sp_news #news_content table {
	border:1px solid #f20000;
	margin:5px 0 30px;
	padding:3px;
}

.sp_news #news_content table th {
	border-left:0px solid #f20000;
	background-color:#fff;
	font-weight:bold;
}

.spnews_btn {
	text-align:center;
	font-weight:bold;
	margin-bottom:50px;
}

.spnews_btn a {
	color:#fff;
	padding:10px;
	background-color:#e20000;
	text-decoration:none;
}

.spnews_btn a:hover {
	opacity:0.7;
}

@media only screen and (max-width: 750px) {
.sp_news {
	display:block;
	margin:20px 10px 0;
}
}

/*コンテンツ*/
/*ビジョン*/
.vision_cnt {
	width:900px;
	margin:0 auto;
	box-sizing: border-box;
	padding:0 10px;
}

.vision-wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 20px;
}

.vision-wrap:nth-child(odd) {
	flex-direction: row;
}

.vision-text1,
.vision-text2 {
	width: 47%; 
}

.vision-text1 p,
.vision-text2 p {
	margin-top:10px;
}

.vision-text2 ul {
	margin-top:10px;
}

.vision-text2 ul li {
	line-height:20px;
}

.vision-img1 {
	width: 50%;
	margin:50px 25px 0 0;
}

.vision-img2 {
	width: 50%;
	margin-top:20px;
}

.vision-img1 img {
	display: block;
	width: 100%;
	height: auto;
}

.vision-img2 img {
	display: block;
	width: 100%;
	height: auto;
}

.vision-text1 h1 {
	width:100%;
	margin:0 !important;
	font-size:18px;
	border-bottom:3px solid #ccc;
}

.vision-text2 h1 {
	width:400px;
	font-size:18px;
	margin:0 !important;
	border-bottom:3px solid #ccc;
}

.vision-text1 h1:first-letter,
.vision-text2 h1:first-letter {
	font-size: 23px;
	color: #e20000;
}

.vision-text1 h1:first-child {
	text-align:right;
}

@media only screen and (max-width: 1000px) {

.vision_cnt {
	width:100%;
}

.vision-wrap {
	flex-direction: column;
}

.vision-wrap:nth-child(odd) {
	flex-direction: column;
}

.vision-text1,
.vision-text2 {
	width: 90%; 
}

.vision-img1 {
	width: 80%;
	margin:10px auto;
}

.vision-img2 {
	width: 80%;
	margin:10px auto;
}

.vision-text1 {
	margin:0 auto;
}
.vision-text2 {
	margin:0 auto;
}

.vision-text1 h1 {
	width:100%;
}

.vision-text2 h1 {
	width:100%;
}

.vision-text1 h1:first-child {
	text-align:left;
}
}

/*会社概要*/
.abtus_wrapper {
	position:relative;
	margin:20px auto;
}

.abtus_wrapper table {
	width:100%;
	border-collapse:separate;
	border-spacing:0 17px;
}

.abtus_wrapper th,td {
	border-bottom:2px dotted #e20000;
}

.abtus_wrapper th {
	border-left:3px solid #ccc;
	padding:0 25px 0 10px;
	background-color:#f5f5f5;
	border-radius:5px;
	white-space:nowrap;
}
.abtus_wrapper td {
	padding-left:15px;
}

.gmap {
	height:500px;
	margin:30px auto 0;
}

/*事業内容*/

.bsns_wrapper {
	position:relative;
}

.bsns_wrapper table {
	width:100%;
	border-collapse:separate;
	border-spacing:0 17px;
}

.bsns_wrapper th {
	text-align:left;
	font-size:large;
	border-bottom:2px dotted #e20000;
	background-color:#fff;
}

.bsns_wrapper td {
	position:relative;
	border-left:6px solid #ccc;
	padding-left:15px;
	border-bottom:1px dotted #e20000;
}

.bsns_wrapper td::before{
	position:absolute;
	left:-6px;
	bottom:0;
	content:'';
	width:6px;
	height:50%;
	background-color: #e20000;
}

.bsns_wrapper td::after{
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	width:100%;
	height:0;
}

/*サポート事業詳細*/
.suprt_dtl {
	margin:70px 0 50px;
	height:auto;
	padding-bottom:30px;
}

.suprt_cnt {
	height:200px;
	margin:30px auto 25px;
	border:1px solid #ccc;
	overflow:hidden;
}

.suprt_cnt p{
	padding:15px;
}

/*新着情報*/
.news_wrapper {
	position:relative;
	margin:10px auto;
}

.vision_cnt #news_content table {
	border:none;
}

.news_wrapper table {
	width:100%;
	border-collapse:separate;
	border-spacing:0 17px;
}

.news_wrapper th {
	border-left:3px solid #ccc;
	padding:0 25px 0 10px;
	background-color:#f5f5f5;
	text-align: left;
	border-radius:5px;
	white-space:nowrap;
	width:15%;
}

.news_wrapper td {
	padding-left:15px;
}

.news_wrapper th,td {
	border-bottom:2px dotted #e20000;
}

@media only screen and (max-width: 750px) {
.vision_cnt #news_content .news_wrapper th,td {
	display:block;
	width:93%;
}

.vision_cnt #news_content .news_wrapper th {
	font-size:100%;
	border-bottom:2px dotted #e20000;
}

.vision_cnt #news_content .news_wrapper td {
	border-bottom:0px;
	font-size:100%;
}
}

@media only screen and (max-width: 460px) {
.vision_cnt #news_content .news_wrapper th {
	border-bottom:2px dotted #e20000;
	font-weight:bold;
	border-radius:5px;
	font-size:100%;
}

.vision_cnt #news_content .news_wrapper th,td {
	width:96%;
}
}


@media only screen and (max-width: 460px) {
.news_wrapper table {
	margin:0 auto;
	border-spacing:0 10px;
}

.news_wrapper th {
	padding:0 5px;
	font-size:75%;
	border-radius:0;
	font-weight:normal;
}

.news_wrapper td {
	padding-left:10px;
	font-size:78%;
}

.news_wrapper th,td {
	border-bottom:1px dotted #e20000;
}
}

/*採用情報*/

.human_resources {
	margin:30px auto 25px;
	border:1px solid #ccc;
	overflow:hidden
}

.human_resources p{
	padding:15px;
	font-size:16px;
}

.job_type {
	margin:50px auto 25px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	text-align:center;
}

.fa-stack {
	margin:10px 80px;
	font-size:60px;
}

.job_type a{
	color:#e20000;
	text-decoration:none;
}

.job_type a:hover{
	color:#ccc;
}

@media only screen and (max-width: 1000px) {
.job_type {
	display:block;
}
}

.recruit_txt {
	font-weight:bold;
	font-size:large;
}

.aplctn_mthd p{
	margin:10px 0 0 30px;
}

.recruit_flow {
	margin:30px 0;
	list-style:none;
	display:flex;
	justify-content:center;
	align-items:center;
}

.recruit_flow li {
	margin:15px 20px;
	padding:15px;
	font-size:20px;
	border:2px solid #e20000;
	width:100px;
	text-align:center;
	white-space: nowrap;
}

.recruit_flow li:nth-child(even) {
	margin:0;
	padding:0;
	color:#e20000;
	font-size:16px;
	font-weight:bold;
	border-style:none;
	width:50px;
	text-align:center;
}

.recf{ 
	display:flex;
	justify-content:space-around;
}

.recft_dt {
	display:flex;
	height:90px;
	padding:10px;
	border:2px solid #e20000;
	align-items:center;
}

.recft_dt a{
	color:#000;
	text-decoration:none;
}

.recft_dt a:hover{
	color:#e20000;
}

/*営業職*/
.sub_explain {
	padding:10px;
	margin-bottom: 50px;
	border:1px solid #ccc;
}

.recruit_hurry {
	background-color:#ff7f50;
	border-radius:20px;
	font-size:medium;
	font-weight:bold;
	color:#fff;
	margin-left:15px;
	padding:3px 17px;
}

/*お問い合わせ*/
.contact_cntnr {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	margin-top:40px;
}

.contact_item a {
	text-decoration:none;
}

.ctct_itm_link:hover{
	background-color:#dcdcdc;
}

.hovernone:hover{
	background-color:#fff!important;
}

.contact_icon {
	width:55%;
}

.contact_item {
	width:250px;
	text-align:center;
	margin:0 15px 40px;
}

.ctct_itm_outl {
	margin-top:20px;
	font-weight:bold;
}

.ctct_itm_link {
	padding:15px 7px;
	border:1px solid;
	width:70%;
	margin:10px auto;
	font-weight:bold;
}

.ctct_itm_expln {
	width:85%;
	margin:10px auto;
}

@media only screen and (max-width: 1000px) {
.contact_cntnr {
	display:block;
}

.contact_item {
	margin:0 auto 40px;
}
}


/*QRコード*/
.qrcd_box {
	display:flex;
	align-items:flex-start;
	margin-top:20px;
}

.qrcd_box img{
	border:1px solid #000;
	padding:10px;
}

.qrcd_txt {
	margin-left:20px;
	border:1px solid #dcdcdc;
	padding:10px;
}

@media only screen and (max-width: 750px) {
.qrcd_box {
	flex-wrap:wrap;
	justify-content:center;
	align-content: flex-start;
}

.qrcd_txt {
	margin:15px 0 0 0;
}
}

/*メールフォーム*/
.cntct_form {
	border-collapse:separate;
	border-spacing:0 12px;
	width:100%;
}

.cntct_form input[type="radio"] {
	margin-left:10px;
}

.cntct_form input[type="checkbox"] {
	margin-left:10px;
}

.cntct_form input[type="text"] {
	width:100%;
	padding:8px 5px;
	margin-left:10px;
	box-sizing:border-box;
}

.cntct_form textarea{
	width:100%;
	padding:5px;
	height:170px;
	margin-left:10px;
	box-sizing:border-box;
}

.cntct_form input[type="file"] {
	margin-left:10px;
}

.cntct_form th {
	background-color:#e20000;
	padding-left:7px;
	width:25%;
	color:#fff;
	border-radius:7px;
}

.cntct_form td {
	padding:5px;
}

.cntct_form th span{
	font-weight:normal;
	font-size:x-small;
	float:right;
	margin:5px 10px 0 0;
}

.cntct_form .nini {
	background-color:#ccc;
	padding:0 7px;
	border-radius:5px;
}

.cntct_form .hissu {
	background-color:#ffff00;
	padding:0 7px;
	border-radius:5px;
	color:#000000;
}

.cntct_form .form_supplement {
	margin-left:10px;
	font-size:small;
}

.cntct_form .file_notice {
	margin-left:10px;
	font-size:small;
	color:#ff0000;
}

.cntct_form th{
	border:1px solid #fff;
	text-align:left;
}

.cntct_form td{
	border:1px solid #fff;
	text-align:left;
}

.form_bold {
	text-align:center;
}

.form_privacy {
	border:1px solid #dcdcdc;
	padding:10px;
	margin:0 auto;
}

.form_agree {
	text-align:center;
	margin-top:10px;
}

.submit_area {
	text-align:center;
	margin-top:35px;
}

.submit_area input[type="submit"] {
	display:none;
}

.submit_area .form_submit {
	color:#fff;
	background-color:#ccc;
	padding:7px 25px;
	border:double 4px #fff;
}

.submit_area .form_submit:hover {
	background-color:#e20000;
	cursor:pointer;
}

@media only screen and (max-width: 750px) {
.cntct_form th {
	width:100%;
	box-sizing:border-box;
}

.cntct_form input[type="checkbox"] {
	margin:0;
}

.cntct_form input[type="text"] {
	margin:0;
}

.cntct_form textarea{
	margin:0;
}

.cntct_form .form_supplement {
	margin:0;
}

.cntct_form .file_notice {
	margin:0;
}

.cntct_form th, td {
	display:block;
}
}

/*プライバシーポリシー*/
/*タブ切り替え全体のスタイル*/
.tabs {
	padding-bottom: 40px;
	background-color: #fff;
	width: 100%;
	margin: 50px auto 0;
}

/*タブ空白*/
.blank_item{
	height: 50px;
	display: block;
	float: left;
}

/*タブのスタイル*/
.tab_item {
	width: calc(100% / 5);
	height: 50px;
	margin-left:3px;
	border-top:5px solid #2c2c2c;
	border-right:1px solid #565656;
	border-left:1px solid #565656;
	background-color: #2c2c2c;
	border-top-left-radius:10px 10px;
	border-top-right-radius:10px 10px;
	line-height: 50px;
	text-align: center;
	font-size:13px;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	cursor:pointer;
}
.tab_item:hover {
	opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="blank_item"] {
	display: none;
}

input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	height:800px;
	border-top:1px solid #000;
	display: none;
	padding: 40px 40px 0;
	clear: both;
	overflow: hidden;
	border-left:1px solid #565656;
	border-right:1px solid #565656;
	border-bottom:1px solid #565656;
}

/*選択されているタブのコンテンツのみを表示*/
#privacy_plicy:checked ~ #pp_content,
#anti_society:checked ~ #as_content,
#security:checked ~ #security_content,
#disclaimer:checked ~ #disc_content {
display: block;
}

/*選択されているタブのスタイルを変える*/
input:checked + .tab_item {
	background-color: #fff;
	color: #565656;
	border-top:5px solid #e20000;
}

/*フッター*/

#footer{
	margin-top: auto!important;
}

.footer {
	width:100%;
	background-color: #383838;
}

.ftr_cnt {
	display:flex;
	justify-content:space-between;
	align-items:center;
	color:#fff;
	padding: 15px 5px;
	box-sizing: border-box;
}

.ftr_cnt p {
	margin:0 20px;
}

.ftr_cnt a {
	color:#fff;
}

.ftr_cnt a:hover{
	color:#e20000;
}

p#foot_link a{
	margin-right:10px;
}

a.cursor{
	cursor:default!important;
}

.recf a{
	color:#e20000;
	text-decoration: none;
	font-weight: bold;
}

.recf a:hover{
	color:#e20000;
	text-decoration: none;
	font-weight: bold;
	background-color: #dcdcdc;
}

div.sitemaplist{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	max-width:900px;
	margin-top:20px;
}

div.sitemaplist ul{
	margin:10px 18px;
	width:180px;
}

div.sitemaplist li{
	font-weight:bold!important;
}

li.falist {
	list-style:none;
	font-size:105%;
}

li.falist:before {
	font-family:"Font Awesome 5 Free";
	content:'\f144';
	font-weight:900;
	color:#e20000;
}

li.falist ul li{
	color:#e20000;
	margin-bottom:15px;
	font-size:92%;
}

li.falist ul li a{
	background-color:#fff;
}

div.sitemaplist li ul li{

}

div.sitemaplist a{
	text-decoration:none;
	color: #333;
}

div.sitemaplist a:hover{
	color: #e20000;
	text-decoration:underline;
}



@media only screen and (max-width: 750px) {

.top_cnt{
	display:none;
}

div.sitemaplist{
	flex-direction:column;
}

#sp_height{
	height:auto!important;
}


p#foot_link a{
	display:block;
	text-align: left;
}

p.copy{
	text-align: center;
	margin:10px 0;
	line-height:18px;
}

.abtus_wrapper th,.abtus_wrapper td{
	width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: left;
}

.abtus_wrapper td{
    border-bottom: none;
}

.suprt_dtl {
    margin: 20px 0 50px;
    height: auto;
    padding: bottom:30px;
}

.recruit_flow, .recf{
    flex-direction: column;
}

.recruit_flow{
    margin-left:0!important;
}

.recf{
    width:80%;
    justify-content: center;
	margin: 0 auto 80px;
}

.recft_dt{
	margin-bottom:20px;
}

.recruit_flow li:nth-child(even){
transform: rotate(90deg);
}

.mb_none{
	margin-bottom:0px!important;
}

.privacy_sp h2{
	margin-top: 30px;
}

}

@media only screen and (max-width: 540px) {

.ftr_cnt {
	flex-direction:column;
	justify-content:center;
	box-sizing: border-box;
	padding: 15px 5px;
}

p#foot_link a{
	display:block;
	text-align: center;
}

}
