@charset "utf-8";
@media screen and (max-width: 640px) {





#bx_header img, .bu_oubo img, #bx_naiyo img, #bx_point img, #bx_step img, #bx_voice img, #bx_question img, #bx_footer img, #bx_contact img {
  width: 100%;
}

h1 {
  font-size: 14px;
  text-align: center;
  color: #1b5fa2;
}

h1 a {
  color: #1b5fa2;
}

#bu_header {
  display: none;
}

#nav_main li a {
  width: 49%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  background: #1b5fa2;
  color: #fff;
  border: solid 1px #fff;
}

#bx_point dl #point_c {
  background: none;
  color: #000;
  font-weight: bold;
  height:50px;
}

.pc_koch {
  display: none;
}

.bu_oubo {
  clear: both;
  text-align: center;
  padding: 20px 0;
}

.bu_oubo img {
  width: 90%;
}

#bx_naiyo dl dt, #bx_point dl dt, #bx_step dl dt, #bx_voice dl dt, #bx_question dl dt, #bx_company dl dt, #bx_recruit dl dt, #bx_contact dl dt {
  background: url(/imgs/tit_bk.png);
}

#bx_naiyo dl dt, #bx_point dl dt, #bx_step dl dt, #bx_voice dl dt, #bx_question dl dt, #bx_company dl dt, #bx_recruit dl dt, #bx_contact dl dt {
  color: #fff;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
}

.pt_7 {
  font-size: 34px;
  color: #bb2761;
}

#bx_point dl #bx_shien {
  padding: 30px 0;
}

#bx_point dl #bx_shien dt {
  font-size: 34px;
  line-height: 0.7em;
  margin-bottom: 20px;
}




#jss_info, #alpha_info {
  height: auto;
  margin: 20px;
}

#jss_info a, #alpha_info a {
  display: block;
  background-color: #20b2aa;
  border: solid 2px #10a199;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  font-size: 18px;
  padding: 10px 0;
}

#more_hp {
  margin: -10px 0 30px 0;
}


.fn_20    { font-size: 20px; }
.fn_22    { font-size: 22px; }
.fn_16_s  { font-size: 16px; }
.fn_18_s  { font-size: 18px; }





#recruit_jss, #recruit_alpha {
  margin: 20px 5px;
}

#recruit_jss img, #recruit_alpha img {
  width: 100%;
}

.recruit_name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#bx_recruit table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 18px;
}

#bx_recruit th, #bx_recruit td {
  border: solid 1px #e7e7e7;
  padding: 10px 5px;
  text-align: left;
}

#bx_recruit th {
  background-color: #f7f7f7;
}



#bx_footer {
  margin-top: 30px;
  border-top: solid 2px #e7e7e7;
  text-align: center;
}

#bx_footer ul {
  margin: 50px 0;
  list-style-type: none;
}

#bx_footer ul li {
  display: inline;
}

#bx_footer li:after {
  content: "｜";
  padding: 0 10px;
}

#bx_footer li:last-child:after {
  content: none;
}

#bx_footer ul li a {
  color: #000;
  text-decoration: none;
}

#bx_footer ul li a:hover {
  color: red;
  text-decoration: underline;
}



#bd_contact h1 {
  font-size: 12px;
}

/* ----------------------------- #bx_form --------------------------- */

#form_chu {
  margin: 10px;
  font-size: 14px;
  line-height: 1em;
}

.formTable {
  margin: 5px;
  border-collapse: collapse;
}

.formTable th, .formTable td {
  border: solid 1px #cbcbcb;
  padding: 10px;
  text-align: left;
}

.formTable th {
  background: #c2defb;
}

.formTable input, .formTable textarea {
  font-size: 110%;
}

.formTable input {
/*  width: 300px; */
}

.formTable textarea {
/*
  width: 400px;
  height: 200px;
*/
  height: 5em;
}

.bu_form {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

form input[type="submit"] { /* input要素のうちtype属性値がbutton(submit)のものに対して装飾 */
  border:none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 20px;
  padding: 8px 20px;
  background-color: #1c62c8;
  color: #fff;
}

form input[type="reset"] { /* input要素のうちtype属性値がbutton(reset)のものに対して装飾 */
  border:none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 18px;
  padding: 8px;
  width: 150px;
  background-color: #000;
  color: #fff;
}

.formTable input[type="radio"] {
  width: 20px;
}

.hissu {
  background: url(/imgs/ico_hissu.png) no-repeat right center;
  background-size: 25px;
  padding-right: 30px;
}

/* END #bx_form */



#bu_interbiew a {
  display: block;
  margin: 20px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  border: solid 2px #999;
  border-top: none;
  border-left: none;
  background-color: #e6ebf1;
  color: #000;
}

#bu_interbiew span {
  font-size: 22px;
  color: #bb2761;
  font-weight:bold;
}





}