@charset "UTF-8";


#bodyRecruit main {
  background: url("/udhm_img/common/bg.jpg") repeat-y top center;
  background-size: 100% auto;
  padding: 0 0; }
  
  #bodyRecruit .recruit_tit {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 50px; }
    #bodyRecruit .recruit_tit .t1 {
      border-top: 4px solid #a6806d;
      width: 150px;
      text-align: center;
      font-size: 20px;
      color: #a6806d;
      padding: 8px 0 0; }
      @media screen and (max-width: 768px) {
        #bodyRecruit .recruit_tit .t1 {
          font-size: clamp(10px, 4.266666656vw, 22px); } }
    #bodyRecruit .recruit_tit .t2 {
      border-top: 4px solid #808080;
      width: calc(100% - 250px);
      color: #808080;
      padding: 12px 0 0; }
  @media screen and (max-width: 768px) {
    #bodyRecruit .recruit_tit {
      margin-bottom: 6.66666665vw; }
      #bodyRecruit .recruit_tit .t1 {
        border-top: 2px solid #a6806d;
        width: 45vw;
        padding: 2vw 0 0; }
      #bodyRecruit .recruit_tit .t2 {
        border-top: 2px solid #808080;
        font-size: clamp(10px, 3.199999992vw, 14px);
        width: calc(100% - 45vw);
        box-sizing: border-box;
        padding: 2.6vw 0 0 2.6vw; } }

  #bodyRecruit .recruit_wrap .content01 {
    background: #fff;
    box-sizing: border-box;
    padding: 4%; }
  #bodyRecruit .recruit_wrap {
    padding: 150px 0 100px; }
    #bodyRecruit .recruit_wrap .recruit {
      width: 90%;
      max-width: 880px;
      margin: 0 auto 60px; }
      #bodyRecruit .recruit_wrap .recruit p {
        line-height: 1.7;
        margin-bottom: 20px; }
        #bodyRecruit .recruit_wrap .recruit p:last-of-type {
          margin-bottom: 0; }
        #bodyRecruit .recruit_wrap .recruit p.t1 {
          margin-bottom: 30px;
          font-size: 20px; }
          @media screen and (max-width: 768px) {
            #bodyRecruit .recruit_wrap .recruit p.t1 {
              font-size: clamp(10px, 3.99999999vw, 20px); } }
  @media screen and (max-width: 768px) {
    #bodyRecruit .message_wrap {
      padding: 13.3333333vw 0 6.66666665vw; } }

.coment02 h2 {

  font-weight: normal;
  margin-bottom: 5px;
}

.coment02 > ul {
	margin-top: 15px;
counter-reset: number ;  

}

.coment ul.coment03 {
	margin-top: 15px;
counter-reset: number 2;  
margin-left: 0;
}


.coment03 li,
.coment02 li {
	display: flex;
	gap: 2px;
	margin-bottom: 15px;
}
.coment03 > ul li::before,
.coment02 > ul li::before {
	counter-increment: number 1; 
	content: counter(number) " ""．"; 
	white-space: nowrap;
	margin-right: 0px;
}
.coment02 span:nth-child(1) {


	white-space: normal;
}


.list_box dl {

  position: relative;
    padding-left: 15px;
    margin: 8px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.list_box dl::before {
  position: absolute;
  content: '・';
  left: 0;
  top: 0;
}

.list_box dl dd {
  position: relative;
  padding-left: 15px;
   

}


.list_box dl dd::before {

  position: absolute;
  content: '※';
  top: 0;
  left: 0;

}

.list_box02 ul {

  margin-left: 5px;
  margin-top: 10px;
}

.list_box02 ul li {

  position: relative;
  padding-left: 20px;
margin-bottom: 8px;
}

.list_box02 ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;

}

.com_link_tbox a:nth-child(5) {
  pointer-events: none;
}

.coment02 h3 {

  font-weight: normal;
  margin-top: 5px;
  color: #333 !important;
}

.list_box02 dl {

  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;

}

.list_box02 dl dt {
  display: block;
  white-space: nowrap;

  position: relative;
    flex: 0 0 70px;
    text-align-last: justify;
    padding-right: 10px;
}

.list_box02 dl dt::after {
  content: '：';
    position: absolute;
    right: -3px;

}

.list_box02 dl dd {
 
  display: block;
}

.list_box02 ul:has(dl){

  margin: 10px 0 0 5px;

}


.coment03 > ul,
.coment02 > ul {
	counter-reset: number !important;
}

.coment02 .list_box02 li::before,
.coment03 .list_box02 li::before {
	
	counter-increment: none;
}

.mt5 {

  margin-top: 5px !important;

}

#bodyRecruit p {

word-break: auto-phrase;

}


