@charset "utf-8";

/*--------------------------------------
            reset
--------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #595959;
}
a:hover {
  text-decoration: underline;
}
table {
  border-collapse: collapse;
}

/*--------------------------------------
            clearfix
--------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*
  height: auto;
  overflow: hidden;
  */
}

/*--------------------------------------
            共通
--------------------------------------*/
p {
  line-height: 1.5;
}
.content {
  width: 1000px;
  margin: 0 auto;
}
.right {
  float: right;
}
.left {
  float: left;
}
.m-top-5 {
  margin-top: 5px;
}
.m-top-10 {
  margin-top: 10px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-bottom-10 {
  margin-bottom: 10px;
}
.m-left-10 {
  margin-left: 10px;
}
.f-bold {
  font-weight: bold;
}
.f-16px {
  font-size: 16px;
}
.red {
  color: #f00;
}
main h2 {
  line-height: 2.0;
  color: #6295d9;
  font-weight: bold;
  font-size: 16px;
  border-bottom: solid 3px #ccc;
  background-color: #ebebf2;
  padding-left: 10px;
  margin-bottom: 20px;
}
main h3 {
  color: #6295d9;
}
.title {
  color: #f57f17
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}

/*--------------------------------------
            main
--------------------------------------*/
body {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: url(../img/bg.png) top center;
  color: #595959;
  font-size: 14px;
  min-width: 1000px;
}
header {
  margin-bottom: 20px;
}
main {
  width: 1000px;
  margin: 0 auto;
}
footer {
  background-color: #6295d9;
  color: #fff;
  /*height: 150px;*/
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}

header #topLine {
  background-color: #6295d9;
  margin-bottom: 10px;
}
header h1 {
  color: #ebebf2;
  font-size: 10px;
  line-height: 20px;
  margin: 0 auto;
  width: 1000px;
}
header nav {
  background: url(../img/bg_nav.png) repeat-x;
  height: 90px;
  margin-top: 5px;
}
header nav ul {
  width: 1000px;
  margin: 0 auto;
  letter-spacing: -0.5em;
  padding-top: 10px;
}
header nav ul li {
  display: inline-block;
  width: 200px;
  letter-spacing: normal;
}
header nav #breadList {
  width: 1000px;
  margin: 0 auto;
}

footer ul {
  text-align: center;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
  color: #fff;
}
footer #copy {
  text-align: center;
  margin-top: 20px;
}
footer img {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.leftArea {
  width: 740px;
  float: left;
}
.mainMenu {
  position: relative;
  margin-top: 10px;
}
.mainMenu p {
  position: absolute;
  top: 60px;
  left: 30px;
  font-weight: bold;
  text-shadow: 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
}
.mainWelcome {
  margin-top: 10px;
  background: url(../img/main_welcome.png) no-repeat;
  padding-top: 60px;
  padding-left: 30px;
  width: 710px;
  height: 190px;
  line-height: 1.8;
}
.rightArea {
  float: right;
}
.btnReg {
  background: url(../img/bg_reg_btn.png) no-repeat;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 10px;
  width: 240px;
  height: 213px;
}
.btnStress {
  margin-top: 10px;
}
.btnKigyou {
  margin-top: 10px;
}
.btnFacebook {
  margin-top: 10px;
}
.btnnetinterview {
  margin-top: 10px;
}

/*--------------------------------------
            サービスについて
--------------------------------------*/
.service {
  padding: 0 20px;
  margin-bottom: 20px;
}
.service p {
  float: left;
  width: 450px;
  margin-right: 10px;
}

/*--------------------------------------
            ご紹介の流れ
--------------------------------------*/
.flow {
  background: url(../img/flow_arrow.png) center bottom no-repeat;
  padding: 0 10px 60px;
  margin-bottom: 20px; 
}
.flowLast {
  background: none;
}

/*--------------------------------------
            サイトマップ
--------------------------------------*/
.sitemap li {
  display: inline-block;
  width: 365px;
  line-height: 40px;
}

/*--------------------------------------
            お問い合わせ
--------------------------------------*/
.contact {
  margin-top: 20px;
}
.contact tr th {
  text-align: left;
  padding: 10px;
  vertical-align: top;
  background-color: #add5c9;
  border: #595959 1px solid;
}
.contact tr td {
  padding: 10px;
  border: #595959 1px solid;
}
.text-success, .text-danger {
  color: #ff0000;
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
}

/*--------------------------------------
            会社概要
--------------------------------------*/
.company {
  width: 600px;
}
.company tr th {
  width: 150px;
  text-align: left;
  padding: 10px;
  vertical-align: top;
  background-color: #add5c9;
  border: #595959 1px solid;
}
.company tr td {
  padding: 10px;
  border: #595959 1px solid;
}
.address-list {
  width: 365px;
}
.address-list tr td, .address-list tr th {
  border: 1px solid #595959;
  border-collapse: collapse;
  padding: 3px;
}

/*--------------------------------------
            費用・報酬額について
--------------------------------------*/
/*.cost {
  width: 700px;
  text-align: center;
  margin-bottom: 10px;
}
.cost tr th {
  width: 200px;
  padding: 10px;
  background-color: #add5c9;
  border: #595959 1px solid;
}
.cost tr th:nth-child(2) {
  background-color: #f2ad94;
}
.cost tr td {
  padding: 10px;
  border: #595959 1px solid;
}
.cost tr td:nth-child(2) {
  color: #f2ad94;
  font-weight: bold;
}*/
.cost {
  width: 450px;
  float: left;
  margin-right: 10px;
}
.price {
  width: 100%;
  text-align: center;
}
.price tr td, .price tr th {
  border: 1px solid #595959;
  border-collapse: collapse;
  padding: 5px;
}
.price tr th {
  vertical-align: middle;
}
.price tr th.bg-yellow {
  background-color: #fff45c;
}
.price tr th.bg-blue {
  background-color: #88abda;
}

/*--------------------------------------
            ストレスチェック義務化について
--------------------------------------*/
.featureBox {
  letter-spacing: -0.5em;
  margin: 10px 0;
}
.stressFeature {
  width: 320px;
  display: inline-block;
  letter-spacing: normal;
  background-color: #fff;
}
.stressFeature:nth-child(n+2) {
  margin-left: 20px;
}
.stressFeature h3 {
  font-size: 16px;
  text-align: center;
  line-height: 3.0;
  background-color: #6295d9;
  color: #fff;
}
.stressFeature p {
  margin: 10px;
}

/*--------------------------------------
            産業医Q&A
--------------------------------------*/
#qanda ul {
  padding: 10px;
}
#qanda a.toggle {
  cursor: pointer;
  background-color: #6295d9;
  display: block;
  padding: 5px;
  margin: 5px 0;
  color: #fff;
}
#qanda .child {
  display: none;
}

/*--------------------------------------
            どこでもネット面談
--------------------------------------*/
#what .title, #merit .title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #3442ff;
}
#merit {
  margin-top: 50px;
}
#merit ul li {
  font-size: 20px;
  line-height: 1.8em;
}