@charset "utf-8";
/* content
---------------------------------------- */
#content {
  width: calc(100% - 60px);
  max-width: 1000px;
  margin: 0 auto;
}
#content #topic_path {
  margin: 10px auto 35px auto;
}
#content #main h1 {
  width: calc(100% - 60px);
  max-width: 400px;
  background-color: #E60319;
  padding: 8px 0 8px 0;
  margin-bottom: 30px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bolder;
}
#content #main nav {
  margin-bottom: 50px;
}
#content #main nav ul {
  display: inline-block;
  clear: both;
}
#content #main nav ul li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #CCC;
}
#content #main nav ul li:first-of-type {
  padding-left: 0;
}
#content #main nav ul li:last-of-type {
  border-right: none;
}
#content #main nav ul li a {
  display: inline-block;
  color: #333;
  font-size: 14px;
  text-decoration: underline;
}
#content #main section {
  padding-top: 100px;
  margin: -100px auto 40px auto;
}
#content #main {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#content #main dl {
  width: 100%;
  margin-bottom: 6px;
}
#content #main dl dt {
  display: block;
  float: left;
  width: 140px;
}
#content #main dl dd {
  display: block;
  float: left;
  width: calc(100% - 220px);
}
.first {
  border-top: 1px solid #CCC;
}
.clearfix_frame {
  display: flex;
  border-bottom: 1px solid #CCC;
}
.bc_text {
  text-indent: -1em;
  padding-left: 1em;
  text-align: justify;
  padding-top: 10px;
}
.bc_text:first-of-type {
  padding-top: 0;
}
.bc_text h5 {
  font-size: 14px;
}
.bc_text li {
	line-height: 1.4;
}
.clearfix_frame__item {
  margin-top: 8px;
  line-height: 1.4;
}
.allowance {
  padding-left: 1em;
  text-align: justify;
}
.notes {
  font-size: 13px;
  line-height: 1.4;
  padding-top: 5px;
}
.comments {
	font-size: 13px;
	line-height: 1.4;
}
.worklocation {
	padding-top: 10px;
}
.worklocation:first-of-type {
  padding-top: 0;
}
.clearfix_frame dt {
  background-color: #EDEDED;
  padding: 15px 15px 0;
  font-weight: 600;
}
.clearfix_frame dd {
  padding: 15px 0 15px 10px; 
  text-align: justify;
}
.clearfix_frame dd address {
  font-style: normal;
}
.recruit-btnwrap {
  background-color: rgba(55, 120, 180, 0.2);
  margin-top: 35px;
}
.recruit-btnwrap h3 {
  text-align: center;
  color: #002F80;
  padding-top: 18px;
}
.recruit-container {
  width: calc(100% - 70px);
  padding: 15px 0 25px;
  margin: auto;
  height: 50px;
}
.recruit-container a {
  text-decoration: none;
}

.entrybtn {
  float: left;
  text-align: center;
  font-size: clamp(12px, 1.8vw, 16px);
  font-weight: bolder;
  background-color: #002F80 !important;
  color: #FFF !important;
  width: 45%;
  line-height: 50px;
  border-radius: 6px;
  transition: all 0.6s;
  margin: 0 auto;
  position: relative;
  }

.entrybtn::after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url(../img/anotherwindowhw.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: -1px;
	position: absolute;
    right: 15px;
    bottom: 20px;
 }

.btn_doda {
  float: right;
  text-align: center;
  font-size: clamp(12px, 1.8vw, 16px);
  font-weight: bolder;
  background-color: #002F80 !important;
  color: #FFF !important;
  width: 45%;
  line-height: 50px;
  border-radius: 6px;
  transition: all 0.6s;
  margin: 0 auto;
  position: relative;
}

.btn_doda::after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url(../img/anotherwindowhw.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: -1px;
	position: absolute;
    right: 15px;
    bottom: 20px;
 }

.entrybtn:hover {
  opacity: 0.7;
}
.btn_doda:hover {
  opacity: 0.7;
}
.br_sp {
	display: none;
}
.inline_sp {
	display: none;
}
p.p_indent{
	text-indent:-1em;
	padding-top:5px;
	padding-left: 1em;
}

@media screen and (max-width:640px) {
  #content {
    padding-bottom: 20px;
    width: calc(100% - 30px);
  }
  #content #topic_path {
    padding-left: 0px;
    margin-bottom: 20px;
  }
  #content #main nav {
    margin-bottom: 30px;
    text-align: center;
  }
  #content #main nav ul {
    display: inline-block;
  }
  #content #main nav ul li {
    padding: 0 7px;
  }
  #content #main nav ul li:last-of-type {
    border-right: none;
  }
  #content #main nav ul li a {
    font-size: 11px;
    line-height: 100%;
    padding: 0;
  }
  #content #main section {
    padding-top: 60px;
    margin: -60px auto 30px auto;
  }
  /* main */
  #content #main h1 {
    box-sizing: border-box;
    width: 100%;
    max-width: inherit;
    padding: 8px 0 8px 0;
    font-size: 18px;
    margin-bottom: 15px;
  }
  #content #main dl {
    width: 100%;
    margin-bottom: 6px;
  }
  #content #main dl dt {
	box-sizing: border-box;
    display: block;
    float: left;
    width: 95px;
    font-size: 13px;
  }
  #content #main dl dd {
	box-sizing: border-box;
    display: block;
    float: left;
    width: calc(100% - 95px);
    font-size: 13px;
  }
  .recruit-btnwrap h3 { 
	padding: 25px 0 8px;
	}
	
  .recruit-container {
	width: calc(100% - 25px);
	margin: auto;
	}
  .entrybtn, .btn_doda {
    padding: 15px 5px;
	line-height: 25px;
  }
	.entrybtn::after {
	content: none;	
	}
.btn_doda::after {
	content: none;
	}
	.br_sp {
		display: block;
	}
	.inline_sp {
		display: block;
	}
	.allowance_sp {
		padding-left: 1em;
	}
}


















