@charset "utf-8";
/* CSS Document */
main {
	width: 1300px;
  margin: 0 auto;
}
.fs18{font-size: 18px;}
@media (max-width:767px){
    .fs18{
        font-size: 16px;
    }
}
	 /* ラジオボタンを全て消す */
input[name="tab_item"],
input[name="お問い合わせ種別"]{
	display: none;
}
/* 選択されているタブのコンテンツのみを表示 */
#company_tab:checked ~ #company_tab_content,
#recruit_tab:checked ~ #recruit_tab_content{
	display: block;
}
/* 選択されているタブのコンテンツのみを表示 */
#new_tab:checked ~ div.tab_content .new_content,
#career_tab:checked ~ div.tab_content .career_content{
	display: table-row;
}
/* 選択されているタブのスタイルを変える */
#company_tab:checked ~ .label_box .tab_item1,
#recruit_tab:checked ~ .label_box .tab_item2,
#new_tab:checked ~ .label_box .tab_item1,
#career_tab:checked ~ .label_box .tab_item2{
  background-color: #fff;
  border-top: #009a63 5px solid;
    cursor: default;
  color: #333;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #009a63;
  border-left: 1px solid #009a63;
}
/* タブ切り替え全体のスタイル（任意） */
div.tab_box {/*
	text-align:center;*/
	margin-bottom: 40px;
  margin-top: 50px;
}
/* タブのスタイル（任意） */
.tab_item1,.tab_item2 {
    margin-bottom: 0;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 62px;
    background-color: #eff2f5;
    color: #939393;
    cursor: pointer;
  width: 50%;
  border-bottom: 1px solid #009a63;
}
.tab_item1:hover,.tab_item2:hover {
    background-color: #009a63;
    color: #fff;
}
/* タブ切り替えの中身のスタイル（任意） */
.tab_content {
	display: none; /* ←のみ必ず必要 */
	border:1px solid #009a63;
  border-top: none;
	padding:25px;
}
.tab_content .new_content,
.tab_content .career_content{
  display: none;
}
.tab_content .new_content input[type="radio"],
.tab_content .career_content input[type="radio"]{
  display: none;
}
#btn_01{display: none;}
.tab_content_inner{
	 margin: 0 auto;
}
.tab_content_inner th{
	 text-align: right;
}
.tab_content_inner th,
.tab_content_inner td{
	 width: 50%;
	 padding: 10px;
  position: relative;
}
.attention{
	 color: #ff0000;
	 font-size: 80%;
	 margin-right: 10px;
}
a.dl_btn{
	 display: block;
	width: 100%;
	 max-width: 450px;
	 background: #47AF3B;
	 margin: auto;
	 text-align: center;
	 line-height: 63px;
	 color: #fff;
	 font-size: 1.3rem;
	 text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .3s all;
  border: 2px solid #47AF3B;
}
a.dl_btn:hover{
  background-color: #fff;
  color: #47AF3B;
}
.dl_btn i{
  margin-right: 10px;
}
.contact-result,#recruit_tab_content{
	display: none;
  min-height:274px;
  height: auto;
  position: relative;
}
#recruit_tab_content{
    min-height: 324px;
}
.d-none{
	display: none;
}
.lb_title {
    border-left: 7px solid #009863;
    font-size: 20px;
    padding-left: 5px;
}
.send-btn{
  border: 2px solid #009A63;
  min-width: 200px;
  transition: .3s all;
  font-weight: bold;
  background-color: #009A63;
  color: #fff;
}
.send-btn:hover{
  background-color: #fff;
  border: 2px solid #009a63;
  color: #009a63;
}
.back-btn{
  background-color: #f18d1e;
  border: 2px solid #f18d1e;
  min-width: 200px;
  transition: .3s all;
  font-weight: bold;
  color: #fff;
}
.back-btn:hover{
  background-color: #fff;
  color: #f18d1e;
}
.send-btn:disabled{
  background-color: #eff2f5;
  color: #939393;
  border: 2px solid #eff2f5;
}
.inquiry_table{
  border-bottom: #e6e6e6 1px solid;
}
.inquiry_table tr{
  border-bottom: #e6e6e6 1px solid;
}
.inquiry_table th,.inquiry_table td{
 padding: 1.8rem 0.75rem;
}
.inquiry_table th{
  width: 400px;
  vertical-align: top;
}
.inquiry_table td table th{
  width: 170px;
  vertical-align: top;
}
.inquiry_table td{
  position: relative;
}
.inquiry_table td table{
  width: 100%;
}
.inquiry_table td table input{
  width: 80%;
  display: inline-block;
}
.inquiry_table td table tr:last-child{
  border: none;
}
.inquiry_table input,.inquiry_table textarea,.inquiry_table select{
  width: 100%;
}
.inquiry_table input[type="radio"]{
  width: auto;
}
.inquiry_table .attention{
	background: #940d0d;
	padding: 5px 10px;
	margin-right: 8px;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
}
@media (max-width:767px){
  .tab_content_inner{
    width: 100%;
  }
  .tab_content_inner th,
  .tab_content_inner td{
    width: 100%;
    display: block;
    text-align: left;
  }
  .tab_content_inner input{
    width: 100%;
  }
  .tab_content_inner td{
    text-align: center;
  }
  .tab_item1,.tab_item2{
    font-size: 16px;
  }
  .formError{
    left: auto!important;
    right: 0!important;
  }
  a.dl_btn{
     width: 98%;
    font-size: 18px;
  }
}
@media (max-width:991px){
  .inquiry_table th,.inquiry_table td{
    width: 100%;
    display: block;
   padding: 0.9rem 0.75rem;
  }
  .inquiry_table th{
    background-color: #f2f2f2;
  }
}
@media (max-width:1199px){
  .inquiry_table td table th,
  .inquiry_table td table td{
    width: 100%;
    display: block;
  }
  .inquiry_table td table th{
    padding-bottom: 10px;
    background-color: #fff;
  }
  .inquiry_table td table td{
    padding-top: 10px;
  }
}
.formError .formErrorContent{
	background: #940d0d;
	border: none; 
  box-shadow:none; 
  -moz-box-shadow: none;
  -webkit-box-shadow: none; 
  -o-box-shadow: none;
	border-radius: 0;
	width: 100%;
	min-width: 230px;
}
.formErrorArrow{ display: none;}
@media (min-width: 992px) {
	.formError .formErrorContent{
		bottom: -10px;
	}
}
@media (max-width: 991px) {
	.formError .formErrorContent{
		position: absolute;
		/*top: -55px;*/
	}
}
@media (max-width: 767px) {
	.formError .formErrorContent{
    right: 0;
	}
}
@media (max-width:575px) and (min-width:1px){
    .inq_conf{
        display: flex;
        flex-direction: column;
    }
}
