@charset "UTF-8";
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/*...VARIABLE...*/
/* CSS Document */
/*中身の各パーツ--------------------------------------*/
.bit_left {
  float: left;
  width: 8%;
}

.bit_right {
  float: right;
  width: 80%;
}

.bit_photo {
  float: left;
  width: 140px;
}

.bit_title {
  float: left;
  width: 100%;
  background-image: url(images/temp/line_01.png);
  background-repeat: repeat-x;
}

.bit_copy1 {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 22px;
  padding-bottom: 8px;
}

.bit_copy2 {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 22px;
}

/*表組みのパーツ--------------------------------------*/
.bit_cell {
  overflow: auto;
  clear: both;
  margin-bottom: 10px;
  padding-top: .5em;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
}

.bit_cell_left {
  position: relative;
  float: left;
  clear: left;
  font-size: 14px;
  line-height: 25px;
  padding-top: 4px;
  padding-right: 20px;
  width: 25%;
}

.bit_cell_left2 {
  float: left;
  clear: left;
  font-size: 14px;
  line-height: 25px;
  padding-right: 20px;
}

.bit_cell_right {
  float: left;
  font-size: 14px;
  line-height: 25px;
  padding-right: 20px;
  width: 280px;
}

.bit_cell_right2 {
  float: left;
  font-size: 14px;
  line-height: 25px;
  padding-right: 20px;
}

.bit_cell_right3 {
  float: left;
  font-size: 14px;
  line-height: 25px;
  padding-right: 20px;
  width: 200px;
}

@media only screen and (max-width: 930px) {
  .contents_bit {
    width: 100%;
  }
  .column_1 {
    clear: both;
    width: 100%;
    clear: both;
  }
  .column_2 {
    clear: both;
    width: 100%;
    clear: both;
  }
  .column_2b {
    clear: both;
    width: 100%;
    clear: both;
  }
  .column_3b {
    clear: both;
    width: 100%;
    clear: both;
  }
  .column_title {
    padding-bottom: 0px;
  }
  .column_1_kadomaru {
    clear: both;
    width: 90%;
    clear: both;
    margin-right: 0px;
    margin-bottom: 16px;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    background-color: #FFF;
    padding: 5%;
  }
  .slider {
    height: auto;
  }
  .bit_photo {
    float: left;
    width: 16%;
  }
  .bit_cell_right {
    float: none;
    font-size: 12px;
    line-height: 22px;
    padding-right: 20px;
    clear: both;
  }
  .bit_cell_right2 {
    float: none;
    font-size: 12px;
    line-height: 22px;
    padding-right: 20px;
    clear: both;
  }
}

@media only screen and (max-width: 597px) {
  .column_3 {
    clear: both;
    width: 100%;
    clear: both;
  }
  .column_6 {
    float: left;
    width: 135px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .column_4 {
    float: left;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 22px;
  }
}

/* 文字の要素 */
.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.p_23 {
  font-size: 23px;
  line-height: 32px;
}

.p_22 {
  font-size: 22px;
  line-height: 22px;
}

.p_21 {
  font-size: 21px;
  line-height: 32px;
}

.p_20 {
  font-size: 20px;
  line-height: 20px;
}

.p_19 {
  font-size: 19px;
  line-height: 32px;
}

.p_19r {
  font-size: 19px;
  line-height: 32px;
  color: #C00000;
}

.p_19b {
  font-size: 19px;
  line-height: 28px;
  color: #006666;
}

.p_18 {
  font-size: 18px;
  line-height: 30px;
}

.p_17 {
  font-size: 17px;
  line-height: 30px;
}

.p_16 {
  font-size: 16px;
  line-height: 30px;
}

.p_14 {
  font-size: 14px;
  line-height: 28px;
}

.p_13 {
  font-size: 13px;
  line-height: 22px;
}

.p_13r {
  font-size: 13px;
  line-height: 30px;
  color: #CC3300;
}

.p_12 {
  font-size: 12px;
  line-height: 20px;
}

.p_10 {
  font-size: 10px;
  line-height: 16px;
}

.p_red {
  position: absolute;
  right: 0;
  display: inline-block;
  margin-right: 40px;
  padding: 0 5px;
  background: #c72f22;
  color: #FFFFFF;
}

.p_blue {
  color: #003D6D;
}

.p_green {
  color: #024442;
}

.p_bluegreen {
  color: #006666;
}

.p_gray {
  color: #CCC;
}

.p_white {
  color: #FFF;
}

.table-01 {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-01 td {
  border: 1px #CCCCCC solid;
  border-width: 0 0 1px 1px;
}

/* CODING CSS */
.white-linen {
  background: #fbf8f2;
  padding: 50px 0;
}

#wp-form-outer {
  padding-top: 40px;
  padding-bottom: 0px;
}

@media screen and (max-width: 480px) {
  #wp-form-outer {
    padding-top: 30px;
  }
}

#wp-form {
  background-color: #FFF;
  padding: 30px;
  border: 1px solid #dedfe4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.form-text-warning {
  display: inline-block;
  background: #fbc932;
  color: #000000;
  padding: 2px 5px;
  margin-left: 15px;
}

.form-control {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 5px 5px;
}

.required_badge {
  display: inline-block;
  padding: 0 5px;
  background: #c72f22;
  color: #FFFFFF;
}

#wp-form p {
  font-size: 16px;
  font-feature-settings: "palt";
  font-weight: 500;
}

#wp-form .info-box p {
  font-size: 14px;
}

#wp-form textarea {
  resize: none;
  margin-bottom: .5em;
  width: 100%;
}

#wp-form #wp-submit {
  margin-top: 30px;
}

#wp-form p small {
  font-size: 12px;
}

#wp-form #form-step {
  margin-top: 2.5em;
}

#wp-form form {
  margin-top: 50px;
}

#wp-form form.application-form .form-control {
  width: 375px;
}

#wp-form form select.form-control {
  width: auto;
}

#wp-form form#form1.open-campus select.form-control {
  width: 280px;
}

#wp-form #form1 .wp-form-group-inline {
  display: inline-block;
  margin-right: 10px;
}

#wp-form #form1 label.sub-label {
  width: 30px;
  margin-right: 5px;
}

#wp-form #form1 label.sub-label + input.form-control {
  width: 240px;
}

#wp-form #form1 .address-form-group {
  margin-bottom: 15px;
}

#wp-form #form1 label.address-label {
  width: 48px;
}

#wp-form #form1 label.address-label + .form-control {
  width: 300px;
}

/*
#wp-form #form1 input[type="submit"],#wp-form #form1 button[type="submit"]{
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;  
	font-size: 18px;
	color: #fff;
	line-height: 2.0;
	text-align: center;
	width: 300px;
	background-size: 10px;
	background-position: 270px;
	background-color: #AA000A;
	padding: 15px 0;
	border: none;
	}*/
.input-err {
  margin-top: .5em;
  display: block;
  color: red;
}

.bit-form-group input.form-control {
  width: 280px;
}

.apname.form-control {
  width: 100px;
}

.apname.form-control + select.pggr.form-control {
  width: 200px !important;
}

#wp-form #form-step.final-step {
  margin-top: 0;
  margin-bottom: 2.5em;
}

.box-form-step {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 2.5em;
  margin-bottom: 1em;
  padding: 0 50px;
}

.box-form-step .box-form-step__item {
  flex: 0 1 300px;
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
  background: #dedede;
  color: #333333;
  position: relative;
}

.box-form-step .box-form-step__item .arrow-right {
  position: absolute;
  right: 15px;
}

.box-form-step .box-form-step__item + .box-form-step__item {
  margin-left: 3px;
}

.box-form-step .box-form-step__item.active {
  background: #0584C5;
  color: #FFFFFF;
}

.info-box {
  width: 100%;
  background-color: #ECECEC;
  height: 229px;
  overflow-y: scroll;
  padding: 30px 20px;
  color: #5B5B5B;
  margin-top: 15px;
  margin-bottom: 15px;
}

.info-box h4 {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 25px;
  color: #363636;
}

.info-box .mb-10 {
  margin-bottom: 10px;
}

.info-box p {
  font-size: 14px;
  line-height: 1.5;
}

.info-box ol {
  font-size: 14px;
  line-height: 1.5;
  margin-left: 20px;
}

.info-box h5 {
  font-size: 14px;
  margin: 10px 0;
  text-decoration: underline;
}

.info-box ul {
  padding-left: 40px;
}

@media screen and (max-width: 480px) {
  .info-box ul {
    padding-left: 20px;
  }
}

.info-box ul li {
  list-style-type: decimal !important;
}

.btnBox .btn {
  width: 255px;
  line-height: 29px;
  margin: auto;
  background-color: #88857c;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #FFF;
  -webkit-box-shadow: 4px 4px 0px 0px #afaca2;
  -moz-box-shadow: 4px 4px 0px 0px #afaca2;
  box-shadow: 4px 4px 0px 0px #afaca2;
}

.hv-o:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.hv-o {
  -webkit-transition: 1s ease opacity;
  -moz-transition: 1s ease opacity;
  -ms-transition: 1s ease opacity;
  -o-transition: 1s ease opacity;
  transition: 1s ease opacity;
}

@media screen and (max-width: 900px) {
  .info-box {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 800px) {
  #wp-form form#form1.open-campus select[name="job"].form-control {
    width: 150px;
  }
  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-flex > input.form-control {
    margin-right: 10px;
  }
  .bit_cell_left {
    width: 33%;
  }
  .bit_cell_right2 {
    display: inline-block;
    width: 52%;
    clear: none;
  }
  #wp-form #form1 label.sub-label + input.zip.form-control {
    width: 185px;
  }
  #wp-form #form1 .wp-form-group-inline {
    width: 100%;
    margin-bottom: 10px;
  }
  #wp-form #form1 label.address-label + .form-control,
  .bit-form-group input.form-control {
    width: 331px;
  }
  #wp-form #form1 label.address-label {
    width: 100px;
    margin-bottom: 0.3em;
  }
  #wp-form #form1 input[type="submit"], #wp-form #form1 button[type="submit"] {
    width: 270px;
  }
}

@media only screen and (max-width: 480px) {
  #breadcrumbPage.open-campus {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #breadcrumbPage.open-campus .cont {
    width: 500px;
  }
  .info-box {
    padding: 20px 15px;
  }
  .d-flex {
    display: block;
  }
  #wp-form {
    padding: 15px;
  }
  #wp-form textarea {
    width: 100%;
  }
  .bit_cell_left {
    position: relative;
    background: #0584C5;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
    padding: 10px 0 10px 15px;
    width: 100%;
  }
  .bit_cell_right2 {
    display: block;
    width: 100%;
    clear: both;
  }
  .p_red {
    margin-right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    display: inline-block;
    padding: 0 5px;
  }
  .bit_cell_right2 {
    padding-right: 0;
  }
  .bit-form-group input.form-control {
    width: 100%;
  }
  #wp-form #form1 .wp-form-group-inline {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #wp-form #form1 label.address-label {
    margin-bottom: 10px;
  }
  #wp-form #form1 label.address-label + .form-control {
    width: 100%;
  }
  #wp-form form select.form-control {
    width: 100%;
  }
  #wp-form #form1 label.sub-label + input.form-control {
    width: 84%;
  }
  #wp-form #form1 label.sub-label + input.zip.form-control {
    width: 45%;
  }
  .apname.form-control {
    margin-bottom: 10px;
  }
  #wp-form #wp-submit {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .apname.form-control + select.pggr.form-control {
    width: 100% !important;
  }
  .apname.form-control {
    width: 100%;
  }
  #wp-form form.application-form .form-control {
    width: 100%;
  }
  #wp-form #form1 input[type="submit"],
  #wp-form #form1 button[type="submit"] {
    width: 100%;
  }
  #wp-form #form1.conf-pg input[type="submit"] {
    margin-top: 15px;
  }
  #ao-entry .radio-inline {
    display: block;
  }
  #ao-entry .radio-inline:first-child {
    margin-left: 10px;
  }
  .box-form-step {
    padding: 0 0;
  }
  .box-form-step .box-form-step__item {
    font-size: 9px;
  }
  .box-form-step .box-form-step__item .arrow-right {
    right: 8px;
  }
  .container-fluid .no-padding-x-xs {
    margin-bottom: 15px;
  }
  .no-padding-x-xs {
    padding-right: 0;
    padding-left: 0;
  }
  .btnBox .btn {
    width: 100%;
  }
  #wp-form form#form1.open-campus select.form-control {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .box-form-step .box-form-step__item {
    font-size: 10px;
  }
}

input[name="job_other"] {
  visibility: hidden;
}

#wp-job-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#wp-job-input .wp-job-input-item {
  flex: 1;
}

#wp-job-input .wp-job-input-item + .wp-job-input-item {
  margin-left: 15px;
}

.hidden {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

.bit_cell_left small {
  font-size: 12px;
}

.bit_cell_left .red {
  font-weight: bold;
  color: #c72f22;
}

.btnBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.btnConf {
  width: 250px;
  height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  border: 0;
  border-bottom: 3px solid #4399BF;
}

/*# sourceMappingURL=contact.css.map */