@charset "UTF-8";
/* CSS Document */

/*main-img*/

.main-img h2 {
  background-image: url(images/main-img.jpg);
}

div.title span {
  height: 105px;
  margin-top: 15px;
}


/*concept-box*/

.concept-box {
  width: 100%;
}

.concept-box .box {
  width: 900px;
  /* background-image: url(images/conceptimg.png);
	background-position: right top; */
  margin-top: 15px;
  margin-bottom: 15px;
}

.concept-box h3 {
  margin-left: 50px;
  margin-top: 15px;
}

.concept-box p {
  margin-left: 50px;
  margin-bottom: 20px;
}


/*midashi-contentsbox*/

.mc01 {
  background-image: url(images/midashi-contents01.png);
  height: 150px;
  width: 917px;
}

.mc02 {
  background-image: url(images/midashi-contents02.png);
  height: 125px;
  width: 917px;
}

.mc03 {
  background-image: url(images/midashi-contents_qa.png);
  height: 63px;
  width: 917px;
}


/*contents01*/

.contents01 {
  clear: both;
  width: 917px;
  padding-top: 30px;
  margin-bottom: 30px;
}

.contents01 h4 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
  background-color: #F04590;
  text-align: center;
  width: 260px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 25px;
  margin-bottom: 25px;
}

.contents01 .recruit-box {
  clear: both;
  width: 860px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: -35px;
}

table {
  clear: both;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

table td {
  clear: both;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #FFF8F0;
}

table td {
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1.6em;
}

table td.left {
  background-color: #F2F2F2;
  text-align: center;
  font-size: 15px;
  color: #F363A2;
}

table td.right {
  background-color: #FFF;
  font-size: 14px;
  color: #808080;
  padding-left: 22px;
}

table td.right span {
  font-size: 18px;
  color: #808080;
  line-height: 1.6em;
}


/*contents02*/

.contents02 {
  clear: both;
  width: 917px;
  margin-bottom: 50px;
}

.photo {
  clear: both;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}

.photo p {
  vertical-align: top;
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 10px;
}

.midashi-photo {
  background-image: url(images/midashi-photo.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  padding-left: 160px;
  font-size: 18px;
  color: #666666;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.recruit-txt02-box {
  max-width: 800px;
  margin: 0 auto 30px;
  background: #FFF;
  padding: 20px 30px;
  font-size: 14px;
  color: #808080;
  line-height: 1.8;
  box-sizing: border-box;
}

.recruit-txt02-box p {
  line-height: 1.8;
}

.qa-box {
  max-width: 800px;
  margin: 30px auto 30px;
  background: #FFF;
  padding: 20px 30px;
  box-sizing: border-box;
}

.qa-box .qa-list dt {
  color: #ca73b6;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ede4ef;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.qa-box .qa-list dt::before {
  content: url(images/icon_q.png);
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.qa-box .qa-list dd {
  float: none;
  font-size: 14px;
  color: #808080;
  line-height: 1.8;

}

.qa-list+.qa-list {
  margin-top: 30px;
}

.recruit-box strong {
  color: #F363A2;
  font-weight: bold;
}