@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, a, img, ins, kbd, q, samp, small, strong, 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: none;
  outline: none;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

img {
  line-height: 0;
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
}

a {
  outline: none;
}

.cf:before, .cf:after, .section:before, .section:after {
  content: "";
  display: table;
}

.cf:after, .section:after {
  clear: both;
}

.cf, .section {
  zoom: 1;
}

em {
  font-style: normal;
}

/* ======================================================

	common

====================================================== */
/* anchor */
a:link {
  color: #3F3F3F;
  text-decoration: none;
}

a:visited {
  color: #3F3F3F;
}

a:hover {
  color: #3F3F3F;
  text-decoration: underline;
}

a:active {
  color: #3F3F3F;
}

.breadcrumbs a:link,
.detailContactForm a:link {
  color: #D0121A;
  text-decoration: underline;
}

.breadcrumbs a:visited,
.detailContactForm a:visited {
  color: #D0121A;
}

.breadcrumbs a:hover,
.detailContactForm a:hover {
  color: #D0121A;
  text-decoration: none;
}

.breadcrumbs a:active,
.detailContactForm a:active {
  color: #D0121A;
}

.detailFlow a:link {
  color: #0033FF;
  text-decoration: underline;
}

.detailFlow a:visited {
  color: #0033FF;
}

.detailFlow a:hover {
  color: #0033FF;
  text-decoration: none;
}

.detailFlow a:active {
  color: #0033FF;
}

/* 透過  */
a.op:hover img,
input.op:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* 角丸  */
.radius {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  behavior: url("PIE.htc");
}

.bgRep {
  background-repeat: no-repeat;
  background-position: 0 0;
}

.bgRepX {
  background-repeat: repeat-x;
  background-position: 0 0;
}

.bgRepY {
  background-repeat: repeat-y;
  background-position: 0 0;
}

.positionFixed {
  position: fixed;
}

.positionRelative {
  position: relative;
}

.positionAbsolute {
  position: absolute;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, footer .copy, td.txt_c, footer td.copy, .txt_c td, footer .copy td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.inlineBlockCenter {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
}

.ct {
  width: 960px;
  margin: 0 auto;
}

/* ======================================================

	Layout

====================================================== */
/*
 * 共通ページ
 */
body {
  background-color: #ffffff;
  font: 14px/1.6 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "MS P Gothic";
  color: #1F1F1F;
}

header {
  width: 100%;
  border-bottom: solid 2px #082E89;
}
header .headerTxt {
  display: block;
  font-weight: normal;
  margin: 3px 0 8px;
}
header .logo {
  float: left;
  width: 260;
}
header .contact {
  float: right;
  width: 680;
  margin-right: 20px;
}
header .contact li {
  float: left;
}
header .contact .tel {
  margin-right: 17px;
}
header .contact .tel dd {
  padding-top: 7px;
  font-size: 86%;
  text-align: center;
}
header .gnav {
  margin: 30px 0 0;
  border-top: solid 1px #DFDFDF;
  background-color: #F2F2F2;
}
header .gnav ul {
  width: 960px;
  margin: 0 auto;
  border-left: solid 1px #DFDFDF;
}
header .gnav li {
  float: left;
  border-right: solid 1px #DFDFDF;
}
header .gnav li a {
  display: block;
  width: 159px;
  height: 52px;
  background-image: url("/img/common/header-nav.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #F2F2F2;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
header .gnav li a:hover {
  background-color: #FFFFFF;
}
header .gnav li.home a {
  background-position: 0 0;
}
header .gnav li.strength a {
  background-position: -160px 0;
}
header .gnav li.service a {
  background-position: -320px 0;
}
header .gnav li.case a {
  background-position: -480px 0;
}
header .gnav li.flow a {
  background-position: -640px 0;
}
header .gnav li.company a {
  background-position: -800px 0;
}

#js-home header .gnav li.home a,
#js-strength header .gnav li.strength a,
#js-service header .gnav li.service a,
#js-case header .gnav li.case a,
#js-flow header .gnav li.flow a,
#js-company header .gnav li.company a {
  background-color: #FFFFFF;
}

footer {
  padding: 30px 0 0;
  background-color: #F2F2F2;
  border-top: solid 42px #E6E6E6;
  border-bottom: solid 5px #082E89;
}
footer .ct {
  position: relative;
}
footer .ct .pagetop {
  position: absolute;
  top: -106px;
  left: 405px;
}
footer .address {
  float: left;
  width: 390px;
  padding: 20px 0 0;
}
footer .address .logo {
  margin: 0 0 35px;
}
footer .address p {
  font-size: 107%;
}
footer .fnav {
  float: right;
  width: 570px;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}
footer .fnav .menu {
  float: left;
  width: 165px;
}
footer .fnav .menu li {
  margin-bottom: 5px;
  padding-left: 20px;
  background-image: url("/img/common/footer-ico-ct.png");
  background-position: 0 40%;
  background-repeat: no-repeat;
}
footer .fnav .service {
  float: right;
  width: 405px;
}
footer .fnav .service dt {
  margin-bottom: 5px;
  padding-left: 20px;
  background-image: url("/img/common/footer-ico-ct.png");
  background-position: 0 40%;
  background-repeat: no-repeat;
}
footer .fnav .service dd {
  float: left;
  width: 275px;
  margin-bottom: 5px;
  padding-left: 33px;
  background-image: url("/img/common/footer-ico-arrow.png");
  background-position: 20px 40%;
  background-repeat: no-repeat;
}
footer .fnav .service dd.right {
  float: left;
  width: 60px;
  padding-left: 18px;
  background-position: 5px 40%;
}
footer .copy {
  padding: 15px 0;
  background-color: #ffffff;
  border-top: solid 1px #E6E6E6;
  font-size: 86%;
  color: #404040;
}

.pickupWrap {
  padding: 60px 0 55px;
  background-color: #E6E6E6;
  border-top: dotted 1px #082E89;
}
.pickupWrap ul {
  width: 962px;
  margin: 0 auto;
}
.pickupWrap .partner {
  float: left;
  width: 487px;
}
.pickupWrap .recruit {
  float: right;
  width: 475px;
}

#js-home .pickupWrap {
  border-top: none;
}

.contactWrap {
  padding: 55px 0 90px;
  background-image: url("/img/common/bg-contact.jpg");
  background-position: center 0;
  background-repeat: repeat-x;
  background-color: #F2F2F2;
  color: #ffffff;
}
.contactWrap .catch {
  text-align: center;
}
.contactWrap .catch dd {
  font-size: 107%;
  padding: 15px 0 30px;
}
.contactWrap ul {
  width: 790px;
  margin: 0 auto;
}
.contactWrap .tel {
  float: left;
  width: 414px;
}
.contactWrap .tel dd {
  text-align: center;
  padding: 5px 0 0;
}
.contactWrap .bt {
  float: right;
  width: 376px;
}

/*
 * 下層ページ共通
 */
.underlayer-mainWrap {
  background-image: url("/img/common/bg-underlayer-main.png");
  background-position: 0 0;
  background-repeat: repeat;
}
.underlayer-mainWrap .title {
  width: 960px;
  height: 180px;
  margin: 0 auto;
  padding: 10px 0;
  background-position: 0 10px;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#js-strength .underlayer-mainWrap .title {
  background-image: url("/img/strength/img-main.jpg");
}

#js-service .underlayer-mainWrap .title {
  background-image: url("/img/service/img-main.jpg");
}

#js-case .underlayer-mainWrap .title {
  background-image: url("/img/case/img-main.jpg");
}

#js-flow .underlayer-mainWrap .title {
  background-image: url("/img/flow/img-main.jpg");
}

#js-company .underlayer-mainWrap .title {
  background-image: url("/img/company/img-main.jpg");
}

#js-contact .underlayer-mainWrap .title {
  background-image: url("/img/contact/img-main.jpg");
}

#js-recruit .underlayer-mainWrap .title {
  background-image: url("/img/recruit/img-main.jpg");
}
#js-privacy .underlayer-mainWrap .title {
  background-image: url("/img/privacy/img-main.jpg");
}

.breadcrumbs {
  margin: 0 0 40px;
  padding: 8px 0 8px;
  background-image: url("/img/common/bg-breadcrumbs.png");
  background-position: 0 0;
  background-repeat: repeat;
  font-size: 87%;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li span {
  margin: 0 2px 0 6px;
}
.breadcrumbs li strong {
  font-weight: normal;
}

.titleWrap {
  margin: 0 0 30px;
}
.titleWrap .title {
  margin: 0 0 20px;
}
.titleWrap .txt {
  line-height: 1.8;
}

.titleWrap.mb0 {
  margin: 0;
}
.titleWrap.mb0 .title {
  margin: 0;
}

.wrap {
  box-shadow: rgba(68, 68, 68, 0.1) 0px 0px 8px 2px;
  -webkit-box-shadow: rgba(68, 68, 68, 0.1) 0px 0px 8px 2px;
  -moz-box-shadow: rgba(68, 68, 68, 0.1) 0px 0px 8px 2px;
}

table {
  width: 100%;
  border-top: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
}
table th,
table td {
  padding: 15px 30px;
  border-bottom: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  text-align: left;
  vertical-align: top;
}
table th {
  background-color: #E2E8F6;
  font-weight: normal;
}

input::-ms-clear {
  visibility: hidden;
}

input[type="text"] {
  width: 218px;
  margin: 0 5px 7px 0;
  padding: 5px;
  border: solid 1px #CCCCCC;
}

input.long {
  width: 468px;
}

textarea {
  resize: vertical;
  width: 468px;
  height: 188px;
  padding: 5px;
  border: solid 1px #CCCCCC;
}

input[type="submit"] {
  display: inline-block;
  width: 266px;
  height: 60px;
  padding: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  outline: none;
}

input[type="submit"].confirm {
  background-image: url("/img/contact/img-bt.png");
}

input[type="submit"].send {
  background-image: url("/img/contact/btn_send.png");
}

/*
 * TOPページ
 */
.mainWrap {
  padding: 65px 0 69px;
  background-image: url("/img/top/bg-main.jpg");
  background-position: center 0;
  background-repeat: repeat-x;
}
.mainWrap .title {
  margin: 0 0 15px -15px;
}
.mainWrap .strength {
  width: 971px;
  margin: 0 auto 55px;
}
.mainWrap .strength li {
  float: left;
  width: 322px;
  height: 257px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.mainWrap .strength li h3 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mainWrap .strength li .txt {
  width: 260px;
  margin: 125px auto 0;
  color: #ffffff;
  letter-spacing: -0.05em;
}
.mainWrap .strength .point1 {
  background-image: url("/img/top/img-strength1.png");
}
.mainWrap .strength .point2 {
  background-image: url("/img/top/img-strength2.png");
}
.mainWrap .strength .point3 {
  background-image: url("/img/top/img-strength3.png");
}
.mainWrap .bt {
  width: 480px;
  margin: 0 auto;
}

.serviceWrap {
  padding: 65px 0 53px;
  background-image: url("/img/top/bg-service.jpg");
  background-position: center 0;
  background-repeat: repeat-x;
}
.serviceWrap .ct {
  width: 910px;
  padding: 30px 25px 10px;
  background-color: rgba(255, 255, 255, 0.66);
  border: solid 1px #C0BBAC;
  text-align: center;
}
.serviceWrap .ct .title {
  font-size: 257%;
  line-height: 1.2;
  color: #0D0068;
}
.serviceWrap .ct .leadTxt {
  margin-bottom: 20px;
  color: #0D0068;
}
.serviceWrap .ct .list li {
  float: left;
  width: 166px;
  margin: 0 20px 25px 0;
}
.serviceWrap .ct .list li .ph {
  margin-bottom: 10px;
}
.serviceWrap .ct .list li h3 {
  font-size: 143%;
  color: #0D0068;
}
.serviceWrap .ct .list li h3.fs17 {
  font-size: 122%;
}
.serviceWrap .ct .list li h3.fs16 {
  font-size: 115%;
}
.serviceWrap .ct .list li .txt {
  font-size: 86%;
  margin-top: -5px;
  margin-bottom: 5px;
}
.serviceWrap .ct .list li.mr0 {
  margin-right: 0;
}
.serviceWrap .ct .list li a:hover{
    text-decoration:none;
}
.serviceWrap .ct .list li a:hover h3,
.serviceWrap .ct .list li a:hover .txt{
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.caseWrap {
  padding: 55px 0 55px;
  background-image: url("/img/top/bg-case.jpg");
  background-position: center 0;
  background-repeat: repeat-x;
}
.caseWrap .title {
  margin-bottom: 30px;
}
.caseWrap .leadTxt {
  margin-bottom: 50px;
}
.caseWrap .ct {
  position: relative;
}
.caseWrap .ct .listBt {
  position: absolute;
  top: 5px;
  right: 0px;
}
.caseWrap .slickWrap {
  width: 800px;
  margin: 0 auto 20px;
  padding: 0 0 0 20px;
}
.caseWrap .slickWrap .box {
  margin-right: 18px;
  background-color: #ffffff;
  border: solid 1px #DDDDDD;
}
.caseWrap .slickWrap .box dl {
  padding: 15px 10px 20px;
}
.caseWrap .slickWrap .box dt {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #000000;
  line-height: 0.9;
}
.caseWrap .slickWrap .box dt span {
  border-left: solid 4px #FFE300;
  margin-bottom: 5px;
  padding: 0 0 0 10px;
  font-weight: bold;
}

/*
 * 当社の強み
 */
.detailStrength .box {
  padding: 30px 0 40px;
  border-bottom: solid 1px #CDCDCD;
  background-position: right 50%;
  background-repeat: no-repeat;
}
.detailStrength h4 {
  margin-bottom: 10px;
}
.detailStrength .txt {
  width: 500px;
  line-height: 1.8;
}

.detailStrength .point1 {
  background-image: url("/img/strength/img-point1-ph.jpg");
}

.detailStrength .point2 {
  background-image: url("/img/strength/img-point2-ph.jpg");
}

.detailStrength .point3 {
  border-bottom: none;
  background-image: url("/img/strength/img-point3-ph.jpg");
}

.wrap.detailStrength {
  margin: 0 0 80px;
  padding: 10px 50px;
}

/*
 * 事業内容
 */
.detailServicePoint {
  margin: 0 0 60px;
  padding: 20px 10px 10px;
}
.detailServicePoint li {
  float: left;
  width: 312px;
  border-right: solid 1px #CCCCCC;
}
.detailServicePoint li h4 {
  text-align: right;
}
.detailServicePoint li .txt {
  padding: 15px 30px 10px 40px;
}
.detailServicePoint li.last {
  border-right: none;
}

.detailService {
  margin: 0 0 50px;
  padding: 30px 50px;
}
.detailService .title {
  margin: 0 0 25px;
}
.detailService .title.noImg {
  margin: 0;
}
.detailService .phWrap .left {
  float: left;
}
.detailService .phWrap .right {
  float: right;
}
.detailService .txtWrap .characteristic {
  border-bottom: solid 1px #CDCDCD;
}
.detailService .txtWrap li {
  padding: 30px 0 25px;
}
.detailService .txtWrap li dt {
  float: left;
  width: 136px;
}
.detailService .txtWrap li dd {
  float: right;
  width: 700px;
}
.detailService .bt {
  text-align: right;
}

.detailService.last {
  margin: 0 0 100px;
}

.detailService.noImg .title {
  margin: 0;
}

/*
 * 施行事例
 */
.detailCase {
  margin: 0 0 50px 20px;
}
.detailCase li {
  position: relative;
  float: left;
  width: 300px;
  height: 300px;
  margin: 0 10px 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.detailCase li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 258px;
  margin: 0 1px;
  padding: 30px 20px;
  background-color: rgba(6, 44, 134, 0.7);
  font-size: 129%;
  color: #ffffff;
}
.detailCase .case1_2 {
	margin-top:20px;
}
.detailCase .case1 .left {
  background-image: url("/img/case/img-case1-ph1.jpg");
}
.detailCase .case1 .center {
  background-image: url("/img/case/img-case1-ph2.jpg");
}
.detailCase .case1 .right {
  background-image: url("/img/case/img-case1-ph3.jpg");
}
.detailCase .case1_2 .left {
  background-image: url("/img/case/img-case1-ph4.jpg");
}
.detailCase .case1_2 .center {
  background-image: url("/img/case/img-case1-ph5.jpg");
}
.detailCase .case1_2 .right {
  background-image: url("/img/case/img-case1-ph6.jpg");
}
.detailCase .case2 .left {
  background-image: url("/img/case/img-case2-ph1.jpg");
}
.detailCase .case2 .center {
  background-image: url("/img/case/img-case2-ph2.jpg");
}
.detailCase .case2 .right {
  background-image: url("/img/case/img-case2-ph3.jpg");
}
.detailCase .case3 .left {
  background-image: url("/img/case/img-case3-ph1.jpg");
}
.detailCase .case3 .center {
  background-image: url("/img/case/img-case3-ph2.jpg");
}
.detailCase .case3 .right {
  background-image: url("/img/case/img-case3-ph3.jpg");
}
.detailCase .case4 .left {
  background-image: url("/img/case/img-case4-ph1.jpg");
}
.detailCase .case4 .center {
  background-image: url("/img/case/img-case4-ph2.jpg");
}
.detailCase .case4 .right {
  background-image: url("/img/case/img-case4-ph3.jpg");
}
.detailCase .case5 .left {
  background-image: url("/img/case/img-case5-ph1.jpg");
}
.detailCase .case5 .center {
  background-image: url("/img/case/img-case5-ph2.jpg");
}
.detailCase .case5 .right {
  background-image: url("/img/case/img-case5-ph3.jpg");
}
.detailCase .ex .left {
  background-image: url("/img/case/img-case-phex.jpg");
}
.detailCase .ex .center {
  background-image: url("/img/case/img-case-phex.jpg");
}
.detailCase .ex .right {
  background-image: url("/img/case/img-case-phex.jpg");
}

.detailCase.last {
  margin: 0 0 100px 20px;
}

/*
 * ご契約の流れ
 */
.detailFlow {
  margin: 0 0 100px 0;
  padding: 55px 50px 55px;
}
.detailFlow li .ph {
  float: left;
  padding: 4px;
  border: solid 1px #DFDFDF;
}
.detailFlow li .box {
  float: right;
  width: 538px;
  border-top: dotted 1px #CCCCCC;
}
.detailFlow li .box .bg {
  padding: 25px;
  background-color: #F3F4FA;
  border-top: solid 1px #ffffff;
}
.detailFlow li .box h4 {
  margin: 0 0 15px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 230%;
  font-weight: bold;
  color: #002A8B;
  line-height: 1;
  letter-spacing: -0.05em;
}
.detailFlow li .box h4 span {
  padding: 0 0 0 148px;
}
.detailFlow li .box h4 em.letterSpacing {
  letter-spacing: -0.3em;
}
.detailFlow li .box h4:before {
  height: 100%;
  vertical-align: middle;
  width: 0px;
  display: inline-block;
}
.detailFlow li .box .txt {
  margin: 0 0 4px;
  line-height: 1.8;
}
.detailFlow li .step1 h4:before {
  content: url("/img/flow/img-step1-icon.png");
}
.detailFlow li .step2 h4:before {
  content: url("/img/flow/img-step2-icon.png");
}
.detailFlow li .step3 h4:before {
  content: url("/img/flow/img-step3-icon.png");
}
.detailFlow li .step4 h4:before {
  content: url("/img/flow/img-step4-icon.png");
}
.detailFlow li .step5 h4:before {
  content: url("/img/flow/img-step5-icon.png");
}
.detailFlow li .step6 h4:before {
  content: url("/img/flow/img-step6-icon.png");
}
.detailFlow li:after {
  content: url("/img/flow/img-step-arrow.png");
  width: 10px;
  margin: 0 auto;
  padding: 20px 0 15px;
}
.detailFlow li.last:after {
  content: "";
  padding: 0;
}

/*
 * 会社概要
 */
.detailGreeting {
  position: relative;
  min-height: 350px;
  margin: 0 0 60px;
  padding: 0 440px 0 0;
  background-image: url("/img/company/img-ph.jpg");
  background-position: right 0;
  background-repeat: no-repeat;
}
.detailGreeting dt {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 440px 0 0;
}
.detailGreeting dt .fs18 {
  font-size: 129%;
}
.detailGreeting dt .fs20 {
  font-size: 143%;
}
.detailGreeting dd {
  width: 520px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.8;
}

.detailCompany {
  margin: 0 0 130px;
}
.detailCompany table th {
  width: 110px;
}

#js-googleMap {
  width: 707px;
  height: 400px;
  margin-bottom: 10px;
}

.greeting {
	margin-bottom:60px;
}

.greeting .txtBox {
	width: 670px;
}

.greeting .txtBox .name {
	padding-top:15px;
	text-align:right;
}

.greeting .txtBox .name span {
	font-size: 20px;
}

.greeting .txtBox p {
	margin:0 0 15px 0 ;
}

/*
 * お問い合わせ
 */
.detailContact {
  min-height: 333px;
  margin: 0 0 50px;
  background-image: url("/img/contact/img-ph.jpg");
  background-position: right 0;
  background-repeat: no-repeat;
}
.detailContact .txt {
  padding: 20px 0 15px;
}
.detailContact .attention {
  width: 500px;
  padding: 20px 30px 20px;
  background-color: #FEFFF4;
  border: solid 1px #EAEAEA;
}
.detailContact .attention dt {
  margin: 0 0 10px;
  font-size: 143%;
  font-weight: bold;
  color: #AE9300;
}
.detailContact .attention li {
  margin: 0 0 4px;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: -0.05em;
}
.detailContact .attention li:before {
  content: "・";
}

.detailContactForm {
  margin: 0 0 100px;
}
.detailContactForm .txt {
  margin-bottom: 15px;
}
.detailContactForm .required:before,
.detailContactForm .any:before {
  margin: 0 12px 0 0;
  padding: 1px 5px;
  font-size: 86%;
  color: #ffffff;
  line-height: 1;
}
.detailContactForm .required.mr5:before {
  margin-right: 5px;
}
.detailContactForm .required:before {
  content: "必須";
  background-color: #BA242B;
}
.detailContactForm .any:before {
  content: "任意";
  background-color: #062C87;
}
.detailContactForm table {
  margin: 0 0 30px;
}
.detailContactForm table th {
  width: 260px;
}
.detailContactForm table td {
  padding-bottom: 10px;
}
.detailContactForm .bt {
  text-align:center;
}

.detailContactForm .bt img,
.detailContactForm .bt input {
  margin:0 10px;
}

.detailContactForm .error{
    padding:5px;
    background:#fee;
    color:#f00;
    font-weight:bold;
}

.formComplete{
    margin:0 0 40px;
}

.formComplete p{
    margin:0 0 1em;
}

.formComplete .contact{
    margin:30px 0 0 0;
    padding:20px;
    background:rgba(2,42,139,.1);
}


/*
 * 採用情報
 */
.detailRecruitLead {
  margin-bottom: 55px;
}
.detailRecruitLead dt {
  margin-bottom: 20px;
}
.detailRecruitLead dd {
  line-height: 1.8;
}

.detailRecruit table {
  margin-bottom: 20px;
}
.detailRecruit table th {
  text-align: center;
  vertical-align: middle;
}
.detailRecruit table td {
  line-height: 1.8;
}
.detailRecruit .contact {
  margin-bottom: 55px;
  border: solid 1px #BA242B;
  text-align: center;
}
.detailRecruit .contact dt {
  margin-bottom: 20px;
  padding: 20px 0 17px;
  background-color: #CF656A;
  font-size: 214%;
  font-weight: bold;
  color: #ffffff;
}
.detailRecruit .contact .tel {
  margin-bottom: 15px;
}
.detailRecruit .contact .txt {
  margin-bottom: 25px;
  font-size: 129%;
}

/*
 * プライバシーポリシー
 */
.detailPrivacy {
  margin: 0 0 100px 0;
  padding: 55px 50px 55px;
}
.detailPrivacy .title{
	line-height: 1.1;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #9EBFE0;
    color: #022A8B;
    font-size: 125%;
}
.detailPrivacy .txt{
	margin: 0 0 1em 10px;
}