@charset "UTF-8";

/*==============================================================================================

  お問い合わせ contact.php

===============================================================================================*/

/* タイトル
=====================================================================*/
#contact{
  overflow:hidden;
}

#contact .contact-txt{
  line-height:25px;
  margin-bottom:80px;
  text-align:center;
}

#contact .contact-txt small{
  color:#7F8080;
  display:block;
  font-size:12px;
  font-weight:normal;
  padding-left:1em;
  text-indent: -1em;
  line-height:18px;
  max-width:620px;
}

#contact .contact-txt small:first-of-type{
  margin-top:20px;
}

@media screen and (max-width: 1199px) {
  #contact .page-ttl .illust{
    top:150px;
    right:0;
    max-width:400px;
  }
}

@media screen and (max-width: 743px) {
  #contact .contact-txt{
    margin-bottom:50px;
  }

  #contact .contact-txt br{
    display:none;
  }
}

/* ページナビ
=============================================*/
.currentpage{
  text-align: center;
  margin: 100px 0 50px 0;
}

.currentpage p{
  display:inline-block;
  font-size:16px;
  font-weight:500;
  color:#B3B3B3;
  width:auto;
}

.currentpage p.current{
  color:#000;
}

.currentpage span{
  display:inline-block;
  position:relative;
  margin: 0 15px;
  width:7px;
}

.currentpage span::before{
  content:'';
  display:block;
  position:absolute;
  top:-10px;
  left: -5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #A4A39A;
  border-right: 2px solid #A4A39A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 743px) {
  .currentpage{
    text-align: center;
    margin: 40px 0 0 0;
  }

  .currentpage p{
    font-size:13px;
  }

  .currentpage span{
    margin: 0 10px;
    width:5px;
  }

  .currentpage span::before{
    position:absolute;
    top:-9px;
    left: -5px;
    width: 6px;
    height: 6px;
  }
}


/* お見積もり
=====================================================================*/
#contact h3{
  border-bottom:solid 2px #000;
  padding-bottom:10px;
  font-size:17px;
  font-weight:700;
  margin-bottom:30px;
}

.service-check h4{
  margin-bottom:10px;
}

.service-check,
.contact-check{
  display:flex;
  flex-wrap:wrap;
  justify-content: flex-start;
  margin-bottom:15px;
}

.service-check .custom-control{
  width:50%;
  margin:0;
  margin-bottom:5px;
}

.contact-check .custom-control,
.row-about-box .radiobox{
  width:auto;
  margin:0;
  margin-bottom:5px;
  margin-right:40px;
}

.service-check .col-md-12{
  margin-top:10px;
}


/* フォーム
=====================================================================*/
#contact .form-wrap{
  padding-bottom:200px;
}

@media screen and (max-width: 743px) {
  #contact .form-wrap{
    width:90%;
    padding-bottom:130px;
  }
}


/*==============================================================================================

  フォーム共通項目

===============================================================================================*/

/* フォーム外枠
=============================================*/
.row {
  display: flex;
  flex-wrap: wrap;
  align-items:start;
}

.row > * {
  padding:0 10px;
}

@media screen and (max-width: 1023px) {
  .row > * {
    padding:0 5px;
  }
}

@media screen and (max-width: 743px) {
  .row > * {
    padding:0 3px;
  }
}

/* #contact */
@media screen and (max-width: 743px) {
  #contact #step-5 .row{
    margin-bottom:20px;
  }

  #contact #step-7 .row{
    margin-bottom:20px;
  }
}

/* フォームタイトル
=============================================*/
.form-wrap label{
  margin-bottom:5px;
  line-height:30px;
}

.form-wrap label span{
  font-size:14px;
}

@media screen and (max-width: 1199px) {
  .form-wrap label span{
    font-size:14px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 743px) {
  .form-wrap label{
    line-height:28px;
    font-size:14px;
    letter-spacing: 0;
  }

  .form-wrap label span{
    font-size:12px;
    letter-spacing: 0;
    line-height:15px;
    display:block;
    margin-bottom:7px;
  }
}

/* 顔写真 */
#contact .form-wrap label.custom-file-label{
  margin-bottom:20px!important;
}

input.custom-file-input {
  display:none;
}


/* フォーム入力欄
=============================================*/
/* 入力ボックス */
.form-control {
  display: block;
  width: 100%;
  padding: 10px;
  font-weight: 400;
  line-height: 1.5em;
  background-color: #fff;
  border: 2px solid #4a4a4a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin:0;
  margin-bottom:20px;
}

@media screen and (max-width: 1023px) {
  .form-control {
    padding: 10px;
    line-height: 1.4em;
    margin-bottom:13px;
  }
}

/* お問い合わせ種別 */
#contact .form-control.row-about-box{
  border: none;
  padding: 0;
  margin:5px 0 25px 0;
}

@media screen and (max-width: 1023px) {
  #contact .row-about-box label{
    width:40%;
    max-width:230px;
  }

  #contact .form-control.row-about-box br{
    display:none;
  }

  #contact .form-control.row-about-box br:nth-of-type(2){
    display:inline-block;
  }

  #contact .form-control.row-about-box br:nth-of-type(3){
    display:none;
  }

  #contact .form-control.row-about-box br:nth-of-type(4){
    display:inline-block;
  }
}

@media screen and (max-width: 743px) {
  #contact .form-control.row-about-box{
    padding: 0 0 0 10px;
  }

  #contact .row-about-box label{
    width:calc(100% - 50px);
    margin-bottom:0;
  }

  #contact .form-control.row-about-box br{
    display:inline-block!important;
  }
}

/* フォーカス */
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* プレースホルダー */
.form-control::-moz-placeholder,
.form-control::placeholder,
.placeholder {
  color: #6c757d!important;
}

/* チェックボックス・ラジオボタン */
.custom-control{
  height:28px;
  margin-top:-2px;
}

/* ファイル入力ボックス */
select.form-control,
.custom-file-label.form-control{
  cursor:pointer;
}

/* テキストエリア */
textarea.form-control{
  margin-bottom:5px;
  max-width: 45em;
}

/* ラジオボタン */
input.custom-control-input{
  width:20px;
  cursor:pointer;
  margin:0;
}

label.custom-control-label{
  cursor:pointer;
}

/* #contact */
#contact .gakureki .form-control{
  margin-bottom:5px;
}

#contact .graduation{
  margin-bottom:20px;
  text-align: right;
}

#contact .graduation.error{
  width:auto;
  margin: 0 10px 20px auto;
  border-radius: 0.25em;
  padding:10px 15px 10px 10px;
  background-color: #FDF0F0;
  border: 2px solid #C30D23;
}

#contact .graduation .custom-radio{
  display:inline-block;
  width:auto;
  margin-left:20px;
}

#contact .graduation .custom-radio:first-of-type{
  margin-left:0;
}

#contact .request{
  display:flex;
  flex-wrap:wrap;
  justify-content:start;
  margin:0 10px;
}

#contact .request.error{
  padding:8px 10px;
  border-radius:0.25em;
  background-color: #FDF0F0;
  border: 2px solid #C30D23;
}

#contact .request.request-pc.error{
  padding:20px 10px 25px 10px;
}

#contact .request.start_date.error{
  padding:20px 10px 25px 10px;
}

#contact .request.purpose.error{
  padding:20px 10px 25px 10px;
}

#contact .request.adobe.error{
  padding:20px 10px 25px 10px;
}

#contact .request label{
  width:150px;
  display:block;
  margin:0;
  cursor:pointer;
}

#contact .request .custom-radio{
  display:inline-block;
  width:calc((100% - 150px)/5);
  margin:0;
  max-width:160px;
}

#contact .request-pc .custom-radio{
  width:calc((100% - 150px)/2);
  max-width:320px;
}

#contact .request-pc .custom-radio:first-of-type{
  margin-top:-8px;
}

#contact .request-pc .form-control{
  margin:0;
}

#contact .request-pc .unit{
    width:120px;
    margin-left:10px;
    display:inline-block;
}

#contact .request.week .custom-radio{
  max-width:80px;
}

#contact .request.week .custom-radio:last-of-type{
  width:100%;
  max-width:100%;
  margin-left:150px;
}

#contact .start_date .custom-radio:last-of-type{
  width:50%;
  max-width:400px;
  margin-top:-8px;
}

#contact .start_date .custom-radio:last-of-type .form-control{
  margin:0;
  width:200px;
  display:inline-block;
}

#contact .purpose{
  margin:0 0 20px 0;
}

#contact .purpose .custom-radio:last-of-type label{
  width:calc(100% - 25px);
}

#contact .purpose .custom-radio:last-of-type{
  width:calc(100% - 490px);
  max-width:calc(100% - 480px);
  margin-top:-8px;
}

#contact .purpose .custom-radio:last-of-type .form-control{
  margin:0;
  width:calc(100% - 3.5em)!important;
  display:inline-block;
}

#contact .device .custom-radio:nth-last-of-type(1),
#contact .device .custom-radio:nth-last-of-type(2){
  display:block;
  width:100%!important;
  max-width:100%!important;
  padding-left:150px;
  margin-top:15px;
}

#contact .device .custom-radio:nth-last-of-type(2) label,
#contact .device .custom-radio:last-of-type label{
  width:calc(100% - 25px);
}

#contact .device .custom-radio:last-of-type{
  width:calc(100% - 490px);
  max-width:calc(100% - 480px);
  margin-top:30px;
  margin-bottom:25px;
}

#contact .device .custom-radio .form-control.microphone{
  margin-right:7px;
  margin-left:3px;
  width:4em!important;
  display:inline-block;
}

#contact .device .custom-radio .form-control.otherdevice{
  width:calc(100% - 3.5em)!important;
  max-width:600px;
  display:inline-block;
}

#contact .room .custom-radio:first-of-type{
  margin-top:15px;
}

#contact .room .custom-radio{
  display:block;
  width:auto;
  max-width:420px!important;
  margin: 5px auto 0px 0;
  border-bottom:dotted 2.5px #c1c1c1;
  padding-bottom:53px;
}

#contact .room .custom-radio:last-of-type{
  margin-bottom:20px;
}

#contact .room1 .custom-radio:nth-last-of-type(1),
#contact .room1 .custom-radio:nth-last-of-type(2),
#contact .room2 .custom-radio:nth-last-of-type(4){
  padding-bottom:37px;
}

#contact .room .room-ttl br{
  display:none;
}

#contact .room .custom-radio label{
  width:200px!important;
  display:inline-block;
}

#contact .room .custom-radio label br{
  display:none;
}

#contact .room .custom-radio .room-box{
  display:inline-block;
  width:calc(100% - 230px);
}

#contact .room .custom-radio .unit{
  width:120px;
  margin:0;
  display:inline-block;
}

#contact .room .custom-radio .form-control{
  margin:0;
}

#contact .room .room-error-box.error{
  background-color: #FDF0F0;
  border: 2px solid #C30D23;
  border-radius: 0.25rem;
  padding:0px 10px;
  width:auto;
  max-width:445px;
  margin:0;
}

#contact .layout .custom-radio:nth-of-type(3){
  margin-left:-10px;
}

#contact .layout .custom-radio:last-of-type{
  width:calc(100% - 480px);
  max-width:420px;
  margin-top:-9px;
  margin-left:-20px;
}

#contact .layout .custom-radio:last-of-type label{
  width:calc(100% - 25px);
}

#contact .layout .custom-radio .form-control.otherlayout{
  width:calc(100% - 3.5em)!important;
  max-width:600px;
  display:inline-block;
}

#contact .luggage{
  align-items: center;
}

#contact .luggage label{
  line-height:20px;
}

#contact .campus{
  margin:0 0 20px 0;
}

#contact .campus .custom-radio{
  width:20%;
  max-width:300px;
}

#contact .campus .custom-radio:last-of-type{
  width:calc(100% - 430px);
  max-width:calc(100% - 430px);
}

#contact .request .custom-radio label{
  width:auto;
  display:inline-block;
}

#contact .summer-day-ttl{
  line-height:22px!important;
  position:relative;
  top:-3px;
}

#contact .summer-day .custom-radio{
  margin-top:7px;
}

#contact .working_hour .namisen{
  display:inline-block;
  width:auto;
  margin:15px 10px 0 10px;
  height:1em;
}

#contact .usedate .namisen{
  display:inline-block;
  width:auto;
  margin:15px 0 0 0;
  height:1em;
}

#contact .working_hour .form-control,
#contact .average .form-control{
  margin-bottom:0;
}

#contact .insurance-ttl{
  line-height:22px!important;
  position:relative;
  top:20px;
}

#contact .insurance-box{
  width:calc((100% - 150px)/5);
  max-width:160px;
}

#contact .insurance-box.error{
  padding:5px 10px 8px 10px;
  border-radius: 0.25rem;
  background-color: #FDF0F0;
  border: 2px solid #C30D23;
  margin-right:30px;
}

#contact .insurance-box:last-of-type.error{
  margin-right:0;
}

#contact .insurance-box .custom-radio{
  display:block;
  width:auto;
  height: 28px;
  margin-top: -2px
}

#contact .office .custom-radio:last-of-type{
  margin-left:150px;
  margin-top:10px;
}

#contact .adobe .custom-radio:nth-of-type(3){
  display:inline-block;
  width:calc(100% - 320px)!important;
  max-width:500px!important;
}

#contact .adobe .custom-radio:nth-of-type(3) .custom-control-label{
  width:calc(100% - 30px);
}

#contact .adobe .custom-radio:last-of-type{
  margin-left:150px;
  margin-top:10px;
}

#contact .adobe .form-control{
  display:inline-block;
  width:calc(100% - 5em);
  max-width:none;
  margin:-10px 0 0 10px;
}

#contact .skill .access{
  position:relative;
  left:50px;
}


@media screen and (max-width: 1439px) {
  #contact .request label{
    width:130px;
  }

  #contact .request .custom-radio{
    width:calc((100% - 130px)/5);
    max-width:160px;
  }

  #contact .request-pc .custom-radio{
    width:auto;
    max-width:none;
    margin-right:30px;
  }

  #contact .request.week .custom-radio:last-of-type{
    margin-left:130px;
  }

  #contact .working_day .custom-radio:nth-of-type(2){
    width:auto;
    margin-right:20px;
  }

  #contact .insurance-box{
    width:calc((100% - 130px)/5);
    max-width:auto;
  }

  #contact .insurance-box .custom-radio{
    display:block;
    width:auto;
    height: 28px;
    margin-top: -2px;
  }

  #contact .office .custom-radio:last-of-type{
    margin-left:130px;
    margin-top:10px;
  }

  #contact .adobe .custom-radio:nth-of-type(3){
    display:block;
    width:calc(100% - 130px)!important;
    max-width:500px!important;
    margin-left:130px;
    margin-top:20px;
    margin-bottom:10px;
  }

  #contact .adobe .custom-radio:last-of-type{
    margin-left:130px;
    margin-top:10px;
  }

  #contact .campus{
    margin:0 0 20px 0;
  }

  #contact .campus .custom-radio{
    width:33%!important;
    max-width:230px;
  }

  #contact .campus .custom-radio:last-of-type{
    max-width:calc(100% - 460px);
  }

  #contact .device .custom-radio:nth-last-of-type(1),
  #contact .device .custom-radio:nth-last-of-type(2){
    padding-left:130px;
  }

  #contact .room .custom-radio label{
    width:180px!important;
  }

  #contact .room .custom-radio .room-box{
    width:calc(100% - 210px);
  }

  #contact .room .custom-radio .unit{
    width:100px;
  }

  #contact .layout .custom-radio:last-of-type{
    width: calc(100% - ( (100% - 130px)/5  )*3 - 110px);
    margin-top:-8px;
    margin-left:-20px;
  }
}

@media screen and (max-width: 1023px) {
  #contact .request label{
    width:130px;
  }

  #contact .request .custom-radio{
    width:calc((100% - 130px)/5);
    max-width:160px;
  }

  #contact .none-pc .custom-radio{
    width:calc((100% - 130px)/4)!important;
    max-width:160px;
  }

  #contact .layout .custom-radio{
    width:30%;
    max-width:160px;
  }

  #contact .request-pc .custom-radio{
    width:auto;
    max-width:none;
    margin-right:30px;
  }

  #contact .skill .custom-radio{
    width:calc((100% - 130px)/4);
  }

  #contact .skill .powerpoint{
    position:relative;
    left:-27px;
  }

  #contact .request.working_time .custom-radio{
    width:auto;
    margin-right:43px;
  }

  #contact .insurance-box .custom-radio{
    display:block;
    width:auto;
    height: 28px;
    margin-top: -2px;
  }

  #contact .insurance-box.error{
    width: calc((100% - 130px)/4);
  }

  #contact .purpose .custom-radio{
    width:33%;
    max-width:190px;
  }

  #contact .purpose .custom-radio:last-of-type{
    width:100%;
    max-width:400px;
    margin-top:8px;
  }

  #contact .campus{
    margin:0 0 20px 0;
  }

  #contact .campus .custom-radio{
    max-width:195px;
    width:calc(100% / 3)!important;
  }

  #contact .campus .custom-radio:last-of-type{
    width:calc(100% - 400px)!important;
    max-width:none;
    margin-left:10px;
  }

  #contact .device .custom-radio{
    width:30%;
  }

  #contact .device .custom-radio:nth-last-of-type(1),
  #contact .device .custom-radio:nth-last-of-type(2){
    margin-top:10px;
  }

  #contact .device .custom-radio:last-of-type{
    margin-top:30px;
    margin-bottom:25px;
  }

  #contact .device .custom-radio .form-control.microphone{
    margin-right:7px;
    margin-left:3px;
    width:4em!important;
    display:inline-block;
  }

  #contact .device .custom-radio .form-control.otherdevice{
    width:calc(100% - 3.5em)!important;
    max-width:600px;
    display:inline-block;
  }

  #contact .room .room-ttl{
    line-height:18px;
  }

  #contact .room .room-ttl br{
    display:inline-block;
  }

  #contact .room .custom-radio{
    max-width:310px!important;
    margin: 0px auto 0px 0;
    padding-bottom:62px;
  }

  #contact .room .custom-radio:first-of-type {
    margin-top: 5px;
  }

  #contact .room .custom-radio:last-of-type{
    margin-bottom:10px;
  }

  #contact .room1 .custom-radio:nth-last-of-type(1),
  #contact .room1 .custom-radio:nth-last-of-type(2),
  #contact .room2 .custom-radio:nth-last-of-type(4){
    padding-bottom:33px;
    margin-top:10px;
  }

  #contact .room1 .custom-radio:nth-last-of-type(1) label,
  #contact .room1 .custom-radio:nth-last-of-type(2) label,
  #contact .room2 .custom-radio:nth-last-of-type(4) label{
    position:relative;
    top:0px;
  }

  #contact .room1 .custom-radio:nth-last-of-type(1) label br,
  #contact .room1 .custom-radio:nth-last-of-type(2) label br,
  #contact .room2 .custom-radio:nth-last-of-type(4) label br{
    display:none;
  }

  #contact .room .custom-radio label{
    width:120px!important;
    display:inline-block;
    line-height:20px;
    position:relative;
    top:10px;
  }

  #contact .room .custom-radio label br{
    display:inline-block;
  }

  #contact .room .custom-radio .room-box{
    display:inline-block;
    width:calc(100% - 150px);
  }

  #contact .room .custom-radio .unit{
    width:100px;
    margin:0;
    display:inline-block;
  }

  #contact .room .custom-radio .form-control{
    margin:0;
  }

  #contact .room .room-error-box.error{
    background-color: #FDF0F0;
    border: 2px solid #C30D23;
    border-radius: 0.25rem;
    padding:0px 5px;
    width:auto;
    max-width:350px;
    margin:0;
  }

  #contact .layout .custom-radio:nth-of-type(3){
    margin-left:-30px;
  }

  #contact .layout .custom-radio:last-of-type{
    display:block;
    width: 100%;
    margin-top:10px;
    margin-bottom:15px;
    margin-left:130px;
    max-width:100%;
  }

  #contact .skill .access{
    position:relative;
    left:0;
  }
}

@media screen and (max-width: 743px) {
  #contact .graduation{
    margin-bottom:0px;
    text-align: center;
    margin-top:10px;
  }

  #contact .graduation .custom-radio{
    display:inline-block;
    width:auto;
    margin-left:0;
    margin-right:15px;
  }

  #contact .graduation.error{
    width:calc(100% - 6px);
    margin: 0 3px 10px 3px;
  }

  #contact .shokureki .form-control{
    margin-bottom:5px;
  }

  #contact .shikaku .form-control{
    margin-bottom:5px;
  }

  #contact .request{
    width:calc(100% - 6px);
    margin: 0 3px;
  }

  #contact .request label{
    width: 100%;
    margin-left: 0;
  }

  #contact .request label.request-label{
    padding-bottom:5px;
    margin-bottom:7px!important;
    border-bottom: dashed #888888 1px;
  }

  #contact .request label.request-label br{
    display:none;
  }

  #contact .request .custom-radio{
    width:calc(100% / 3);
    max-width:160px;
  }

  #contact .none-pc .custom-radio{
    width:calc(100% / 3)!important;
  }

  #contact .request-pc{
    margin-bottom:13px;
  }

  #contact .request-pc .custom-radio{
    width:100%;
    max-width:none;
    margin-right:0px;
    margin:5px 0;
    position:relative;
    top:13px;
  }

  #contact .request-pc .custom-control-label{
    padding-left:5px;
  }

  #contact .summer-day-ttl{
    line-height:22px!important;
    position:relative;
    top:0;
  }

  #contact .summer-day .custom-radio{
    margin-top:0;
  }

  #contact .skill .custom-radio{
    width:calc(100% / 3);
  }

  #contact .skill .powerpoint{
    position:relative;
    left:0;
  }

  #contact .week .custom-radio{
    width:calc(100% / 5);
    max-width:auto;
  }

  #contact .request.week .custom-radio:last-of-type{
    width:calc(100% / 4);
    max-width:auto;
    margin-left:0;
  }

  #contact .request.working_time .custom-radio{
    width:calc(100% / 3);
    margin-right:0;
  }

  #contact .insurance-box .custom-radio{
    display:block;
    width:auto;
    height: 28px;
    margin-top: -2px;
  }

  #contact .start_date .custom-radio:first-of-type{
    margin-bottom:10px;
  }

  #contact .start_date .custom-radio:last-of-type{
    width:100%;
    max-width:400px;
    margin-top:-8px;
    margin-bottom:20px;
  }

  #contact .start_date .custom-radio:first-of-type .custom-control-label{
    padding-left:7px;
  }

  #contact .start_date .custom-radio:last-of-type .form-control{
    margin:0;
    width:180px;
    display:inline-block;
    margin-left:10px;
  }

  #contact .insurance-ttl{
    line-height:22px!important;
    position:relative;
    top:0px;
  }

  #contact .insurance-box{
    width:100%;
    max-width:none;
  }

  #contact .insurance-box.error{
    width: calc(100% + 6px);
    margin: 5px 0;
    position:relative;
    left:-3px;
  }

  #contact .insurance-box label{
    width:calc(100% / 3);
    margin:0;
    display:inline-block;
  }

  #contact .insurance-box .custom-radio{
    display:block;
    width:auto;
    height: 28px;
    margin-top: -2px;
    display:inline-block;
  }

  #contact .insurance-box .custom-radio label{
    margin-right:20px;
  }

  #contact .insurance-box.error .custom-radio label{
    margin-right:0px;
  }

  #contact .office .custom-radio:last-of-type{
    margin-left:0px;
    margin-top:0px;
  }

  #contact .adobe .custom-radio:nth-of-type(3){
    width:100%!important;
    margin-left:0;
  }

  #contact .adobe .custom-radio:nth-of-type(3) .custom-control-label{
    margin-left:-1%;
  }

  #contact .adobe .custom-radio:last-of-type{
    margin-left:0px;
    margin-top:10px;
  }

  #contact .purpose .custom-radio{
    width:100%;
    max-width:100%;
  }

  #contact .purpose .custom-radio:last-of-type{
    margin-top:0px;
  }

  #contact .campus{
    margin:0 0 10px 0;
  }

  #contact .campus .custom-radio,
  #contact .campus .custom-radio:last-of-type{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
  }

  #contact .device .custom-radio{
    width:50%;
  }

  #contact .device .custom-radio:nth-last-of-type(1),
  #contact .device .custom-radio:nth-last-of-type(2){
    margin-top:5px;
    padding-left:0;
  }

  #contact .device .custom-radio:last-of-type{
    margin-top:25px;
    margin-bottom:15px;
  }

  #contact .room .room-ttl{
   display:inline-block;
   width:auto;
   margin:20px 0 10px 0;
  }


  #contact .room .room-ttl br{
    display:none;
  }

  #contact .room .custom-radio{
    max-width:100%!important;
    margin: 5px auto 0px 0;
    padding-bottom:52px;
  }

  #contact .room .custom-radio:first-of-type {
    margin-top: 5px;
  }

  #contact .room .custom-radio:last-of-type{
    margin-bottom:10px;
    border:none;
  }

  #contact .room .custom-radio label{
    width:160px!important;
    display:inline-block;
    line-height:20px;
    position:relative;
    top:0px;
  }

  #contact .room .custom-radio label br{
    display:none;
  }

  #contact .room .custom-radio .room-box{
    display:inline-block;
    width:calc(100% - 190px);
  }

  #contact .room .custom-radio .unit{
    width:100px;
    margin:0;
    display:inline-block;
  }

  #contact .room .custom-radio .form-control{
    margin:0;
  }

  #contact .room .room-error-box.error{
    max-width:none;
    margin:0;
  }

  #contact .layout .custom-radio{
    width:100%;
    max-width:100%;
  }

  #contact .layout .custom-radio:nth-of-type(3){
    margin-left:0px;
  }

  #contact .layout .custom-radio:last-of-type{
    display:block;
    width: 100%;
    margin-top:0px;
    margin-bottom:13px;
    margin-left:0px;
    max-width:100%;
  }
}


@media screen and (max-width: 424px) {
  #contact .room .room-ttl br{
    display:inline-block;
  }

  #contact .room .custom-radio label{
    width:130px!important;
    display:inline-block;
    line-height:20px;
    position:relative;
    top:0px;
  }

  #contact .room1 .custom-radio{
    padding-bottom:60px;
    margin: -2px auto 0px 0;
  }

  #contact .room1 .custom-radio label{
    position:relative;
    top:10px;
  }

  #contact .room1 .custom-radio label br{
    display:inline-block;
  }

  #contact .room .custom-radio .room-box{
    width:calc(100% - 160px);
  }

  #contact .room .custom-radio .room-box small{
    letter-spacing: 0;
    font-size:14px;
  }
}

@media screen and (max-width: 374px) {
  #contact .room .custom-radio label{
    width:100px!important;
  }

  #contact .room .custom-radio .room-box{
    width:calc(100% - 130px);
  }
}




/* apply(最寄駅・通勤手段) */
#contact .way-wrap{
  width:100%;
  padding:10px 0;
}

#contact .way-wrap.error{
  padding:8px 10px;
  border-radius: 0.25rem;
  background-color: #FDF0F0;
  border: 2px solid #C30D23;
}

#contact .way .custom-radio{
  margin:0 20px 0 0;
  width:auto;
  display:inline-block;
}

@media screen and (max-width: 743px) {
  #contact .way-wrap{
    display:flex;
    flex-wrap:wrap;
  }

  #contact .way .custom-radio{
    width:calc(100% / 3);
    margin:0;
  }
}

/* 単位表示 */
.unit{
  position:relative;
  display:block;
}

.unit::after{
  position:absolute;
  height:calc(100% - 24px);
  width:auto;
  top:0;
  right:0;
  border-left: 2px solid #4a4a4a;
  padding: 10px 15px;
  text-align: center;
  line-height: 1.5;
  background-color:#E9ECF0;
  border: 2px solid #4a4a4a;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.file::after{
  content:'参照';
  padding: 10px 25px;
  cursor:pointer;
  pointer-events: none;
}

.select::after{
  content:'▼';
  cursor:pointer;
  pointer-events: none;
}

.zip::after{
  content:'〒';
  right:auto;
  left:0!important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.year::after{content:'年';}
.month::after{content:'月';}
.day::after{content:'日';}
.age::after{content:'才';}
.hour::after{content:'時間';}
.min::after{content:'分';}
.ppl::after{content:'人';}
.station::after{content:'駅';}


.date::after{content:'\f133';font: var(--fa-font-regular);}
.time::after{content:'\f017';font: var(--fa-font-regular);}

.date::after,
.time::after{
  pointer-events: none;
  padding:15px 15px 5px 15px;
}

.date .form-control,
.time .form-control{
  padding-right:13px!important;
}

.unit .form-control{
  padding-right:60px;
}

.zip .form-control{
  padding-left:60px;
  padding-right:auto;
  padding-right:0;
}

.select .form-control{
  font-size:16px;
  color: #6c757d;
}


/* プライバシーポリシー */
.policy-check{
  margin:10px 0;
}

.policy-check a{
  border-bottom: solid 1px #000;
}

.facilities-check,
.policy-check a{
  font-size:14px;
}

@media screen and (max-width: 743px) {
  .policy-check{
    margin:10px 0;
    font-size:12.5px;
    letter-spacing: 0;
    line-height:20px;
  }

  .policy-check a{
    border-bottom: solid 1px #000;
    font-size:12.5px;
    letter-spacing: 0;
    line-height:20px;
  }
}

/* 案内文
=============================================*/
#contact .annai{
  text-align: center;
  margin: 80px 0 60px 0;
}

#contact .annai a{
  border-bottom:solid 2px #000;
}

@media screen and (max-width: 743px) {
  #contact .annai{
    text-align: center;
    margin: 55px 0 50px 0;
    font-size:14px;
    letter-spacing: 0;
    text-align: justify;
  }

  #contact .annai a{
    border-bottom:solid 2px #000;
    font-size:14px;
    letter-spacing: 0;
    text-align: justify;
  }
}

/* エラー表示
=============================================*/
.errors{
  color:#C30D23;
  font-size:13px;
}

/* 必須タグ */
.required{
  background-color:#C30D23;
  color:#fff;
  font-weight:500;
  font-size:13px;
  padding:1px 5px 2px 5px;
  border-radius: 2px;
  position:relative;
  top:-2px;
  margin-left:7px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1023px) {
  .errors{
    color:#C30D23;
    font-size:13px;
    letter-spacing: 0;
  }

  .required{
    font-size:11px;
    padding:1px 4px 2px 3px;
    border-radius: 2px;
    position:relative;
    top:-1.5px;
    margin-left:4px;
    letter-spacing: 0px;
  }
}

/* 入力枠 */
.form-control.error{
  background-color: #FDF0F0;
  border: 2px solid #C30D23;
}

.unit.error::after{
  border-left: 2px solid #C30D23;
  border: 2px solid #C30D23;
}

/* お問い合わせ種別 */
#contact .form-control.row-about-box.error{
  padding: 10px;
  border: 2px solid #C30D23;
}

/* 職歴 */
.job_none{
  padding:8px 15px 8px 20px;
  width:auto;
  margin:0;
}

.job_none.error{
  background-color: #FDF0F0;
  border: 2px solid #C30D23;
  border-radius: 0.25em;
  padding:8px 15px 8px 10px;
  width:auto;
  display:inline-block;
  margin:10px 0 20px 10px;
}

.job_none-txt{
  font-size:14px;
}

@media screen and (max-width: 743px) {
  .job_none{
    padding:3px 15px 8px 0px;
  }

  .job_none.error{
    margin:10px 0 20px 3px;
    padding:8px 15px 8px 10px;
  }

  .job_none-txt{
    font-size:13px;
    letter-spacing: 0;
    margin-top:15px;
    padding-left:3px;
  }
}

/* 個人情報保護方針 */
.policy{
  border-radius: 0.25em;
  padding:8px 15px 8px 10px;
  width:auto;
  margin:0;
}

.policy.error{
  background-color: #FDF0F0;
  border: 2px solid #C30D23;
  border-radius: 0.25em;
  padding:8px 15px 8px 10px;
  width:auto;
  display:inline-block;
  margin:0;
}

@media screen and (max-width: 743px) {
  .policy.error{
    margin:10px 0 20px 3px;
  }
}


/* エラーアラート */
#contact .error-alert{
  color:#C30D23;
  border: 2px solid #C30D23;
  margin:10px;
  width:calc(100% - 20px);
  border-radius: 0.25rem;
  padding:20px 10px;
  text-align: center;
  margin-bottom:50px;
}

@media screen and (max-width: 1023px) {
  #contact .error-alert{
    margin:5px;
    width:calc(100% - 10px);
    margin-bottom:50px;
  }
}

@media screen and (max-width: 743px) {
  #contact .error-alert{
    margin:3px;
    width:calc(100% - 6px);
    margin-bottom:50px;
    font-size:14px;
    letter-spacing: 0;
  }
}

/* ドメインアラート */
#contact .domain-alert{
  color:#C30D23;
  border: 2px solid #C30D23;
  padding:20px 10px;
  text-align: center;
  font-size:15px;
  border-radius: 0.25rem;
  margin-top:30px;
  width:80%;
}

@media screen and (max-width: 1439px) {
  #contact .domain-alert{
    padding:20px 10px;
    text-align: center;
    font-size:15px;
    margin-top:30px;
    width:100%;
  }
}

@media screen and (max-width: 1023px) {
  #contact .domain-alert{
    font-size:14px;
  }
}

@media screen and (max-width: 1023px) {
  #contact .domain-alert{
    padding:15px 10px;
    text-align: justify;
    font-size:13px;
    margin-top:30px;
    line-height:20px;
    letter-spacing: 0;
    width:95%;
  }

  #contact .domain-alert br:last-of-type{
    display:none;
  }
}


/* 確定ボタン
=============================================*/
.form-wrap .submit-box{
  text-align: center;
}

.form-wrap .link-btn{
  margin:auto;
  cursor:pointer;
  display:inline-block;
  vertical-align: top;
  margin: 0 10px;
  border:solid 2px #424242;
  color:#000;
  text-align: center;
  letter-spacing: 2px;
  font-size: 16px;
  width: 300px;
  font-weight: bold;
  background: transparent;
  padding: 35px 0;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: .3s;
  background-color: #fff!important;
  box-shadow: 0px 0px 16px -10px rgb(0 0 0 / 60%);
  overflow: hidden;
}

.form-wrap .link-btn:hover{
  color:#fff;
  transition:0.3s;
  background-color:#424242!important;
}

.form-wrap .link-btn input{
  display:block;
  height:100%;
  width:100%;
  padding:35px 0;
  font-size:16px;
  font-weight:bold;
  letter-spacing: 2px;
  text-align: center;
  cursor:pointer;
  transition:0.3s;
  color:#000;
}

.form-wrap .link-btn input:hover{
  color:#fff;
  transition:0.3s;
}

@media screen and (max-width: 1023px) {
  .form-wrap .link-btn input{
    padding:31px 0;
  }
}

@media screen and (max-width: 743px) {
  .form-wrap .submit-box{
    text-align: center;
  }

  .form-wrap .link-btn{
    margin: 0 5px;
    width:46%;
    font-size:14px;
    padding:20px;
    border-radius: 5px;
    letter-spacing: 0px;
  }

  .form-wrap .link-btn input{
    display:block;
    height:100%;
    width:100%;
    padding:35px 0;
    font-size:14px;
    font-weight:bold;
    letter-spacing: 0px;
    text-align: center;
    cursor:pointer;
    transition:0.3s;
  }
}

@media screen and (max-width: 743px) {
  .form-wrap .link-btn input{
    padding:20px 0;
    font-size:14px;
  }
}

/* #contact */
#contact .form-wrap .submit-box{
  margin-top:80px;
}

@media screen and (max-width: 743px) {
  #contact.confirm .form-wrap .submit-box{
    margin-top:30px;
  }
}



/*====================================================================
  確認画面 confirm.php
=====================================================================*/
.confirm .stuff-ttl p br:last-of-type{
  display:inline-block!important;
}

.confirm .row label:first-of-type{
  width:300px;
  text-align: right;
}

.confirm .row label:last-of-type{
  width:calc(100% - 300px);
}

.confirm .row .caution{
  margin-left:10px;
  display:inline-block;
}

.confirm .email-caution{
  color:#C30D23;
  border: solid 2px #C30D23;
  font-size:15px;
  letter-spacing: 0;
  text-align: center;
  padding:20px;
  width:90%;
  max-width:750px;
  margin: 20px auto 50px auto;
}

@media screen and (max-width: 1439px) {
  .confirm .row label:first-of-type{
    width:200px;
    text-align: right;
  }

  .confirm .row label:last-of-type{
    width:calc(100% - 200px);
  }

  .confirm .email-caution{
    font-size:14px;
    padding:20px 10px;
    width:100%;
    margin: 20px auto 50px auto;
  }
}

@media screen and (max-width: 1023px) {
  .confirm .row label:first-of-type{
    width:150px;
    text-align: right;
  }

  .confirm .row label:last-of-type{
    width:calc(100% - 150px);
  }

  .confirm .email-caution{
    font-size:14px;
    padding:15px 10px;
    width:100%;
    margin: 20px auto 50px auto;
    text-align: justify;
    line-height:18px;
  }

  .confirm .email-caution br:last-of-type{
    display:none;
  }
}

/* #contact */
@media screen and (max-width: 743px) {
  .confirm .row label:first-of-type{
    width:130px;
  }

  .confirm .row label:last-of-type{
    width:calc(100% - 130px);
    padding-left:10px;
  }
}

/*====================================================================
  送信画面 send.php
=====================================================================*/
#contact.send .stuff-ttl p br:last-of-type{
  display:inline-block!important;
}

/* 履歴書表示枠
=============================================*/
#contact.confirm .resume-area{
  width:95%;
  padding-bottom: 76.5%;
  height: auto;
  overflow: hidden;
  position:relative;
  margin: 50px auto 70px auto;
}

#contact.confirm .resume-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* レスポンシブ
====================================================================*/
.col-md-1 {
  margin:0;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-md-2 {
  margin:0;
  width: 16.66666667%;
  flex: 0 0 auto;
}

.col-md-3 {
  margin:0;
  flex: 0 0 auto;
  width: 25%;
}

.col-md-4 {
  margin:0;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-md-5 {
  margin:0;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-md-6 {
  margin:0;
  flex: 0 0 auto;
  width: 50%;
}

.col-md-7 {
  margin:0;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-md-8 {
  margin:0;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-md-9 {
  margin:0;
  flex: 0 0 auto;
  width: 75%;
}

.col-md-10 {
  margin:0;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-md-11 {
  margin:0;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.label-box{
  width:150%;
  display:block;
}

@media screen and (max-width: 1439px) {
  .col-age.error{
    margin-right:20px;
  }
}

@media screen and (max-width: 743px) {
  .col-md-1,
  .col-md-2,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    margin:0;
    flex: 0 0 auto;
    width: 100%;
  }

  .col-md-2 {
    width: 30%;
  }

  .col-md-3 {
    width: 40%;
  }

  .col-station{
    width:60%;
  }

  .col-age.error{
    margin-right:40px;
  }

  .col-name{
    width:100%;
  }

  .col-zip{
    width:50%;
  }

  .col-tel{
    width:60%;
  }

  .col-time{
    width:43%;
    margin-top:5px;
  }

  .col-average{
    width:40%;
    margin-top:5px;
  }

  .d-none{
    display:none;
  }

  .usedate .col-md-3{
    width:70%;
  }

  .usedate .col-md-2{
    width:calc((100% - 23px)/2);
  }
}



@media screen and (max-width: 1199px) {
  .date-wrap .col-md-3{
    width: 35%!important;
  }
}

@media screen and (max-width: 743px) {
  .date-wrap .col-md-3{
    width: 50%!important;
  }
}
