.icon-cal {
  margin-left: -1.5em;
}

section.searchtraining .hdg-lv02-03,
section.searchresult .hdg-lv02-03{
  font-weight: 500;
}
@media screen and (max-width: 767px){
  section.searchtraining .hdg-lv02-03,
  section.searchresult .hdg-lv02-03{
    font-size: 20px;
}
}
/* ------------------------------------------------------------------ */
/* section.searchtraining */
section.searchtraining .content-inner2 {
  background: #F5911F0d;
  width: calc(100% - 40px*2);
  height: auto;
  padding: 16px 17px;
  border-radius: 5px;
  box-sizing: border-box;
  margin:30px auto;
}

@media screen and (max-width: 767px){
  section.searchtraining .content-inner2 {
    width: calc(100% - (1.75rem - 17px)*2);
  }
}

/* ------------------------------------------------------------------ */
/* .training_inputset */
section.searchtraining .training_inputset {
  display: flex;
  width: calc(100% - 73px);
  max-width: 657px;
  margin:0 auto;

  display: grid;
  grid-template-columns: 123px 1fr;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  border-bottom:#808080 solid 1px;
}
@media screen and (max-width: 767px){
  section.searchtraining .training_inputset {
    grid-template-columns: 1fr;
    padding-top: 20.5px;
    padding-bottom: 21.5px;
    border-style: dotted;
  }
}
section.searchtraining .training_inputset label{
  width: auto;
  line-height: 29px;
  display: block;
  font-size: 18px;
  @media screen and (max-width: 767px){
    margin-bottom: 10px;
  }
}
section.searchtraining .training_inputset .body{
  display: flex;
  flex-grow: 1;
  line-height: 29px;
}
section.searchtraining .training_inputset .body.f_wrap{
  flex-wrap: wrap;
}
section.searchtraining .training_inputset.double .body{
  max-width: 189px;
  width: calc((100% - 113px)/2 - 48px/2);
  width: calc((100% - 143px)/2 - 48px/2);
  flex-grow: 0;
  font-size: 16px;
}
section.searchtraining .training_inputset .body .btn_select,
section.searchtraining .training_inputset .body .datepickerwrap,
section.searchtraining .training_inputset .body input[type=text],
section.searchtraining .training_inputset .body select{
  height: 29px;
  line-height: 29px;
  box-sizing: border-box;
  width: calc(100%/2 - 48px/2);
  font-size: 16px;
}
section.searchtraining .training_inputset .body .btn_select{
  border: #e27500 solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-sizing: border-box;
  background: #ffffff;
  color: #e27500;
  width: 100%;
}
section.searchtraining .training_inputset .body input,
section.searchtraining .training_inputset .body select{
  height: 29px;
  line-height: 29px;
  box-sizing: border-box;
}
section.searchtraining .training_inputset .body .datepickerwrap input{
  width: 100%;
}
section.searchtraining .training_inputset .body input.fullwidth{
  width: 100%;
}
section.searchtraining .training_inputset .selectedplace,
section.searchtraining .training_inputset .selectedunit{
  margin-left: 12px;
  flex-grow: 1;
  width: calc(100%/2 - 48px/2 - 12px);
  font-size: 14px;
}
section.searchtraining button[type=submit]{
  -webkit-appearance: none;
  background: #e27500;
  color: #ffffff;
  font-size: 18px;
  border: none;
  width: 130px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px){
  section.searchtraining .training_inputset {
    width: 100%;
    max-width: initial;
    flex-direction: column;
    margin:18px auto 0 auto;
  }
  section.searchtraining .training_inputset .body{
    width: 100%;
    max-width: 100%;
  }
  section.searchtraining .training_inputset.double .body{
    width: 100%;
    max-width: 100%;
  }
  section.searchtraining .training_inputset .body.column_sp{
    flex-direction: column;
  }
  section.searchtraining .training_inputset .body .fullwidth_sp{
    width: 100%;
  }
  section.searchtraining .training_inputset .selectedplace, section.searchtraining .training_inputset .selectedunit{
    margin: 0;
    width: 100%;
  }
  section.searchtraining .training_inputset .body button{
    margin: 0 auto;
  }

  section.searchtraining .training_inputset .body .datepickerwrap{
    transform-origin: left;
    transform: scale(calc(14/16));
    white-space: nowrap;
  }
  section.searchtraining .training_inputset .body .datepickerwrap input{
    width: 100%;

    font-size: 16px;
    height: calc(29px * 16/14);
    width: calc(100% * 16 / 14);
  }
  section.searchtraining .training_inputset .body #TrainingsKeywords{
    font-size: 16px;
    /* height: calc(29px * 16/14); */
    /* transform-origin: left; */
    /* transform: scale(calc(14/16)); */
    white-space: nowrap;
    /* width: calc((100vw - (1.75rem - 17px)*2 - 17px*2) * 16 / 14); */
  }
  section.searchtraining .training_inputset .body #TrainingsSponsor,
  section.searchtraining .training_inputset .body #TrainingsYear{
    font-size: 16px;
    /* height: calc(29px * 16/14); */
    /* transform-origin: left; */
    /* transform: scale(calc(14/16)); */
    white-space: nowrap;
    /* width: calc((100vw - (1.75rem - 17px)*2 - 17px*2) * 16 / 14); */
  }
}
/* ------------------------------------------------------------------ */
/* section.serachresult */
section.serachresult .content-inner2{
  width: calc(100% - 40px*2);
  height: auto;
  padding: 16px 17px 0;
  box-sizing: border-box;
  margin:30px auto 0;
  position: relative;
}
section.serachresult .hdg-lv02-03{
  font-weight: 500;
}
section.serachresult .resultcount{
  font-size: 14px;
  color: #464646;
  position: absolute;
  top: calc(1.25rem + 16px - 1em);
  right: 16px;
}
section.serachresult .resultlist{
  margin-left: 48px;
}
section.serachresult .resultlist li{
  font-size: 14px;
  border-top: #313131 dotted 1px;
  padding: 20px 0;
}
section.serachresult .resultlist li .title{
  font-size: 16px;
}
section.serachresult .resultlist li .icon{
  display: inline-block;
  vertical-align: text-top;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #e27500;
  line-height: 1;
  border: 1px solid #e27500;
  border-radius: 3px;
  padding: 2px 3px;
  margin-right: 7px;
  margin-top: calc((21px)/2 - (0.75rem + 2px*2 + 1px*2)/2);
}
section.serachresult .resultlist li.hide{
  display: none;
}
section.serachresult .resultlist li:last-child{
  border-bottom: #313131 dotted 1px;

}
section.serachresult .btn_more{
  width:572px;
  max-width: 100%;;
  height: 35px;
  margin: 20px auto 0;
  border: #e27500 solid 2px;
  border-radius: 5px;
  box-sizing: border-box;
}
section.serachresult .btn_more a{
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #e27500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px){
  section.serachresult .btn_more:hover{
    background: #e27500;
  }
  section.serachresult .btn_more:hover a{
    color: #ffffff;
  }
}
@media screen and (max-width: 767px){
  section.serachresult .content-inner2 {
    width: calc(100% - (1.75rem - 17px)*2);
  }
  section.serachresult .hdg-lv02-03{
    font-size: 20px;
  }
  section.serachresult .resultlist {
    margin-left: 0;
  }
}
/* ------------------------------------------------------------------ */
/* section.trainingdetail */

section.trainingdetail .hdg-lv02-03{
  font-weight: 500;
}
section.trainingdetail .content-inner2{
  padding: 30px 39px 0;
}
section.trainingdetail .txt{
  margin-bottom: 30px;
  line-height: calc(25 / 14);
}
section.trainingdetail .txt a{
  color: #e27500;
}
section.trainingdetail hr{
  border:none;
  border-top: #e27500 dashed 1px;
}

section.trainingdetail table.details {
	clear: both;
	width: 100%;
	border-collapse: separate;
	border: 2px solid #e27500;
  border-radius: 4px;
  margin-bottom: 30px;
}

section.trainingdetail table.details caption {
	font-size: 0.875rem;
	line-height: 1.75;
	font-family: 'Noto Sans JP';font-weight: 500;
}

section.trainingdetail table.details th {
	padding: 10px;
	border-left: 1px dotted #e27500;
	border-bottom: 1px solid #e27500;
	font-size: 0.875rem;
	line-height: 1.75;
	font-family: 'Noto Sans JP';font-weight: 500;
	background: #fbead9;
}

section.trainingdetail table.details td {
	padding: 10px;
	border-left: 1px dotted #e27500;
	border-bottom: 1px solid #e27500;
	font-size: 0.875rem;
	line-height: 1.75;
	text-align: left;
}

section.trainingdetail table.details tr th:first-child,
section.trainingdetail table.details tr td:first-child {
	border-left: none;
}

section.trainingdetail table.details tr:first-of-type > th:first-child,
section.trainingdetail table.details tr:first-of-type > td:first-child {
	border-radius: 4px 0 0 0;
}

section.trainingdetail table.details tr:first-of-type > th:last-child,
section.trainingdetail table.details tr:first-of-type > td:last-child {
	border-radius: 0 4px 0 0;
}

section.trainingdetail table.details tr:last-of-type > th:last-child,
section.trainingdetail table.details tr:last-of-type > td:last-child {
	border-radius: 0 0 4px 0;
}

section.trainingdetail table.details tr:last-of-type > th:first-child,
section.trainingdetail table.details tr:last-of-type > td:first-child {
	border-radius: 0 0 0 4px;
}

section.trainingdetail table.details tr:last-of-type > th,
section.trainingdetail table.details tr:last-of-type > td {
	border-bottom: none;
}

section.trainingdetail a[href$=\.pdf]:after{
  content: "PDF";
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #e27500;
  line-height: 1;
  border: 1px solid #e27500;
  border-radius: 3px;
  padding: 2px 3px;
  margin-left: 7px;
  margin-top: -3px;
}

@media screen and (max-width: 767px){
  section.trainingdetail .content-inner2{
    width: calc(100% - 1.75rem*2);
    padding: 16px 1.75rem;
  }
}
/* ------------------------------------------------------------------ */
/* section.application */

section.application .content-inner2{
  width: calc(100% - 40px*2);
  height: auto;
  padding: 16px 17px;
  border-radius: 5px;
  border: #e27500 solid 2px;
  box-sizing: border-box;
  margin: 30px auto;
}
section.application .hdg-lv02-03 h2{
  font-weight: 500;
}
section.application .btns{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 121px * 2);
  margin: 19px auto 0;
}
section.application .btn_application{
  width:224px;
  max-width: 100%;;
  height: 60px;
  margin: 0;
  border: #e27500 solid 2px;
  background: #e27500;
  border-radius: 5px;
  box-sizing: border-box;
}
section.application .btn_application:first-child{
  margin-right: 5px;
}
section.application .btn_application:last-child{
  margin-left: 5px;
}
section.application .btn_application a,
section.application button.btn_application{
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  position: relative;
}
section.application .btn_application a:before,
section.application button.btn_application:before{
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  border: #ffffff solid 2px;
  border-width: 1px 1px 0 0;
  box-sizing: border-box;
  transform-origin: 50% 50%;
  transform: rotate(45deg) scale( calc(1 / 1.4142) );
  left: 0;
}
section.application button.btn_application[disabled]{
  background-color: #cccccc;
  border-color: #cccccc;
}
section.application .warning{
  color: #ff0000;
  text-align: center;
  display: none;
  margin-top: 1em;
}
section.application .warning.show{
  display: block;
}
section.application .agree{
  text-align: center;
  margin: 39px 0 37px;
}
section.application .agree a{
  color: #e27500;
  text-decoration: none;
}
section.application .agree>*{
  cursor: pointer;
}

section.application .agree.checkbox i{
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: #313131 solid 1px;
  vertical-align: text-bottom;
  position: relative;
  top: calc(-1.5em/2 + 1em/2);
  margin: 0 11px 0 6px;
  box-sizing: border-box;
}
section.application .agree.checkbox.checked i:after{
  content: "\f00c";
  font-weight: 900;
  color: #e27500;
  display: block;
  position: absolute;
  font-size: 1em;
  line-height: 1em;
  top: -2px;
  left: 0;
}

section.application .txt{
  width: calc(100% - 121px);
  margin: 0 0 1em auto;
}

@media screen and (max-width: 1023px){
  section.application .btns{
    width: 100%;
    justify-content: center;
    /* flex-direction: column;
    justify-content: center;
    align-items: center; */
  }
  /* section.application .btn_application:first-child{
    margin-bottom: 1em;
    margin-right: 0;
  }
  section.application .btn_application:last-child{
    margin-left: 0;
  } */
  section.application .txt{
    width: 100%; 
  }
}
@media screen and (max-width: 767px){
  section.application .content-inner2{
    width: calc(100% - (1.75rem - 17px)*2);
  }
  section.application .hdg-lv02-03 h2{
    font-size: 20px;
  }
  section.application .btns{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section.application .btn_application:first-child{
    margin-bottom: 1em;
    margin-right: 0;
  }
  section.application .btn_application:last-child{
    margin-left: 0;
  }
}

/* ------------------------------------------------------------------ */
/* .applicationheader */
.applicationheader{
  padding: 0 0 0 80px;
  height: 81px;
  border-bottom: #e27500 solid 1px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.applicationheader .logo img{
  height: 42px;
}

/* ------------------------------------------------------------------ */
/* .applicationtitle */
.applicationtitle{
  padding: 0 75px;
}
.applicationtitle h1{
  padding: 22px 0;
  border-bottom: #e27500 solid 1px;

}
@media screen and (max-width: 767px){
  .applicationtitle{
    padding: 0 1.75rem;
  }
}
/* ------------------------------------------------------------------ */
/* section.applicationdetail */
section.applicationdetail .content-inner2{
  margin: 0 75px;
}
section.applicationdetail .hdg-lv02-03{
  /* font-weight: 500; */
  margin: 21px 0;
}
section.applicationdetail .txt{
  font-size: 14px;
  margin: 20px auto;
}

section.applicationdetail table.detail{
  table-layout: auto;
  width: 100%;
  margin-bottom: 30px;
  border-collapse: separate;
}
section.applicationdetail table.detail th,
section.applicationdetail table.detail td{
  border: #e27500 solid 1px;
  border-width: 1px 0 0 1px;
  font-size: 16px;
}
section.applicationdetail table.detail th:first-child,
section.applicationdetail table.detail td:first-child{
  border-left-width: 2px;
}
section.applicationdetail table.detail th:last-child,
section.applicationdetail table.detail td:last-child{
  border-right-width: 2px;
}
section.applicationdetail table.detail tr:first-child th,
section.applicationdetail table.detail tr:first-child td{
  border-top-width: 2px;
}
section.applicationdetail table.detail tr:last-child th,
section.applicationdetail table.detail tr:last-child td{
  border-bottom-width: 2px;
}
section.applicationdetail table.detail th.title{
  width: 100%;
  background: #fbead9;
  padding: 16px 0 16px 16px;
  text-align: left;
}
section.applicationdetail table.detail td.date{
  width: 20%;
  padding: 16px 0 0 16px;
}
section.applicationdetail table.detail td.summary{
  width: 60%;
  font-size: 14px;
  padding: 16px 0 16px 16px;
}
section.applicationdetail table.detail td.summary .title{
  font-size: 18px;
  font-weight: 500;
}
section.applicationdetail table.detail td.status{
  width: 20%;
  text-align: center;
  vertical-align: middle;
}
section.applicationdetail table.detail td.status.accept{
  color: #e27500;
}
section.applicationdetail table.detail .r-tl{
  border-top-left-radius: 5px;
}
section.applicationdetail table.detail .r-tr{
  border-top-right-radius: 5px;
}
section.applicationdetail table.detail .r-bl{
  border-bottom-left-radius: 5px;
}
section.applicationdetail table.detail .r-br{
  border-bottom-right-radius: 5px;
}
@media screen and (min-width: 768px){
  section.applicationdetail table.detail .r-tl-pc{
    border-top-left-radius: 5px;
  }
  section.applicationdetail table.detail .r-tr-pc{
    border-top-right-radius: 5px;
  }
  section.applicationdetail table.detail .r-bl-pc{
    border-bottom-left-radius: 5px;
  }
  section.applicationdetail table.detail .r-br-pc{
    border-bottom-right-radius: 5px;
  }
}
@media screen and (max-width: 767px){
  section.applicationdetail .content-inner2{
    margin: 0 1.75rem;
  }

  section.applicationdetail table.detail tbody,
  section.applicationdetail table.detail tr{
    display: inline;
  }
  section.applicationdetail table.detail th.title{
    padding-right: 1em;
  }
  section.applicationdetail table.detail th,
  section.applicationdetail table.detail td,
  section.applicationdetail table.detail td.date,
  section.applicationdetail table.detail td.summary,
  section.applicationdetail table.detail td.status{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
  }
  section.applicationdetail table.detail td.date,
  section.applicationdetail table.detail tr:last-child td.date{
    border-top: none;
    border-bottom: none;
    text-align: center;
    border: #e27500 solid 2px;
    border-width: 1px 2px 0;
    border-radius: 0;
    padding: 1em 1em 0;
    text-align: left;
  }
  section.applicationdetail table.detail td.summary,
  section.applicationdetail table.detail tr:last-child td.summary{
    border: #e27500 solid 2px;
    border-width: 0 2px 0;
    border-radius: 0;
  }
  section.applicationdetail table.detail td.status,
  section.applicationdetail table.detail tr:last-child td.status{
    border-top: none;
    border: #e27500 solid 2px;
    border-width: 0 2px 1px;
    border-radius: 0;
    padding: 0 1em 1em;
    text-align: left;
  }
  section.applicationdetail table.detail tr:last-child td.status{
    border-bottom-width: 2px;
    border-radius: 0 0 5px 5px;
  }
}
/* ------------------------------------------------------------------ */
/* section.applicationform */
section.applicationform .content-inner2{
  margin: 0 75px;
  border-top: #e27500 1px solid;
  padding-bottom: 100px;
}
section.applicationform .hdg-lv02-03{
  /* font-weight: 500; */
  margin: 21px 0;
}
section.applicationform .notice{
  font-size: 13px;
  margin: 20px 0;
}
section.applicationform .btn_trainingform{
  width:224px;
  max-width: 100%;;
  height: 34px;
  margin: 0 auto;
  border: #e27500 solid 2px;
  background: #e27500;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;;
  position: relative;
}

section.applicationform .btarea button {
  margin: 0 auto;
}
section.applicationform .btarea button:first-child{
  margin: 0 auto;
}
section.applicationform table.form{
  width: 100%;
  border-collapse: separate;
  border: none;
}
section.applicationform table.form td{
  font-size: 16px;
  padding: calc(52px/2 - 16px) 19px;
  vertical-align: middle;
  border: #e27500 solid 1px;
  border-width: 1px 0 0 1px;
  box-sizing: border-box;
}
section.applicationform table.form th:first-child,
section.applicationform table.form td:first-child{
  border-left: #e27500 solid 2px;
}
section.applicationform table.form th:last-child,
section.applicationform table.form td:last-child{
  border-right: #e27500 solid 2px;
}
section.applicationform table.form tr:first-child th,
section.applicationform table.form tr:first-child td{
  border-top: #e27500 solid 2px;
}
section.applicationform table.form tr:last-child th,
section.applicationform table.form tr:last-child td{
  border-bottom: #e27500 solid 2px;
}
section.applicationform table.form td.label{
  width:235px;
  background: #fbead9;
  box-sizing: border-box;
}
section.applicationform table.form td.body{
  width:auto;
}

section.applicationform table.form td.body input[type=text]{
  width: 409px;
  max-width: 100%;
  height: 34px;
  box-sizing: border-box;
}
section.applicationform table.form td.body select{
  width: 200px;
  max-width: 100%;
  height: 34px;
}
section.applicationform table.form td.body input[type=text].long{
  width: 599px;
}
section.applicationform table.form td.body input[type=text].short{
  width: 200px
}
section.applicationform table.form td.body input[type=text].fullwidth{
  width: 100%;
}
section.applicationform table.form td.body .zipcode_set input[type=text]{
  margin-right: 1em;
}
section.applicationform table.form td.body .zipcode_set button{
  width:100px;
  height: 34px;
  box-sizing: border-box;
}
section.applicationform table.form td.body input[type=radio]{
  vertical-align: baseline;
}
section.applicationform table.form tr:first-child td.label{
  
}
section.applicationform table.form tr:last-child td.label{
  
}
section.applicationform table.form tr:last-child td.body{
  
}
section.applicationform table.form .r-tl{
  border-top-left-radius: 5px !important;
}
section.applicationform table.form .r-tr{
  border-top-right-radius: 5px !important;
}
section.applicationform table.form .r-bl{
  border-bottom-left-radius: 5px !important;
}
section.applicationform table.form .r-br{
  border-bottom-right-radius: 5px !important;
}

section.applicationform .btn_confirm{
  width:224px;
  max-width: 100%;;
  height: 34px;
  margin: 0 auto;
  border: #e27500 solid 2px;
  background: #e27500;
  border-radius: 5px;
  box-sizing: border-box;
}
section.applicationform .btn_confirm a{
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1023px){
  section.applicationform table.form td.body input[type=text].long{
    width: 100%;
  }
  section.applicationform table.form td.body .zipcode_set{
    display: flex;
  }
  section.applicationform table.form td.body .zipcode_set input[type=text]{
    width: 50%;
    margin-right: 1em;
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px){
  section.applicationform .content-inner2{
    margin: 0 1.75rem;
  }
  section.applicationform table.form tbody,
  section.applicationform table.form tr{
    display: inline;
  }
  section.applicationform table.form td{
    display: block;
    box-sizing: border-box;
    padding: calc(52px/2 - 16px) 19px !important;
    border-style: solid !important;;
    border-color: #e27500 !important;
    border-radius: 0 !important;
  }

  section.applicationform table.form td.label{
    width:100%;
    border-style: solid !important;;
    border-color: #e27500 !important;
    border-width: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-width: 1px 1px 0 !important;
  }
  section.applicationform table.form tr:first-child td.label,
  section.applicationform table.form tr:last-child td.label{
    border-top-width: 1px;
    border-bottom-width: 0;
  }
  section.applicationform table.form td.body{
    width:100%;
    margin-bottom: 1ex;
    border-width: 1px;
  }
  section.applicationform table.form tr:first-child td.body,
  section.applicationform table.form tr:last-child td.body{
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  section.applicationform table.form td.body input[type=text]{
    width: 100%;
    box-sizing: border-box;
  }
  section.applicationform table.form td.body select{
    width: 100%;
  }
  section.applicationform table.form td.body input[type=text].long{
    width: 100%;
  }
  section.applicationform table.form td.body input[type=text].short{
    width: 100%;
  }
  section.applicationform table.form td.body .paymentmethods>*{
    display: block;
    margin: 0 !important;
  }
  section.applicationform .btarea{
    flex-direction: column;
  }
  section.applicationform .btarea button{
    margin-top: 1em;
    width: 100%;
  }
}

/* ------------------------------------------------------------------ */
/* title icons */
.titleicon_trainingsearchresult:before{
  content:"";
  display: inline-block;
  width: 35px;
  height: 27px;
  background: url(/assets_renew/img/icon_tit_searchresult.png) center no-repeat;
  background-size: 35px 27px;
  vertical-align: text-bottom;
  position: relative;
  top: calc(-1.5em/2 + 27px/2);
  margin: 0 11px 0 0;
}
.titleicon_application:before{
  content:"";
  display: inline-block;
  width: 35px;
  height: 27px;
  background: url(/assets_renew/img/icon_tit_application.png) center no-repeat;
  background-size: 35px 27px;
  vertical-align: text-bottom;
  position: relative;
  top: calc(-1.5em/2 + 27px/2);
  margin: 0 11px 0 0;
}

/* ------------------------------------------------------------------ */
/* modal */
.modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}
.modal.show{
  display: block;
}
.modal .modalbg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0,0,0,0.8);
}
.modal .modalcontent{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modalbody2{
  width: 600px;
  height: 459px;
  max-height: calc(100% - 40px);
  background: #ffffff;
  overflow: auto;
  position: relative;
  padding: 30px 59px;
  box-sizing: border-box;
}
.modal .modalbody2 .modaltitle{
  font-size: 27px;
  line-height: 1;
  padding-bottom: 17px;
  margin-bottom: 20px;
  border-bottom: #313131 solid 1px;
}
.modal .modalbody2 .title{
  font-size: 20px;
  font-weight: normal;
  margin-left: 19px;
}
.modal .modalbody2 .list{
  border: #313131 solid 1px;
  height: 239px;
  padding: 18px 0;
  overflow: auto;
  box-sizing: border-box;
}
.modal .modalbody2 .list.unitlist{
  border: none;
  height: auto;
  padding: 0;
  overflow: auto;
  box-sizing: border-box;
}
.modal .modalbody2 .list li{
  line-height: 1.5em;
  padding-left: 18px;
  margin-bottom: 0.5ex;
  cursor: pointer;
}
.modal .modalbody2 .list.unitlist li{
  padding-left: 7px;
  margin-bottom: 0.2ex;
}
.modal .modalbody2 .btn_close{
  width: 31px;
  height: 31px;
  position: absolute;
  display: block;
  background: #ffffff;
  top: 20px;
  right: 20px;
}
.modal .modalbody2 .btn_close:before,
.modal .modalbody2 .btn_close:after{
  content: "";
  position: absolute;
  width: 31px;
  height: 1px;
  transform-origin: 50%;
  top: 0;
  left: 0;
  background: #313131;
}
.modal .modalbody2 .btn_close:before{
  transform: translate(0, calc(31px / 2) ) rotate(45deg) scale(1.4142,1);
}
.modal .modalbody2 .btn_close:after{
  transform: translate(0, calc(31px / 2) ) rotate(-45deg) scale(1.4142,1);
}
.modal .modalbody2 .btn_apply{
  display: block;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: #e27500;
  border-radius: 5px;
  width: 130px;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  margin: 30px auto auto;
}

.modal .modalbody2 .placeselect{
  display: flex;
  justify-content: space-between;
}
.modal .modalbody2 .placeselect .areawrap{
  width: 200px;
  position: relative;
}
.modal .modalbody2 .placeselect .areawrap:after{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border: #313131 solid 2px;
  border-width: 2px 2px 0 0;
  transform-origin: 50% 50%;
  transform: rotate(45deg) scale( calc(1 / 1.4142) );
  top: 50%;
  right: calc(-10px + -11px);
}
.modal .modalbody2 .placeselect .areawrap .arealist{
  position: relative;
}
.modal .modalbody2 .placeselect .areawrap .arealist li.selected{
  background: #e27500;
  color: #ffffff;
}
.modal .modalbody2 .placeselect .prefwrap{
  width: 251px;
}

@media screen and (max-width: 767px){
  .modal .modalbody2{
    width: calc(740/750 * 100vw);
    max-width: 600px;
    height: auto;
    max-height: calc(100vh - 40px);
    background: #ffffff;
    overflow: auto;
    position: relative;
    padding: calc(30/750*100vw) calc(10/750*100vw);
    box-sizing: border-box;
  }
  .modal .modalbody2 .placeselect .areawrap{
    width: calc(100%/2 - 10px);
  }
  .modal .modalbody2 .placeselect .prefwrap{
    width: calc(100%/2 - 10px);
  }
  .modal .modalbody2 .placeselect .areawrap:after{
    width: 10px;
    height: 10px;
    right: calc(-10px + -10px /2);
  }
}

h1 .icon,
h2 .icon,
h3 .icon{
  display: inline-block;
  vertical-align: text-top;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 1px;
  color: #e27500;
  line-height: 1;
  border: 2px solid #e27500;
  border-radius: 3px;
  padding: 2px 3px;
  margin-right: 7px;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
}

.ui-datepicker-calendar tbody{
  display: table-row-group;
}