@charset "UTF-8";
.sp-only{
    display: none;
  }
.form-style{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.s-text{
  font-size: 10px;
}
/* step部分 */
.indicator {
  text-align: center;
  margin: 20px auto;
  display: flex;
}
.indicator span:not(.step-style) {
  margin: 0 2% 0 0;
  padding: 30px 20px;
  text-align: center;
  color: #848484;
  font-size: 1.1em;
  font-weight: bold;
  border: solid 3px #1388d1;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
}

.indicator span.now {
  background: #1388d1;
  color: #fff;
}
.step-style {
  font-size: 1.3em;
  margin-right: 7px;
  color: #1388d1;
}
span.now .step-style {
  color: #ffb100;
}

.indicator span:not(.step-style):before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  width: 0;
  height: 0;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 15px solid #d1e7fb;
  z-index: 100;
}
.indicator span:not(.step-style):last-child:before {
  content: none;
}
/* バナー */
.form-style .add-area{
	width: 80%;
	margin: 20px auto;
}

/* h2装飾 */
.form-style h2 {
  color: #1388d1;
  text-align: center;
  padding: 10px;
  margin: 0;
  font-size: 25px;
  background: #eaf5ff;
}

/* h3装飾 */
.form-style h3 {
  font-weight: bold;
  padding: 15px 10px;
  box-sizing: border-box;
  margin: 0 0 20px;
  color: #1388d1;
  font-size: 1.5em;
  border: solid;
}
.form-style #terms h3{
  background: none;
  border: none;
  font-weight: bold;
  margin: 0 auto 10px;
  border-bottom: solid 1px #ddd;
  line-height: 1.4em;
  color: #333;
  padding: 10px 0 5px;
  font-size: 1.2em;
}
/* h4装飾 */
.form-style h4 {
  font-weight: bold;
  font-size: 1.1em;
}

/* 必須装飾 */
span.necessary {
  font-size: 0.8em;
  color: white;
  padding: 3px 10px;
  background: #ff4c4c;
  margin-left: 5px;
  vertical-align: top;
  border-radius: 3px;
  font-weight: normal;
}
.float {
  float: right;
}
/* 会社選択部分 */
/* アイコンアニメーションここから */
.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 5px;
}
.accordion_icon span {
  position: absolute;
    left: 6px;
    width: 50%;
  height: 3px;
    background-color: #1388d1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 10px;
  transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 10px;
  transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
  display:none;
}
.accordion_icon.active span:nth-of-type(2) {
  top: 10px;
  transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
/* アイコンアニメーションここまで */

.arrow-icon {
  position: absolute;
  right: 5%;
  width: 30px;
  top: 25%;
}
.company img{
	/*display: inline-block;*/
  /*vertical-align: middle;*/
  margin: 0 0 0 10px;
  /*width: 34%;*/
  /*object-fit: cover;*/
  /*border: solid 1px #ddd;*/
  border: none;
  background-size: cover;
  height: 35px;
  width: auto;
}
.company img:hover,
span.c-name:hover {
  opacity: 0.8;
}
.company .checkbox01-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 35%;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #999;
}

.company .checkbox01-input:checked + .checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 26%;
  left: 8px;
  width: 7px;
  height: 19px;
  transform: rotate(40deg);
  border-bottom: 5px solid #1388d1;
  border-right: 5px solid #1388d1;
}
.company .search-input-cat label{
  height: 100px;
  vertical-align: top;
}
span.c-name {
  width: 100%;
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  display: block;
  margin: 10px 0 0 10px;
  font-size: 12px;
}
.trigger h3{
  cursor: pointer;
}
ul ul.submenu {
  margin-left: 0;
}
a span.c-name {
  color: #1388d1;
  text-decoration: underline;
}
a span.c-name:hover {
  color: #48b9ff;
  text-decoration: none;
}
/* フォームテーブル部分 */
.form-style .form-block table {
  width: 100%;
}
.form-block table td {
  padding: 20px 10px;
}
.form-style select {
  margin: 0;
  padding: 6px 4px;
  outline: none;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #f5f3f3;
  color: #000;
  vertical-align: bottom;
  font-size: 13px;
  box-sizing: border-box;
  vertical-align: middle;
}
.form-style .form-block input[type="text"],.form-style input[type="password"],.form-style input[type="email"], input[type="search"], textarea,select {
  max-width: 500px;
  color: #000;
}

.form-style input[type="text"].p-postal-code,
.form-style input[type="text"].tel{
  width: auto;
  vertical-align: middle;
}
.form-style .form-block dt {
    margin: 10px 0 5px;
}
.form-style .form-block dt:first-child {
    margin: 0 0 5px;
}

.form-style .form-block table th {
  background: #eaf5ff;
  padding: 20px 20px;
}

.form-style .form-block table {
  margin: 20px auto;
}

p.s-text {
  font-size: 11px;
  margin: 2px 0 0 0;
  color: #666;
}

.form-block .search-input-cat{
  margin-bottom: 0;
}
.form-block .search-input-cat label{
  padding: 1%;
  font-size: 12px;

}
.form-style .form-block input[type="text"].inline-style{
  display: inline-block;
  width: 35%;
  max-width: 200px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 5px;
}

.table-radio{
  margin: 0 5px;
}
.form-style .form-block input[type="text"].p-region {
      width: 35%;
  max-width: 150px;
}
.hyphen-span{
  margin: 0 5px;
}
input.tel {
  width: 29%;
  max-width: 100px;
}
/* 規約 */
div#terms {
  height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: solid #c1c1c1 2px;
  padding: 10px;
  line-height: 1.4em;
}

p.red{
  color: #ff4040;
}

h3.terms-h3 {
  border: none;
  padding: 5px 0 0 0;
  margin: 10px auto 0;
  color: #404040;
}

.warning-text {
  background: rgb(234, 245, 255);
  color: #ff4040;
  padding: 1% 2.5%;
  border-radius: 5px;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 20px auto;
}
.terms-input{
  font-weight: bold;
  margin: 5px 0;
}
#terms td {
  vertical-align: middle;
}
/* 注意事項 */
.attention-area{
  color: #8a8a8a;
  margin: 20px auto;
}
.attention-area h2 {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  text-align: left;
}
.attention-area-inner {
  padding: 2%;
  margin-bottom: 20px;
  background: #eaf5ff;
  color: #404040;
}

.attention-area-inner h3 {
  background: none;
  color: #404040;
  font-size: 1.3em;
  padding: 0;
  margin: 10px auto 5px;
  border: none;
}
.warning-text li {
    margin-bottom: 10px;
}
.warning-text li:last-child {
    margin: 0;
}
/* ラジオボタン装飾 */

.radio01-input,
.radio02-input{
  display: none;
}
.radio01-parts,
.radio02-parts{
  padding-left: 25px;
  position:relative;
}
.radio01-parts::before,
.radio02-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 10px;
}
.radio01-input:checked + .radio01-parts,
.radio02-input:checked + .radio02-parts{
  color: #1388d1;
}
.radio01-input:checked + .radio01-parts::after,
.radio02-input:checked + .radio02-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background: #1388d1;
}

input[type="number"]{
  margin: 0;
  padding: 6px 4px;
  outline: none;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #f5f3f3;
  color: #777;
  vertical-align: bottom;
  font-size: 13px;
  box-sizing: border-box;
  vertical-align: middle;
}

/* ボタン */
.btn-area{
  display: flex;
}
.form-style input[type="button"] {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: normal;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  padding: 15px;
  background: #2fc38d;
  border-radius: 5px;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-weight: bold;
  width: 90%;
  max-width: 300px;
  border-bottom: 3px solid #21966b;
  text-align: center;
}
.form-style a.back-btn {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: normal;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  padding: 15px;
  background: #b3b3b3;
  border-radius: 5px;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-weight: bold;
  width: 80%;
  max-width: 200px;
  text-align: center;
  margin-right: 5%;
}

/* 確認ページ */

.confirmation table span{
  margin-right: 10px;
}

/* 完了ページ */

.completion .text-area{
  margin: 20px auto;
  text-align: center;
}

/* 面談フォーム */
.selectdays {
  width: 40%;
  display: inline-block;
}

.selectdays select {
  width: 65%;
  max-width: 260px;
}


@media only screen and (max-width: 1200px) and (min-width: 781px){
  .search-input-cat label {
    font-size: 12px;
  }
  span.c-name {
    width: 100%;
  }
}
@media only screen and (max-width: 780px) and (min-width: 501px){
  .pc-only{
    display: none;
  }
  .selectdays {
    width: 49%;
  }
  .sp-only{
    display: block;
  }


  .indicator span:not(.step-style) {
    padding: 20px 10px;
    font-size: 1em;
  }
  .form-style h2 {
    font-size: 20px;
  }
  .form-block .search-input-cat label {
    padding: 2.5% 1%;
  }
  span.c-name {
    width: auto;
    display: inline;
    text-align: left;
    font-size: 1.2em;
  }
  .company img {

    /*width: 64px;*/
    height: 35px;
    width: auto;
  }
  .indicator span:not(.step-style) {
    margin: 0 3% 0 0;
  }

  .form-style .form-block input[type="text"].inline-style {
    margin-right: 5px;
  }
/* SPスマホラジオボタンスタイル */
  .search-input-cat label {
    font-size: 12px;
  }
  .form-block .input-radio label,
  .input-radio label {
        background: #dcdcdc;
    border-radius: 3px;
    text-align: center;
    color: #5d5d5d;
    
    padding: 0;
  }
  .radio01-parts {
    width: 100%;
    padding: 5.5% 1%;
  }
  .radio01-parts::before {
    content: none;
  }
  .radio01-input:checked + .radio01-parts::after{
    content: none;
  }
  .radio01-input:checked + .search-input-cat label{
    padding: 0
  }
  .radio01-input:checked + .radio01-parts {
    color: #fff;
    padding: 5.5% 1%;
    background: #1388d1;
    border-radius: 3px;
  }
  .table-2type{
    display: flex;
  }
  .form-block table td {
    padding: 15px 0;
  }
  .company .search-input-cat label {
    height: 80px;
    width: 100%;
  }
  .sp-center-h3  {
    text-align: center;
  }
  .indicator span:not(.step-style):before {
    position: absolute;
    top: 50%;
    right: -35px;
  }
  .hyphen-span {
    margin: 0 2px;
  }
  .form-style h3 {
    font-size: 1.3em;
	}

}
@media only screen and (max-width: 500px) and (min-width: 1px){
  .pc-only{
    display: none;
  }
  .selectdays {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
  }
  
  .form-style select {
    -webkit-appearance: none;
    padding: 2%;
    width: 25%;
  }
  .selectdays select{
    -webkit-appearance:none;
    padding: 3% 2%;
    width: 60%; 
  }
  .selectdays span{
    width: 20%;
    display: inline-block;
    vertical-align: middle;
  }
  .sp-only{
    display: block;
  }
  .search-input-cat label {
    font-size: 12px;
  }

  .indicator span:not(.step-style) {
    padding: 10px 5px;
    font-size: 1em;
  }
  .form-style h2 {
    font-size: 20px;
  }
  .form-block .search-input-cat label {
    padding: 2.5% 1%;
  }

  span.c-name {
    width: auto;
    /*max-width: 170px;*/
    display: inline;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .company img {
    /*width: 64px;*/
    height: 35px;
    width: auto;
  }
  .indicator span:not(.step-style) {
    margin: 0 7% 0 0;
  }
  .step-style {
    margin-right: 0;
  }
  .form-style .add-area {
    width: 100%;
    margin: 10px auto 20px;
  }
  .form-style .form-block input[type="text"].inline-style {
    margin-right: 5px;
  }
  /* SPスマホラジオボタンスタイル */
  .search-input-cat label {
    font-size: 12px;
  }
  .form-block .input-radio label,
  .input-radio label {
    background: #dcdcdc;
    border-radius: 3px;
    text-align: center;
    color: #5d5d5d;
    padding: 0;
  }
  .radio01-parts {
    width: 100%;
    padding: 5.5% 1%;
  }
  .radio01-parts::before {
    content: none;
  }
  .radio01-input:checked + .radio01-parts::after{
    content: none;
  }
  .radio01-input:checked + .search-input-cat label{
    padding: 0
  }
  .radio01-input:checked + .radio01-parts {
    color: #fff;
    padding: 5.5% 1%;
    background: #1388d1;
    border-radius: 3px;
  }
  .table-2type{
    display: flex;
  }
  .form-style .form-block table th {
    background: #eaf5ff;
    padding: 15px;
  }
  .form-block table td {
    padding: 15px 0;
  }
  .company .search-input-cat label {
    height: 80px;
    width: 100%;
  }
  .sp-center-h3 {
    text-align: center;
  }
  .hyphen-span {
      margin: 0 1px;
  }
  .form-style h3 {
    font-size: 1.3em;
	}
}

@media only screen and (max-width: 500px) and (min-width: 1px){
  .indicator span:not(.step-style) {
    padding: 5% 1%;
    font-size: 1em;
    width: 23.5%;
  }
  .indicator span:not(.step-style) {
    margin: 0 2% 0 0;
  }
  .indicator span:not(.step-style):before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
  }
  .indicator span:not(.step-style):last-child {
    margin: 0;
  }
  .form-style h3 {
    padding: 15px 3%;
  }
  select#parameter3,select#parameter4 {
    width: 230px;
  }
}



