@media screen and (max-width: 979px) {
  body {
    font-size: 16px;
    /* 14px; */
    line-height: 1.8;
    padding: 60px 0 0;
  }

  input[type="button"],
  input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
  }

  .br-sp {
    display: none;
  }

  /* ------------------------------------------------------------
    ヘッダー部分
------------------------------------------------------------ */
  header {
    background: #fff;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 11;
  }

  header .inner {
    height: 40px;
    padding: 10px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  header .logo {
    line-height: 1.0;
    margin: 0 20px;
  }

  header .logo a {
    display: inline-block;
  }

  header .logo a img {
    width: auto !important;
    max-height: 40px;
  }

  header .menu {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
  }

  header #gnav {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    top: 60px;
    bottom: 0;
    left: 0;
    z-index: 11;
    display: none;
    overflow: hidden;
    opacity: 0;
  }

  header #gnav ul {
    background: #ffa300;
    width: 240px;
    height: 100%;
    padding: 60px 40px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -240px;
  }

  header #gnav ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }

  header #gnav ul li a {
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    display: block;
    position: relative;
  }

  header #gnav ul li a:after {
    background: url(../images/arw_white.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    content: "";
    width: 5px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 0;
  }

  header .sns {
    display: none;
  }

  /* ------------------------------------------------------------
    フッター部分
------------------------------------------------------------ */
  .bottomOrder {
    background: url(../images/img_bottom_order.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    padding: 60px 20px;
    text-align: center;
  }

  .bottomOrder h2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 30px;
  }

  .bottomOrder ul li a {
    width: auto;
    line-height: 50px;
    display: block;
    border: #fff solid 2px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }

  .bottomOrder ul li a:after {
    background: url(../images/arw_white.png) no-repeat center;
    content: "";
    width: 10px;
    height: 50px;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
  }

  footer {
    padding: 60px 20px;
    position: relative;
  }

  footer address {
    text-align: center;
  }

  footer address figure {
    margin: 0 0 5px;
  }

  footer address figure img {
    width
    /***/
    : auto;
  }

  footer address dl dt {
    font-size: 16px;
    font-weight: bold;
  }

  footer address dl dd {
    margin: 10px 0 0;
  }

  footer nav {
    margin: 60px 0 0;
  }

  footer nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer nav ul:not(.sns) li {
    width: 50%;
    margin: 0 0 15px;
    text-align: center;
  }

  footer nav ul:not(.sns) li a {
    color: #333;
  }

  /*
footer nav ul:not(.sns) li a:before{
	background: #333;
	content: "";
	width: 10px;
	height: 1px;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
*/
  footer nav .sns {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin: 45px 0 0;
  }

  footer nav .sns li:not(:last-of-type) {
    margin-right: 10px;
  }

  footer nav .sns li a {
    width: 20px;
    height: 20px;
    display: block;
  }

  footer .copyright {
    position: absolute;
    line-height: 20px;
    bottom: 20px;
  }

  /* ------------------------------------------------------------
    トップページ部分
------------------------------------------------------------ */
  .topImage {
    min-height: -webkit-calc(90vh - 60px);
    min-height: calc(90vh - 60px);
    margin: 0 0 10vh;
    padding: 0 0 30px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
  }

  .topImage:before {
    background: #EBE2DE;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .topImage:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10vh solid transparent;
    border-top: 10vh solid #EBE2DE;
    border-right: 10vh solid transparent;
    position: absolute;
    right: 0;
    bottom: -10vh;
    left: 0;
    margin: auto;
    z-index: -1;
  }

  .topImage figure {
    width: 100%;
    -webkit-order: -1;
    order: -1;
  }

  .topImage .catchphrase {
    position: relative;
    text-shadow: 1px 1px 0 #fff;
    z-index: 1;
    margin: -72px 20px 0;
  }

  .topImage .catchphrase h2 {
    color: #ffa300;
    /*font-family: 'Roboto',Arial, Helvetica, sans-serif;*/
    font-size: 56px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
  }

  .topImage .catchphrase small {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .ttlTop {
    line-height: 1.0;
    letter-spacing: 0.1em;
    margin: 0 0 30px;
  }

  .ttlTop h2 {
    /*font-family: 'Roboto',Arial, Helvetica, sans-serif;*/
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 15px;
  }

  .ttlTop small {
    color: #ffa300;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    border-bottom: #ffa300 solid 3px;
    padding: 0 0 10px;
  }

  .btnMore {
    margin: 30px 20px 30px;
  }

  .btnMore a {
    color: #ffa300;
    width: auto;
    line-height: 46px;
    border: #ffa300 solid 2px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }

  .btnMore a:after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    content: "";
    width: 5px;
    height: 46px;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
  }

  .btnMore02 {
    margin: 30px 20px 60px;
  }

  .btnMore02 a {
    background: #ffa300;
    color: #fff;
    width: auto;
    line-height: 46px;
    border: #ffa300 solid 2px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }

  .btnMore02 a:after {
    background: url(../images/arw_white.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    content: "";
    width: 5px;
    height: 46px;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
  }

  .serviceTop .lead {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .serviceTop .lead .txtarea {
    padding: 30px 20px;
  }

  .serviceTop ul {
    position: relative;
    margin: 0 20px 60px;
  }

  .serviceTop ul:after {
    background: url(../images/pt_line.png);
    content: "";
    width: 60vw;
    /*230px*/
    display: block;
    position: absolute;
    top: 12.5%;
    right: 0;
    bottom: 18.5%;
    left: 0;
    margin: auto;
    z-index: -1;
  }

  .serviceTop ul li {
    position: relative;
  }

  .serviceTop ul li:nth-of-type(2n) {
    text-align: right;
  }

  .serviceTop ul li:not(:last-of-type) {
    margin: 0 0 30px;
  }

  .serviceTop ul li:nth-of-type(1) figure {
    width: 70%;
    /* 60%; */
  }

  .serviceTop ul li:nth-of-type(2) figure {
    width: 70%;
    /* 80%; */
    margin: 0 0 0 30%;
  }

  .serviceTop ul li:nth-of-type(3) figure {
    width: 80%;
    margin: 0 0 0 -20px;
  }

  .serviceTop ul li h3 {
    margin: 0 0 0 20px;
    padding: 30px 0 0 10px;
    font-size: 24px;
    line-height: 1.0;
    font-weight: bold;
    border-left: #ffa300 solid 3px;
    display: inline-block;
  }

  .serviceTop ul li:nth-of-type(2n+1) h3 {
    margin: 0 0 0 20px;
  }

  .serviceTop ul li:nth-of-type(2n) h3 {
    margin: 0 10px 0 0;
  }

  .contents {
    background: #f5f5f5;
    padding: 30px 0;
    border-bottom: #ddd solid 1px;
  }

  .contents ul {
    margin: 30px 20px;
    /*  0 20px; */
  }

  .contents ul li:not(:first-of-type) {
    margin: 20px 0 0;
  }

  .contents ul li div {
    background: #fff;
    padding: 40px 30px 20px;
    position: relative;
    line-height: 1.0;
  }

  .contents ul li div:after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    content: "";
    width: 5px;
    height: 16px;
    position: absolute;
    right: 30px;
    bottom: 20px;
  }

  .contents ul li a div {
    color: #000;
    font-size: 16px;
    font-weight: bold;
  }

  .contents ul li a div span {
    background: #ffa300;
    padding: 0 20px;
    color: #fff;
    /*font-family: 'Roboto',Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0.1em;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 30px;
  }

  .contents ul li a div span:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 10px solid #ffa300;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: -10px;
  }

  .contents ul li a div span:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 10px solid #ffa300;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -10px;
  }

  .newsTop {
    padding: 60px 20px 60px;
  }

  .newsTop .txtarea dl {
    /*margin: 0 20px;*/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: #ddd solid 1px;
  }

  .newsTop .txtarea dl dt {
    width: 100px;
    padding: 30px 0;
    border-top: #ddd solid 1px;
  }

  .newsTop .txtarea dl dd {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding: 30px 0;
    border-top: #ddd solid 1px;
  }

  .newsTop .txtarea dl dd a {
    color: #1a1a1a;
  }

  /* ------------------------------------------------------------
    共通クラス部分
------------------------------------------------------------ */
  .ttlSub {
    height: 210px;
    line-height: 1.0;
    letter-spacing: 0.1em;
    margin: 0 0 30px;
    position: relative;
  }

  .ttlSub:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 45px;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .ttlSub .inner {
    background: #fff;
    margin: 0 30px;
    padding: 30px;
    display: inline-block;
  }

  .ttlSub strong {
    /*font-family: 'Roboto',Arial, Helvetica, sans-serif;*/
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 15px;
    display: block;
  }

  .ttlSub h1 {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding: 0 0 10px;
  }

  /* ------------------------------------------------------------
    新着情報ページ部分
------------------------------------------------------------ */
  .news .ttlSub:before {
    background: url(../images/news/ttl_news.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .news .ttlSub h1 {
    color: #ffa300;
    border-bottom: #ffa300 solid 3px;
  }

  .news .ttlEntries {
    margin: 0 20px 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }

  .news .ttlEntries h2 {
    font-size: 24px;
    margin: 0 0 15px;
    line-height: 1.6;
  }

  .news .ttlEntries .time {
    color: #ffa300;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    border-bottom: #ffa300 solid 3px;
    padding: 0 0 10px;
  }

  .news .entries {
    margin: 0 20px;
    padding: 60px 0;
    border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
  }

  .news .entries strong {
    font-weight: bold;
  }

  .news .entries img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    width
    /***/
    : auto;
    margin: 15px 0;
  }

  .news .entries h2:first-letter {
    font-size: 1.2em;
    color: #ff6300;
  }

  .news .entries h3 {
    padding: 0.3em 0.5em;
    /*上下 左右の余白*/
    color: #1a1a1a;
    /*文字色*/
    /*background: transparent;/*背景透明に*/
    background: #fffaf4;
    /*背景色*/
    border-left: solid 5px #ffa300;
    /*左線*/
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: bold;
  }

  .news .entries .orange {
    color: #ffa300;
  }

  /*.news .entries iframe {
	vertical-align: top;
	max-width: 100% !important;
	height: auto !important;
}*/
  /*--ナンバリング--*/
  .news .entries ul {
    background: #fcfcfc;
    /*背景色*/
    padding: 0.5em 0.5em 0.5em 1em;
    /*ボックス内の余白*/
    /*border: solid 2px #ddd;/*線の種類 太さ 色*/
  }

  .news .entries ul li {
    padding: 0 0 0 20px;
    position: relative;
    list-style: none;
    counter-increment: number;
  }

  .news .entries ul li:before {
    content: counter(number)".";
    position: absolute;
    top: 0;
    left: 0;
  }

  .news .entries li:not(:last-of-type) {
    margin: 0 0 0;
  }

  /*--ナンバリングここまで--*/
  .news .entries .type1 {
    border-collapse: collapse;
    width: 100%;
  }

  .news .entries .type1 th,
  .news .entries .type1 td {
    border: 1px solid #dbe1e8;
    padding: 8px;
  }

  .news .entries .type1 th {
    background: #f9fafc;
    text-align: left;
    width: 120px;
  }

  @media only screen and (max-width: 670px) {

    .news .entries .type1 tr,
    .news .entries .type1 th,
    .news .entries .type1 td {
      display: block;
      width: auto;
    }

    .news .entries .type1 tr:first-child {
      border-top: 1px solid #dbe1e8;
    }

    .news .entries .type1 th,
    .news .entries .type1 td {
      border-top: none;
    }
  }

  .news .entries .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }

  .news .entries .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .news dl {
    margin: 0 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: #ddd solid 1px;
  }

  .news dl dt {
    width: 100px;
    padding: 30px 0;
    border-top: #ddd solid 1px;
  }

  .news dl dd {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding: 30px 0;
    border-top: #ddd solid 1px;
  }

  .news dl dd a {
    color: #1a1a1a;
  }

  .pager {
    margin: 30px auto 60px;
  }

  .pager ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .pager ul li {
    margin: 0 1px;
  }

  .pager ul li span,
  .pager ul li a {
    display: block;
    padding: 5px 15px;
  }

  .pager ul li a {
    background: #eee;
    color: #1a1a1a;
  }

  .pager ul .active {
    background: #ffa300;
    color: #fff;
  }

  .news .btnBack {
    margin: 30px 20px 60px;
  }

  .news .btnBack a {
    background: #fff;
    color: #ffa300;
    width: auto;
    line-height: 46px;
    border: #ffa300 solid 2px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }

  .news .btnBack a:after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    content: "";
    width: 5px;
    height: 46px;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
  }

  /* ------------------------------------------------------------
    サービスページ部分
------------------------------------------------------------ */
  .service .ttlSub:before {
    background: url(../images/service/ttl_service.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .service .ttlSub h1 {
    color: #ffa300;
    border-bottom: #ffa300 solid 3px;
  }

  .service .ttlSub+p {
    margin: 0 20px 10px;
  }

  .service .type {
    padding: 80px 20px 20px;
  }

  .service .type:nth-of-type(2n) {
    background: #f5f5f5;
  }

  .service .type hgroup {
    text-align: center;
    margin: 0 0 30px;
    line-height: 1.0;
    letter-spacing: 0.1em;
  }

  .service .type hgroup h2 {
    /*font-family: 'Roboto',Arial, Helvetica, sans-serif;*/
    font-size: 30px;
    /* 24px; */
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 1.2;
  }

  .service .type hgroup small {
    color: #ffa300;
    font-size: 16px;
    /* 14px; */
    font-weight: bold;
    display: inline-block;
    border-bottom: #ffa300 solid 3px;
    padding: 0 0 10px;
  }

  .service .type ul li:nth-of-type(1) figure {
    margin: 0 0 0 -20px;
  }

  .service .type ul li:nth-of-type(3n+2) figure {
    width: 80%;
    /* 60%; */
    margin: 0 0 0 20%;
    /* 0 0 0 40%; */
  }

  .service .type ul li:nth-of-type(3n) figure {
    width: 90%;
    /* 80%; */
  }

  .service .type ul li .txtarea {
    padding: 20px 0 80px;
  }

  .service .type ul li .txtarea h3 {
    margin: 0 0 20px;
    font-size: 20px;
    /* 18px; */
    font-weight: bold;
  }

  /* ------------------------------------------------------------
    会社概要ページ部分
------------------------------------------------------------ */
  .company .ttlSub:before {
    background: url(../images/about/ttl_about.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .company .ttlSub h1 {
    color: #ffa300;
    border-bottom: #ffa300 solid 3px;
  }

  .company .ttlSub+p {
    margin: 0 20px 30px;
  }

  .company .table {
    margin: 0 20px 80px;
    border-bottom: #ddd solid 1px;
  }

  .company .table>dt {
    padding: 30px 0 15px;
    border-top: #ddd solid 1px;
    font-weight: bold;
  }

  .company .table>dd {
    padding: 0 0 30px;
  }

  .company .table>dd dt:not(:first-of-type) {
    margin: 30px 0 0;
  }

  .company .table>dd a {
    color: #1a1a1a;
  }

  .company .access {
    background: #EBE2DE;
    padding: 30px 0 60px;
  }

  .company .access hgroup {
    text-align: center;
    margin: 30px 0 25px;
    line-height: 1.0;
    letter-spacing: 0.1em;
  }

  .company .access hgroup h2 {
    /*font-family: 'Roboto',Arial, Helvetica, sans-serif;*/
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px;
  }

  .company .access hgroup small {
    color: #ffa300;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    border-bottom: #ffa300 solid 3px;
    padding: 0 0 10px;
  }

  .company .access .map {
    margin: 0 20px 0;
  }

  .company .access .map #map {
    background: #eee;
    height: 300px;
    margin: 0 auto;
  }

  .company .access .map dl {
    background: #ffa300;
    margin: -40px -20px 0 40px;
    padding: 30px;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
  }

  .company .access .map dl dt {
    font-size: 18px;
    font-weight: bold;
  }

  .company .access .map dl dd {
    margin: 20px 0 0;
  }

  /* ------------------------------------------------------------
    採用情報部分
------------------------------------------------------------ */
  .recruit .ttlSub:before {
    background: url(../images/recruit/ttl_recruit.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .recruit .ttlSub h1 {
    color: #ffa300;
    border-bottom: #ffa300 solid 3px;
  }

  .recruit .ttlSub+p {
    margin: 0 20px 30px;
  }

  .recruit nav ul {
    font-size: 14px;
    margin: 0 20px 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .recruit nav ul li:not(:last-of-type) {
    margin-right: 15px;
  }

  .recruit nav ul li a {
    color: #ffa300;
    line-height: 46px;
    padding: 0 15px;
    border: #ffa300 solid 2px;
    display: block;
    text-align: center;
    font-weight: bold;
  }

  .recruit nav ul li a:after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    content: "";
    width: 5px;
    height: 46px;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
  }

  .recruit .job h2 {
    margin: 0 20px;
    padding: 0 0 30px 15px;
    font-size: 24px;
    line-height: 1.0;
    font-weight: bold;
    border-left: #ffa300 solid 3px;
  }

  .recruit .description {
    background: #f5f5f5;
    padding: 30px 20px;
    position: relative;
  }

  .recruit .description h3 {
    background: #ffa300;
    color: #fff;
    padding: 0 30px;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: -15px;
    left: 20px;
  }

  .recruit .description .list li {
    padding: 0 0 0 27px;
    position: relative;
  }

  .recruit .description .list li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }

  .recruit .description .list li:not(:last-of-type) {
    margin: 0 0 10px;
  }

  .recruit .description p {
    margin: 15px auto 0;
  }

  .recruit .guideline {
    padding: 30px 0;
    position: relative;
  }

  .recruit .guideline h3 {
    background: #ffa300;
    color: #fff;
    padding: 0 30px;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: -15px;
    left: 20px;
  }

  .recruit .table {
    margin: 0 20px;
    border-bottom: #ddd solid 1px;
  }

  .recruit .table>dt {
    padding: 30px 0 15px;
    border-top: #ddd solid 1px;
    font-weight: bold;
  }

  .recruit .table>dd {
    padding: 0 0 30px;
  }

  .recruit .btnForm {
    margin: 30px 20px 60px;
  }

  .recruit .btnForm a {
    background: #fff;
    color: #ffa300;
    width: auto;
    line-height: 46px;
    border: #ffa300 solid 2px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }

  .recruit .btnForm a:after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    content: "";
    width: 5px;
    height: 46px;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
  }

  /*　---　外部サイト　---　　*/
  .recruit .btndignity {
    margin: 30px 20px 60px;
  }

  .recruit .btndignity a {
    background: #fff;
    color: #ffa300;
    width: auto;
    line-height: 46px;
    border: #ffa300 solid 2px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }

  .recruit .btndignity a:after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 5px auto;
    -webkit-background-size: 5px auto;
    -moz-background-size: 5px auto;
    content: "";
    width: 5px;
    height: 46px;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
  }

  /* ------------------------------------------------------------
    お問い合わせ部分
------------------------------------------------------------ */
  .contact .ttlSub:before {
    background: url(../images/contact/ttl_contact.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .contact .ttlSub h1 {
    color: #ffa300;
    border-bottom: #ffa300 solid 3px;
  }

  .contact .ttlSub+p {
    margin: 0 20px 30px;
  }

  .contact .telArea {
    padding: 30px;
    margin: 0 20px 30px;
    border: #f5f5f5 solid 5px;
  }

  .contact .telArea dt {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
  }

  .contact .telArea dd.telno {
    /*font-family: 'Roboto',Arial, Helvetica, sans-serif;*/
    font-size: 32px;
    margin: 30px 0 0;
  }

  .contact .telArea dd.telno a {
    color: #1a1a1a;
    font-weight: bold;
  }

  form dl {
    margin: 0 20px;
    border-bottom: #ddd solid 1px;
  }

  form dl dt {
    padding: 30px 0 15px;
    font-weight: bold;
    border-top: #ddd solid 1px;
  }

  form dl dt.must:after {
    background: #ffa300;
    content: "必須";
    margin: 0 0 0 10px;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
  }

  form dl dd {
    padding: 0 0 30px;
  }

  form dl dd .caution {
    color: #f00;
    font-weight: bold;
    margin: 0 0 10px;
  }

  form dl dd ul li {
    display: inline-block;
    margin: 0 10px 0 0;
  }

  form dl dd input[type="text"] {
    width: 100%;
    height: 40px;
    border: #ddd solid 1px;
    font-size: 16px;
    padding: 0 0 0 10px;
    box-sizing: border-box;
  }

  form dl dd textarea {
    width: 100%;
    height: 250px;
    border: #ddd solid 1px;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
    box-sizing: border-box;
  }

  form ul.btnSubmit {
    margin: 30px 0 0;
    padding: 0 20px 60px;
    text-align: center;
    border-bottom: #ddd solid 1px;
  }

  form ul.btnSubmit li:not(:first-of-type) {
    margin: 20px 0 0;
  }

  form ul.btnSubmit li input[type="submit"] {
    background: #fff;
    width: 100%;
    color: #ffa300;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 56px;
    display: inline-block;
    border: #ffa300 solid 2px;
    letter-spacing: 0.1em;
  }

}