@charset "utf-8";

/* ---------------------------------------------------------------

  contents.css

--------------------------------------------------------------- */

@media only screen and (min-width: 741px) { /* for PC */

  /*
    index
  --------------------------------------------------------------- */

  .main-slider {
    height: 390px;
    overflow: hidden;
    margin-botom: 10px;
  }

  .main-slider ul {
    overflow: hidden;
  }

  .main-slider ul li {
    padding: 0 20px;
    width: 350px;
    float: left;
  }

  .main-slider ul li a {
    position: relative;
    display: block;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    overflow: hidden;
  }

  .main-slider ul li a img {
    display: block;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
  }

  /*  top-section
  ------------------------------------------ */

  .top-section {
    padding: 60px 0;
    border-bottom: 1px solid #ddd;
  }

  .top-section .section-h-img {
    text-align: center;
    margin-bottom: 40px;
  }

  .top-section .section-h-img img {
    width: 390px;
  }

  .top-section .section-lead {
    text-align: center;
    margin-bottom: 60px;
  }

  .top-section .btn-box {
    margin-top: 60px;
  }

  .top-section .lineup-list .des {
    height: 75px;
    text-align: left;
  }

  /*  business-lineup
  ------------------------------------------ */

  /* 事業案内ページにも同要素があったので共通化 */

  /*  news-release
  ------------------------------------------ */

  /* ニュースリリースページにも同要素があったので共通化 */
  /* 以下ニュースリリース記事内テンプレート */
  .news-article h1 {
    font-size: 22px;
    line-height: 1.6;
    padding: 10px 0;
    border-bottom: 2px solid #E1690D;
  }

  .news-article .date {
    text-align: right;
    font-size: 12px;
    margin: 20px 10px;
  }

  .news-article .lead {
    line-height: 1.8;
  }

  .news-article .lead p {
    margin-bottom: 15px;
  }

  .news-article .lead .news-figure {
    margin: 40px 15px;
    display: table;
  }

  .news-article .lead .news-figure .figure-caption {
    display: table-caption;
    line-height: 1.6;
  }

  .news-article .lead .news-figure .figure-caption p {
    margin-bottom: 10px;
  }

  .news-article .lead .news-figure .figure-ph {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
  }

  .news-article .lead .news-figure .figure-lead {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    vertical-align: middle;
  }

  .news-article .lead a:hover {
    color: #E1690D;
    text-decoration: underline;
  }

  .news-article .dl-box {
    margin: 20px;
  }

  .news-article .dl-box .dl-badge p {
    display: none;
  }


  /* 以下ニュースリリース記事内テーブル */

  .news-article .lead .news-table {
    width: 80%;
    margin: 40px auto;
  }

  .news-article .lead .news-table .table-title {
    text-align: center;
  }

  .news-article .lead .news-table tr {
    border: 1px solid black;
  }

  .news-article .lead .news-table th {
    background: #ccc;
    border-right: 1px solid black;
    padding: 5px;
  }

  .news-article .lead .news-table tbody th {
    width: 15%;
  }

  .news-article .lead .news-table td {
    padding: 5px 10px;
    border-right: 1px solid black;
  }

  /*  recruit
  ------------------------------------------ */

  .top-section.recruit {
    padding-bottom: 0;
    border-bottom: none;
  }

  .top-section.recruit .spread-view .catch {
    width: 485px;
    left: 50%;
    margin-left: -242px;
    top: 50%;
    margin-top: -36px;
  }

  .top-section.recruit .spread-view .btn-box {
    top: 50%;
    margin-top: 80px;
  }

  /*  credo
  ------------------------------------------ */

  .top-section.credo {
    padding: 100px 0 0;
    text-align: center;
    border-bottom: none;
  }

  /*
    company top
  --------------------------------------------------------------- */
  .company-top .page-ttl {
    border: 1px solid #ddd;
    border-width: 1px 0;
  }

  .company-top .company-main .spread-view .catch {
    bottom: 40%;
  }

  /*  msg
  ------------------------------------------ */

  .company-top .msg {
    border-top: 1px solid #ddd;
  }

  .company-top .msg .spread-view .catch {
    width: auto;
    left: 10%;
    bottom: 65%;
  }

  .company-top .msg .spread-view .name {
    position: absolute;
    left: 10%;
    bottom: 46%;
  }

  /*  corp logo
  ------------------------------------------ */

  .company-top .corp-logo .logo {
    text-align: center;
    padding: 40px 0 100px;
  }

  /*  cred
  ------------------------------------------ */

  .company-top .credo {
    border-top: 1px solid #ddd;
  }

  .company-top .credo .logo {
    text-align: center;
    padding: 50px 0 100px;
  }

  /*  access
  ------------------------------------------ */

  .company-top .access {
    border-top: 1px solid #ddd;
  }

  .company-top .access .access-maps {
    overflow: hidden;
    margin-bottom: -30px;
  }

  .company-top .access .access-maps li {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 30px 0;
    float: left;
  }

  .company-top .access .access-maps li:nth-child(2n) {
    padding: 0 0 30px 15px;
  }

  .company-top .access .access-maps li > div {
    border: 1px solid #ddd;
    padding: 1px 1px 30px 1px;
  }

  .company-top .access .access-maps li div iframe {
    width: 100%;
    height: 250px;
    vertical-align: top;
  }

  .company-top .access .access-maps li .name {
    text-align: center;
    padding: 20px 0;
    line-height: 1.2;
  }

  /*
    company board
  --------------------------------------------------------------- */

  .company-board .contents-section {
    border-bottom: 1px solid #ddd;
  }

  .company-board .spread-view .catch {
    width: auto;
    left: 10%;
    bottom: 43%;
  }

  .company-board .section-box .txt {
    line-height: 2.4;
    margin-bottom: 30px;
  }

  .company-board .section-box .president {
    padding-top: 20px;
    text-align: right;
  }

  .company-board .section-box .president strong {
    font-size: 20px;
  }

  .company-board .section-box .career {
    border-top: 1px solid #ddd;
    margin-top: 60px;
    padding-top: 60px;
  }

  .company-board .section-box .career .sub-h {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .company-board .section-box .career table {
    line-height: 1.4;
  }

  .company-board .section-box .career table th,
  .company-board .section-box .career table td {
    padding-bottom: 15px;
  }

  .company-board .section-box .career table th {
    padding-right: 30px;
  }

  /*
   company info
  --------------------------------------------------------------- */

  .company-info .contents-section {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .company-info .info-table .representative .position {
    width: 130px;
    display: inline-block;
  }

  .company-info .info-table .corp-officer .position {
    width: 163px;
    display: inline-block;
  }

  .company-info .info-table dl dt {
    font-weight: bold;
  }

  .company-info .info-table dl dd {
    margin-bottom: 20px;
  }

  .company-info .info-table dl dd:last-child {
    margin-bottom: 0;
  }

  .company-info .info-table ul {
    margin-top: 20px;
  }

  .company-info .info-table ul:first-child {
    margin-top: 0;
  }

  .company-info .info-table ul li {
    margin-bottom: 20px;
  }

  .company-info .info-table ul li:last-child {
    margin-bottom: 0;
  }

  /*
    company history
  --------------------------------------------------------------- */

  .company-history .page-ttl {
    border-bottom: 1px solid #ddd;
  }

  .company-history .contents-section {
    border-bottom: 1px solid #ddd;
  }

  .company-history .info-table dl {
    overflow: hidden;
  }

  .company-history .info-table dl dt,
  .company-history .info-table dl dd {
    float: left;
  }

  .company-history .info-table dl dt {
    width: 10%;
  }

  .company-history .info-table dl dd {
    width: 90%;
    margin-bottom: 10px;
  }

  .company-history .info-table dl dd:last-child {
    margin-bottom: 0;
  }

  /*
    company logo
  --------------------------------------------------------------- */

  .company-logo .contents-section {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .company-logo .contents-section .logo {
    padding: 40px 0 100px;
    text-align: center;
  }

  .company-logo .concept {
    margin-top: 60px;
    border: 1px solid #ccc;
  }

  .company-logo .concept-inner {
    padding: 20px 78px;
    border: 3px solid #eee;
  }

  .company-logo .concept-inner > div {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 40px;
  }

  .company-logo .concept-inner > div:last-child {
    border-bottom: none;
  }

  .company-logo .concept .section-h {
    font-size: 26px;
    padding: 40px 0;
  }

  .company-logo .concept .initial {
    text-align: center;
    padding-bottom: 60px;
  }

  .company-logo .concept .initial + p {
    text-align: center;
  }


  /*
    company credo
  --------------------------------------------------------------- */

  .company-credo .contents-section {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .company-credo .contents-section .logo {
    padding: 40px 0 100px;
    text-align: center;
  }

  .company-credo .section-box {
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 0;
    border-bottom: 1px solid #ddd;
  }

  .company-credo .section-box:last-child {
    border-bottom: none;
  }

  .company-credo .credo-box {
    font-size: 13px;
  }

  .company-credo .credo-box .box-h {
    font-size: 26px;
    color: #E1690D;
    margin-bottom: 60px;
    line-height: 1.2;
    text-align: center;
  }

  .company-credo .credo-box .box-h.en {
    font-size: 32px;
  }

  .company-credo .credo-box .strong-l {
    font-size: 24px;
  }

  .company-credo .credo-box .item-name {
    font-size: 16px;
    color: #E1690D;
  }
  .company-credo .credo-box .caption {
    font-size: 12px;
  }

  .company-credo .credo-box .thumb {
    padding: 1px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
  }

  /* layout */

  .company-credo .credo-layout {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
  }

  .company-credo .credo-layout .left {
    float: left;
    padding-right: 30px;
    border-right: 1px solid #ddd;
  }

  .company-credo .credo-layout .right {
    float: right;
    padding-left: 30px;
  }

  .company-credo .credo-layout .ph {
    width: 420px;
  }

  .company-credo .credo-layout .ph.left {
    padding-right: 30px;
  }

  .company-credo .credo-layout .txt {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .company-credo .credo-layout .txt .box-h {
    text-align: left;
    margin-bottom: 20px;
  }

  .company-credo .credo-layout .txt .layout-des {
    font-size: 14px;
  }

  /* separate */

  .company-credo .separate {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
  }

  .company-credo .separate div {
    padding: 40px 0;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .company-credo .separate div:first-child {
    border-right: 1px solid #ddd;
    padding-right: 27px;
  }

  .company-credo .separate div:last-child {
    padding-left: 27px;
  }

  .company-credo .separate .box-h {
    margin-bottom: 30px;
  }

  .company-credo .separate img {
    margin-bottom: 10px;
  }

  /* scrs */
  .company-credo .credo-box .scrs {
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
  }

  .company-credo .credo-box .scrs video {
    width: 348px;
    height: 196px;
  }

  .company-credo .credo-box .scrs > div {
    display: inline-block;
    margin: 0 15px;
  }

  .company-credo .credo-box .scrs .thumb {
    width: 348px;
    height: 196px;
    position: relative;
  }

  .company-credo .credo-box .scrs .thumb .video-arrow {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2) url(/resource/images/under/company/credo/movie_arrow.png) 50% 50% no-repeat;
    -webkit-background-size: 70px;
    -moz-background-size: 70px;
    -ms-background-size: 70px;
    -o-background-size: 70px;
    background-size: 70px;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4;
    z-index: 2;
  }

  /*
    company access
  --------------------------------------------------------------- */

  .company-access .page-ttl {
    border-bottom: 1px solid #ddd;
  }

  .company-access .contents-section {
    border-bottom: 1px solid #ddd;
  }

  .company-access .section-box .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .company-access .section-box .access {
    position: relative;
    padding-top: 30px;
  }

  .company-access .section-box .access:after {
    content: " ";
    display: block;
    width: 50px;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 15px;
  }

  .company-access .section-box .blank-arrow {
    margin-top: 20px;
  }

  .company-access .section-box .access ul {
  }

  .company-access .section-box .access ul li {
    margin-bottom: 10px;
  }

  .company-access .section-box .map {
    margin-top: 60px;
  }

  .company-access .section-box .map iframe {
    width: 100%;
    height: 500px;
  }

  .company-access .section-box .to-bigmap {
    margin-top: 15px;
    text-align: right;
  }

  .company-access .section-box .to-bigmap .blank-arrow {
    margin-top: 0;
  }

  /*
    services top
  --------------------------------------------------------------- */

  .services-top .page-ttl {
    border-top: 1px solid #ddd;
  }

  .services-top .lineup-list {
    margin-top: 60px;
  }

  .services-top .lineup-list .des {
    text-align: left;
    height: 72px;
  }

  .services-top .lineup-list .btn {
    margin-top: 25px;
    margin-bottom: 35px;
  }

  /*
    media top
  --------------------------------------------------------------- */

  .media-top .page-anchor {
    border: solid #ddd;
    border-width: 1px 0;
  }

  .media-top .contents-section {
    border-bottom: 1px solid #ddd;
  }

  .media-top .flow {
    text-align: center;
    margin-top: 30px;
  }

  .media-top .global {
    position: relative;
  }

  .media-top .global .section-h {
    position: absolute;
    left: 50%;
    margin-left: -270px;
    top: 20px;
    padding: 0;
  }

  .media-top .global .section-box {
    margin-top: 60px;
  }

  .media-top .global .layout {
    display: table;
    width: 900px;
    margin: auto;
    table-layout: fixed;
  }

  .media-top .global .layout .icon,
  .media-top .global .layout .lead {
    display: table-cell;
    vertical-align: top;
    text-align: left;
  }

  .media-top .global .layout .icon {
    width: 180px;
  }
  .media-top .global .layout .icon img {
    width: 120px;
  }

  .media-top .global .layout .lead {
    padding-top: 80px;
  }

  .media-top .global .section-box .btn-box {
    margin-top:60px;
  }

  /*
    media works
  --------------------------------------------------------------- */

  .media-works .page-ttl {
    border-bottom: 1px solid #ddd;
  }

  .media-works .contents-section {
    border-bottom: 1px solid #ddd;
  }

  .media-works .dl-box .dl-badge p {
    display: none;
  }

  /*
    media saleslist
  --------------------------------------------------------------- */

  .media-saleslist .page-ttl {
    border-bottom: 1px solid #ddd;
  }

  .media-saleslist .tab {
    border-bottom: 2px solid #E1690D;
  }

  .media-saleslist .tab .inner {
    width: 960px;
    margin: 60px auto 0;
    display: table;
    table-layout: fixed;
  }

  .media-saleslist .tab .inner a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #eee;
    height: 80px;
    font-size: 24px;
    color: #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 3px;
  }

  .media-saleslist .tab .inner a:hover {
    color: #E1690D;
  }

  .media-saleslist .tab .inner a.current {
    background: #E1690D;
    color: #fff;
  }

  .media-saleslist .contents-section {
    border-bottom: 1px solid #ddd;
  }

  .media-saleslist .contents-section + .contents-section {
    border-bottom: none;
  }

  .media-saleslist .btn-box {
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
  }

  .media-saleslist .item-row ul li {
    padding: 20px 15px;
  }

  .media-saleslist .item-row .item-name {
    font-size: 16px;
    text-align: center;
    color: #E1690D;
    margin-bottom: 10px;
  }

  .media-saleslist .item-row .item-lead {
    margin-bottom: 5px;
  }

  .media-saleslist .item-row .item-des {
    font-size: 13px;
    color: #666;
  }

  /*
	  media globalworks
	--------------------------------------------------------------- */

  .globalworks .page-ttl {
    border-bottom: 1px solid #ddd;
  }

  .globalworks .contents-section {
    border-bottom: 1px solid #ddd;
  }

  .globalworks .dl-box .dl-badge p {
    display: none;
  }

  /*  menu-list
  ------------------------------------------ */

  .media-saleslist .menu-list ul li:first-child {
    border-top: 1px solid #ddd;
  }

  .media-saleslist .menu-list ul li {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #ddd;
    line-height: 1.2;
  }

  .media-saleslist .menu-list ul li .menu-name,
  .media-saleslist .menu-list ul li .dll-links {
    display: table-cell;
    vertical-align: middle;
    min-height: 70px;
    padding: 10px 0;
  }

  .media-saleslist .menu-list ul li .dll-links {
    width: 380px;
    text-align: right;
    font-size: 0;
    letter-spacing: -.4em;
  }

  .media-saleslist .menu-list ul li .dll-links a {
    position: relative;
    display: inline-block;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 48px;
    width: 50%;
    font-size: 14px;
    letter-spacing: normal;
    vertical-align: middle;
    margin: 10px 0;
    padding-right: 10px;1
  }

  .media-saleslist .menu-list ul li .dll-links a:before {
    content: " ";
    position: absolute;
    display: block;
    width: 40px;
    height: 30px;
    left: 0;
    top: 50%;
    margin-top: -15px;
    background-repeat: no-repeat;
  }

  .media-saleslist .menu-list ul li .dll-links a.pdf:before {
    background-image: url(/resource/images/under/services/saleslist/icon_pdf.png);
  }
  .media-saleslist .menu-list ul li .dll-links a.xls:before {
    background-image: url(/resource/images/under/services/saleslist/icon_xls.png);
  }
  .media-saleslist .menu-list ul li .dll-links a.zip:before {
    background-image: url(/resource/images/under/services/saleslist/icon_zip.png);
  }

  .media-saleslist .menu-list ul li a:hover {
    color: #E1690D;
  }

  /*
    solution
  --------------------------------------------------------------- */

  .solution .page-anchor {
    border: solid #ddd;
    border-width: 1px 0;
  }

  .solution .contents-section {
    border-bottom: 1px solid #ddd;
  }

  .solution .site-flow {
    text-align: center;
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
  }

  .solution .intro-result .heading {
    text-align: center;
    color: #E1690D;
    font-size: 26px;
    margin-bottom: 30px;
  }

  .solution .intro-result ul li {
    padding: 1px;
  }

  .solution .intro-result ul li:only-child {
    float: none;
    margin: 0 auto 20px;
  }

  .solution .intro-result .name {
    font-size: 16px;
    text-align: center;
    margin: 12px 0;
  }

  /*
    aliance
  --------------------------------------------------------------- */

  .aliance .page-ttl {
    border-bottom: 1px solid #ddd;
  }

  .aliance .contents-section {
    border-bottom: 1px solid #ddd;
  }

  .aliance .item-row ul li .thumb {
    padding: 1px;
  }

  .aliance .item-row ul li .txt {
    padding: 15px;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
  }

  .aliance .item-row ul li .item-name {
    font-size: 16px;
    color: #E1690D;
    line-height: 1;
    margin-bottom: 10px;
  }

  .aliance .item-row ul li .item-lead {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    overflow : hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

    max-height: 55px; /* webkit以外 */
  }

  .aliance .item-row ul li a:hover .txt {
    opacity: .7;
  }

  /*
    recruit top
  --------------------------------------------------------------- */

  .recruit-top .page-ttl {
    border: solid #ddd;
    border-width: 1px 0;
  }

  .recruit-top .app-list .item-row li a {
    display: block;
    padding: 1px;
  }

  .recruit-top .app-list .item-row li a img {
    width:296px;
  }

  .recruit-top .app-list .item-row li a .txt {
    padding: 14px 19px;
  }

  .recruit-top .app-list .item-row li a .txt .item-name {
    color: #E1690D;
    font-size: 16px;
    margin-bottom: 5px;
  }

  .recruit-top .app-list .item-row li a .txt .item-lead {
    color: #666;
    font-size: 13px;
    line-height: 1.4;
  }

  .recruit-top .app-list .item-row li a:hover .txt {
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
  }

  /*  msg
  ------------------------------------------ */

  .recruit-top .pc-modify {
    border-bottom: 1px solid #ddd;
  }

  .recruit-top .pc-modify .spread-view {
    width: 960px;
    margin: auto;
    padding-bottom: 160px;
  }

  .recruit-top .pc-modify .spread-view .catch {
    color: #000;
    position: relative;
    margin-top: 30px;
  }

  .recruit-top .pc-modify .spread-view .btn {
    border-color: #E1690D;
    color: #E1690D;
    background: none;
  }

  .recruit-top .pc-modify .spread-view .btn:hover {
    background-color: #E1690D;
    color: #fff;
  }


  /*
    recruit-msg
  --------------------------------------------------------------- */

  .recruit-msg .page-ttl {
    border-bottom: 1px solid #ddd;
  }

  .recruit-msg .contents-section {
    border-bottom: 1px solid #ddd;
  }

  .recruit-msg .msg-box {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 60px 0;
  }

  .recruit-msg .msg-box:last-child {
    border-bottom: none;
  }

  .recruit-msg .msg-box .ph {
    border: 1px solid #ccc;
  }

  .recruit-msg .msg-box .ph .inner {
    padding: 4px;
    background: #eee;
  }

  .recruit-msg .msg-box .ph .inner img {
    width: 350px;
  }

  .recruit-msg .msg-box .txt {
    width: 560px;
    line-height: 2.4;
    margin-bottom: 30px;
  }

  .recruit-msg .msg-box .txt:last-child {
    margin-bottom: 0;
  }

  .recruit-msg .msg-box .txt .cmt {
    margin: 40px 0;
  }

  .recruit-msg .msg-box .txt .name {
    margin-top: 20px;
    font-size: 20px;
  }

  .recruit-msg .msg-box .txt .name span {
    font-size: 14px;
    margin-right: 20px;
  }

  /* ph right */
  .recruit-msg .ph-right .ph {
    float: right;
  }
  .recruit-msg .ph-right .txt {
    float: left;
  }

  /* ph left */
  .recruit-msg .ph-left .ph {
    float: left;
  }
  .recruit-msg .ph-left .txt {
    float: right;
  }
  .recruit-msg .ph-left .txt .name {
    text-align: right;
  }


  .recruit-msg .msg-box .btn-box .btn {
    background-image: url(/resource/images/common/icon_blank_orange.png);
    background-position: 320px center;
    background-repeat: no-repeat;
    text-indent: -30px;
  }


  .recruit-msg .msg-box .btn-box .btn:hover {
    background-image: url(/resource/images/common/icon_blank_wh.png);
    font-size: 20px;
  }


  /*
    recruit-intro
  --------------------------------------------------------------- */

  .recruit-intro .page-ttl {
    border-bottom: 1px solid #ddd;
  }

  .recruit-intro .contents-section {
    border: solid #ddd;
    border-width: 1px 0;
  }

  .recruit-intro .contents-section .btn-box .btn {
    background-image: url(/resource/images/common/icon_blank_orange.png);
    background-position: 320px center;
    background-repeat: no-repeat;
    text-indent: -30px;
  }
  .recruit-intro .contents-section .btn-box .btn:hover {
    background-image: url(/resource/images/common/icon_blank_wh.png);
    font-size: 20px;
  }

  .recruit-intro .section-box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .recruit-intro .section-box:last-child {
    border-bottom: none;
  }

  .recruit-intro .btn-box {
    margin-top: 60px;
  }

  .recruit-intro .item-row a {
    display: block;
  }

  .recruit-intro .item-row a .thumb {
    padding: 1px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
  }


  .recruit-intro .item-row a .txt {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  .recruit-intro .item-row a .position {
    color: #666;
  }

  .recruit-intro .item-row a .name {
    font-size: 18px;
  }

  .recruit-intro .item-row a:hover .txt {
    opacity: .7;
  }

  /*
    recruit joblist
  --------------------------------------------------------------- */

  .recruit-joblist .contents-section {
    border: solid #ddd;
    border-width: 1px 0;
  }

  .recruit-joblist .section-box {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
  }

  .recruit-joblist .section-box:last-child {
    border-bottom: none;
  }

  .recruit-joblist .joblist ul {
    width: 800px;
    margin: auto;
  }

  .recruit-joblist .joblist ul li {
    text-align: center;
    border: 1px solid #ddd;
    margin-top: -1px;
    padding: 30px 60px;
  }

  .recruit-joblist .joblist ul li br {
    display: none;
  }

  .recruit-joblist .joblist ul li .name {
    font-size: 26px;
    margin-bottom: 20px;
    color: #E1690D;
  }

  .recruit-joblist .joblist ul li .links {
    font-size: 18px;
  }

  .recruit-joblist .joblist ul li .links a {
    display: block;
    margin: 0 100px;
    padding-right: 0;
    text-align: left;
  }

  .recruit-joblist .joblist ul li .links a:hover {
    color: #E1690D;
  }

  .recruit-joblist .flow {
    text-align: center;
  }

  /*
    contents-news
  --------------------------------------------------------------- */

  .contents-news .page-ttl {
    border-bottom: 1px solid #ddd;
  }


  /*
    contents-privacy
  --------------------------------------------------------------- */

  .contents-privacy .contents-section {
    border-bottom: 1px solid #ddd;
  }

  .contents-privacy .page-ttl {
    font-size: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .contents-privacy .section-h {
    font-size: 24px;
  }

  .contents-privacy .privacy-links {
    background: #eee;
    border-top: 1px solid #ddd;
    border-bottom: none;
  }

  .contents-privacy .privacy-links .section-box {
    margin: 0 auto;
    padding: 40px 0;
  }

  .contents-privacy .privacy-links ul {
    overflow: hidden;
    margin-bottom: -10px;
  }

  .contents-privacy .privacy-links ul li {
    float: left;
    width: 50%;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .contents-privacy .privacy-links ul li a:hover {
    color: #E1690D;
  }

  .contents-privacy .section-box .section-h {
    padding-top: 0;
    margin-bottom: 0;
  }

  .contents-privacy .num-list li {
    position: relative;
    padding-left: 27px;
  }

  .contents-privacy .num-list li span {
    position: absolute;
    left: 0;
  }

  .contents-privacy .num-list li ul {
    margin-top: 5px;
  }

  .contents-privacy .num-list li ul li {
    padding-left: 17px;
  }

  /*
    contact
  --------------------------------------------------------------- */

  .contents-contact-privacy .page-ttl {
    border: solid #ddd;
    border-width: 1px 0;
  }

  .contents-contact-privacy .section-box {
    margin-top: 0;
  }

  .contact .page-ttl {
    border: solid #ddd;
    border-width: 1px 0;
  }

  .contact form input,
  .contact form textarea {
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .contact form > p {
    margin: 0 auto;
    width: 650px;
  }

  .contact form table {
    margin: 40px auto;
    width: 650px;
    table-layout: fixed;
    border-top: 1px solid #ccc;
  }

  .contact form table th,
  .contact form table td {
    padding: 20px 0;
    vertical-align: top;
  }

  .contact form table th {
    border-bottom: 1px solid #666;
  }

  .contact form table td {
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #ccc;
  }

  .contact form table tr:last-child th {
    border-bottom: 1px solid #ccc;
  }

  .contact form table th {
    width: 200px;
  }

  .contact form table input {
    height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .contact form table textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .contact form table input[name="last-name"],
  .contact form table input[name="first-name"] {
    width: 150px;
    margin-left: 5px;
  }


  .contact form table + p {
    position: relative;
    overflow: hidden;
    width: 585px;
  }

  .contact form table + p {
    position: relative;
    overflow: hidden;
    width: 585px;
  }

  .contact form img.ajax-loader {
    position: absolute;
    right: 0;
    top: 0;
  }

  .contact form input[type="submit"],
  .contact form input[type="reset"],
  .contact form input[type="button"] {
    display: block;
    margin: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 250px;
    height: 60px;
    border: 3px solid;
    font-size: 20px;
    line-height: 54px;
    border-color: #E1690D;
    color: #E1690D;
    background: #fff;
  }

  .contact form input[type="submit"]:hover,
  .contact form input[type="reset"]:hover {
    background-color: #E1690D;
    color: #fff;
  }

  .contact form input[type="submit"] {
    float: right;
  }

  .contact form input[type="reset"] {
    float: left;
  }

  /*
    sitemap
  --------------------------------------------------------------- */

  .contents-sitemap .page-ttl {
    border: solid #ddd;
    border-width: 1px 0;
  }

  .contents-sitemap .sitemap-list a {

  }

  .contents-sitemap .sitemap-list a:hover {
    text-decoration: underline;
  }

  .contents-sitemap .sitemap-list > ul {
    overflow: hidden;
  }

  .contents-sitemap .sitemap-list > ul > li {
    float: left;
    width: 307px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 20px 10px 0;
    border: 1px solid #ddd;
    padding: 20px;
  }

  .contents-sitemap .sitemap-list > ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .contents-sitemap .sitemap-list > ul > li:nth-child(3n+2) {
    margin-right: 19px;
  }

  .contents-sitemap .sitemap-list > ul > li > dl > dt {
    font-size: 20px;
    color: #E1690D;
    margin-bottom: 20px;
    text-align: center;
  }

  .contents-sitemap .sitemap-list > ul > li > dl > dd {
    padding-left: 10px;
    margin-bottom: 10px;
  }

  .contents-sitemap .sitemap-list > ul > li > dl > dd > a:not(.blank-arrow) {
    display: inline-block;
    padding-right: 17px;
    padding-left: 19px;
    background-image: url(/resource/images/common/arrow_return_right.png);
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
  }

  .contents-sitemap .sitemap-list > ul > li > dl > dd > ul {
    padding-left: 18px;
  }

  .contents-sitemap .sitemap-list > ul > li > dl > dd > ul > li:before {
    content: "・";
    color: #E1690D;
  }

  .contents-sitemap .sitemap-list > ul > li > dl > dd > ul > li > a {
    font-size: 12px;
    /*color: #E1690D;*/
  }

} /* @media only screen and (min-width: 741px) for PC end */

@media only screen and (max-width: 740px) { /* for SP */

  /*
  index
--------------------------------------------------------------- */

  .main-slider {
    margin: 0 0 10px 0;
    height: 195px;
    overflow: hidden;
  }

  .main-slider ul {
    overflow: hidden;
  }

  .main-slider ul li {
    padding: 0 10px;
    width: 175px;
    float: left;
  }

  .main-slider ul li a {
    position: relative;
    display: block;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    overflow: hidden;
  }

  .main-slider ul li a img {
    display: block;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    height: 195px;
  }

  /*  top-section
  ------------------------------------------ */

  .top-section {
    padding: 30px 10px;1
  border-bottom: 1px solid #ddd;
  }

  .top-section .section-h-img {
    text-align: center;
    margin-bottom: 25px;
  }

  .top-section .section-h-img img {
    width: 300px;
  }

  .top-section .section-lead {
    text-align: left;
    font-size: 12px;
    margin-bottom: 25px;
  }

  .top-section .section-lead br {
    display: none;
  }

  .top-section .btn-box {
    margin-top: 25px;
  }

  /*  business-lineup
  ------------------------------------------ */

  /* 事業案内ページにも同要素があったので共通化 */

  .top-section .lineup-list .des {
    text-align: left;
  }

  /*  news-release
  ------------------------------------------ */

  /* ニュースリリースページにも同要素があったので共通化 */
  /* 以下ニュースリリース記事内テンプレート */
  .news-article h1 {
    font-size: 16px;
    line-height: 1.4;
    padding: 10px;
    border-bottom: 2px solid #E1690D;
  }

  .news-article .date {
    text-align: right;
    font-size: 12px;
    margin: 10px;
  }

  .news-article .lead {
    line-height: 1.6;
    margin: 10px;
  }

  .news-article .lead p {
    margin-bottom: 15px;
  }

  .news-article .lead a {
    color: #E1690D
  }

  .news-article .dl-box .dl-badge {
    margin: 5px;
    text-align: center;
    text-align: -webkit-center;
  }

  .news-article .dl-box .dl-badge p {
    display: inline;
  }

  /* 以下ニュースリリース記事内テーブル */

  .news-article .lead .news-table {
    margin: 20px auto;
    width: 100%;
  }

  .news-article .lead .news-table .table-title {
    text-align: center;
    font-weight: bold;
  }

  .news-article .lead .news-table tr {
    border: 1px solid black;
  }

  .news-article .lead .news-table th {
    display: block;
    background: #ccc;
    padding: 5px;
  }

  .news-article .lead .news-table td {
    display: block;
    padding: 5px 5px 10px;
  }

  .news-article .lead .news-table a {
    font-size:12px;
  }


  /*  recruit
------------------------------------------ */

  .top-section.recruit {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .top-section.recruit .spread-view .catch {
    width: 242px;
    left: 50%;
    margin-left: -121px;
    top: 50%;
    margin-top: -17px;
  }

  .top-section.recruit .spread-view .catch img {
    width: 100%;
  }

  /*  credo
------------------------------------------ */

  .top-section.credo {
    padding: 30px 0 0;
    text-align: center;
    border-bottom: none;
  }

  .top-section.credo img {
    width: 154px;
  }


  /*
    company top
  --------------------------------------------------------------- */

  .company-top .page-ttl {
    border-top: 1px solid #ddd;
  }

  .company-top .company-main .spread-view .catch {
    width: 100%;
    left: 0;
    bottom: 40%;
    text-align: center;
  }

  .company-top .company-main .spread-view .catch img {
    width: 262px;
  }

  /*  msg
  ------------------------------------------ */

  .company-top .msg .spread-view .catch {
    width: auto;
    left: 5%;
    bottom: 48%;
  }

  .company-top .msg .spread-view .catch img {
    width: 223px;
  }

  .company-top .msg .spread-view .name {
    position: absolute;
    left: 5%;
    bottom: 20%;
  }

  .company-top .msg .spread-view .name img {
    width: 76px;
  }

  /*  corp logo
  ------------------------------------------ */

  .company-top .corp-logo .logo {
    text-align: center;
    padding: 40px 0 70px;
  }

  .company-top .corp-logo .logo img {
    width: 250px;
  }

  /*  cred
  ------------------------------------------ */

  .company-top .credo .logo {
    text-align: center;
    padding: 40px 0 70px;
  }

  .company-top .credo .logo img {
    width: 188px;
  }

  /*  access
  ------------------------------------------ */

  .company-top .access {
    border-top: 1px solid #ddd;
  }

  .company-access .contents-section {
    border-bottom: 1px solid #ddd;
  }

  .company-top .access .access-maps {
    overflow: hidden;
  }

  .company-top .access .access-maps li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  .company-top .access .access-maps li:last-child {
    margin-bottom: 0;
  }

  .company-top .access .access-maps li > div {
    border: 1px solid #ddd;
    padding: 1px 1px 20px 1px;
  }

  .company-top .access .access-maps li div iframe {
    width: 100%;
    height: 200px;
    vertical-align: top;
  }

  .company-top .access .access-maps li .name {
    text-align: center;
    padding: 20px 10px;
    line-height: 1.4;
    font-size: 12px;
  }

  .company-top .access .access-maps .btn {
    width: 250px;
    height: 45px;
    border: 2px solid;
    font-size: 14px;
    line-height: 41px;
  }

  /*
        company board
  --------------------------------------------------------------- */


  .company-board .contents-section {
    border-bottom: 1px solid #ddd;
  }

  .company-board .spread-view .catch {
    width: auto;
    left: 5%;
    bottom: 38%;
  }

  .company-board .spread-view .catch img {
    width: 262px;
  }

  .company-board .section-box .txt {
    margin-bottom: 20px;
  }

  .company-board .section-box .president {
    padding-top: 10px;
    text-align: right;
  }

  .company-board .section-box .president strong {
    font-size: 20px;
  }

  .company-board .section-box .career {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
  }

  .company-board .section-box .career .sub-h {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .company-board .section-box .career table {
    line-height: 1.4;
    width: 100%;
  }

  .company-board .section-box .career table tr {
    display: block;
  }

  .company-board .section-box .career table th,
  .company-board .section-box .career table td {
    display: block;
  }

  .company-board .section-box .career table th {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .company-board .section-box .career table td {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
  }

  .company-board .section-box .career table tr:first-child th {
    padding-top: 0;
  }

  .company-board .section-box .career table tr:last-child td {
    border-bottom: none;
    padding-bottom: 0;
  }

  /*
   company info
  --------------------------------------------------------------- */

  .company-info .contents-section {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }


  .company-info .info-table .representative .position {
    width: 110px;
    display: inline-block;
  }

  .company-info .info-table .corp-officer .position {
    width: 143px;
    display: inline-block;
  }


  .company-info .info-table dl dt {
    font-weight: bold;
  }

  .company-info .info-table dl dd {
    margin-bottom: 10px;
  }

  .company-info .info-table dl dd:last-child {
    margin-bottom: 0;
  }

  .company-info .info-table ul {
    margin-top: 10px;
    font-size: 10px;
  }

  .company-info .info-table ul:first-child {
    margin-top: 0;
  }

  .company-info .info-table ul li {
    margin-bottom: 13px;
  }

  .company-info .info-table ul li:last-child {
    margin-bottom: 0;
  }

  /*
    company history
  --------------------------------------------------------------- */


  .company-history .page-ttl {
    border-bottom: 1px solid #ddd;
  }

  .company-history .contents-section {
    border-bottom: 1px solid #ddd;
  }


  .company-history .info-table dl dt {
    font-weight: bold;
  }

  .company-history .info-table dl dd {
    margin-bottom: 10px;
  }

  .company-history .info-table dl dd:last-child {
    margin-bottom: 0;
  }

  /*
    company logo
  --------------------------------------------------------------- */

  .company-logo .contents-section {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .company-logo .contents-section .logo {
    padding: 40px 0 70px;
    text-align: center;
  }

  .company-logo .contents-section .logo img {
    width: 250px;
  }

  .company-logo .concept {
    margin-top: 30px;
    border: 1px solid #ccc;
  }

  .company-logo .concept-inner {
    padding: 10px;
    border: 2px solid #eee;
  }

  .company-logo .concept-inner > div {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 30px;
  }

  .company-logo .concept-inner > div:last-child {
    border-bottom: none;
  }

  .company-logo .concept .section-h {
    padding: 30px 0;
    font-size: 18px;
  }

  .company-logo .concept .initial {
    text-align: center;
    padding-bottom: 30px;
  }

  .company-logo .concept .initial img {
    width: 235px;
  }


  /*
    company credo
  --------------------------------------------------------------- */

  .company-credo .contents-section {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .company-credo .contents-section .logo {
    padding: 30px 0 60px;
    text-align: center;
  }

  .company-credo .contents-section .logo img {
    width: 200px;
  }


  .company-credo .section-box {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
  }

  .company-credo .section-box:last-child {
    border-bottom: none;
  }

  .company-credo .credo-box {
    font-size: 13px;
  }

  .company-credo .credo-box .box-h {
    font-size: 23px;
    color: #E1690D;
    margin-bottom: 30px;
    line-height: 1.2;
    text-align: center;
  }

  .company-credo .credo-box .box-h.en {
    font-size: 26px;
  }

  .company-credo .credo-box .strong-l {
    font-size: 18px;
  }
  .company-credo .credo-box .strong-m {
    font-size: 14px;
  }
  .company-credo .credo-box .item-name {
    font-size: 16px;
    color: #E1690D;
  }
  .company-credo .credo-box .caption {
    font-size: 10px;
  }

  .company-credo .credo-box .thumb {
    padding: 1px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    text-align: center;
  }

  /* layout */

  .company-credo .credo-layout .txt {
    margin: 0 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }

  .company-credo .credo-layout .txt .box-h {
    text-align: center;
    margin: 30px 0 20px;
  }

  .company-credo .credo-layout .txt .layout-des {
    font-size: 14px;
  }

  /* separate */


  .company-credo .separate div {
    padding: 30px 0;
    margin: 0 10px;
    border-bottom: 1px solid #ddd;
  }

  .company-credo .separate img {
    width: 100%;
    margin-bottom: 10px;
  }

  /* scrs */
  .company-credo .credo-box .scrs {
    text-align: center;
  }

  .company-credo .credo-box .scrs video {
    width: 100%;
    /*height: 244px;*/
    vertical-align: top;
  }

  .company-credo .credo-box .scrs > div {
    margin-bottom: 20px;
  }

  .company-credo .credo-box .scrs .thumb img {
    width: 100%;
  }

  .company-credo .credo-box .scrs .thumb {
    position: relative;
  }

  .company-credo .credo-box .scrs .thumb .video-arrow {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2) url(/resource/images/under/company/credo/movie_arrow.png) 50% 50% no-repeat;
    -webkit-background-size: 70px;
    -moz-background-size: 70px;
    -ms-background-size: 70px;
    -o-background-size: 70px;
    background-size: 70px;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4;
    z-index: 2;
  }

  /*
    company access
  --------------------------------------------------------------- */

  .company-access .section-box {
    margin-left: 0;
    margin-right: 0;
  }

  .company-access .section-box .common-w {
    margin: 0 10px;
  }

  .company-access .page-ttl {
    border-bottom: 1px solid #ddd;
  }

  .company-access .section-box .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .company-access .section-box .access {
    padding-top: 30px;
    position: relative;
  }

  .company-access .section-box .access:after {
    content: " ";
    display: block;
    width: 50px;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 15px;
  }

  .company-access .section-box .access ul {
    margin-bottom: 10px;
  }

  .company-access .section-box .access ul li {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .company-access .section-box .map {
    margin-top: 30px;
  }

  .company-access .section-box .map iframe {
    width: 100%;
    height: 250px;
  }

  .company-access .section-box .to-bigmap {
    margin-top: 10px;
    text-align: right;
  }


  /*
    services top
  --------------------------------------------------------------- */

  .services-top .catch img {
    width: 100%;
    max-width: 469px;
  }

  .services-top .page-ttl {
    border-top: 1px solid #ddd;
  }

  .services-top .lineup-list {
    margin: 30px 10px 0;
  }

  .services-top .lineup-list .des {
    text-align: left;
  }

  .services-top .lineup-list .btn {
    margin-top: 30px;
    width: 250px;
    /*margin-bottom: 35px;*/
  }


  /*
    media top
  --------------------------------------------------------------- */

  .media-top .page-ttl {
    border-bottom: 1px solid #ddd;
  }

  .media-top .contents-section {
    border-top: none;
    border-bottom: 1px solid #ddd;
  }

  .media-top .flow {
    text-align: center;
    margin-top: 30px;
  }

  .media-top .flow img {
    width: 292px;
  }


  .media-top .global .layout {
    display: table;
    width: 100%;
    margin: auto;
    table-layout: fixed;
  }

  .media-top .global .layout .icon,
  .media-top .global .layout .lead {
    display: table-cell;
    vertical-align: top;
    text-align: left;
  }

  .media-top .global .layout .icon {
    width: 100px;
  }

  .media-top .global .layout .icon img {
    width: 80px;
  }

  .media-top .global .section-box .btn-box {
    margin-top:30px;
  }

  /*
    media works
  --------------------------------------------------------------- */

  .media-works .page-ttl {
    border-bottom: 1px solid #ddd;
  }

  .media-works .dl-box .dl-badge {
    text-align: center;
    text-align: -webkit-center;
  }

  .media-works .dl-box .dl-badge p {
    display: inline;
  }

  /*
    media saleslist
  --------------------------------------------------------------- */

  .media-saleslist .page-ttl {
    /*border-bottom: 1px solid #ddd;*/
  }

  .media-saleslist .tab {
    border-bottom: 2px solid #E1690D;
    /*padding: 0 10px;*/
  }

  .media-saleslist .tab .inner {
    margin: 0px auto 0;
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .media-saleslist .tab .inner a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #eee;
    height: 50px;
    font-size: 12px;
    color: #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 3px;
  }

  .media-saleslist .tab .inner a.current {
    background: #E1690D;
    color: #fff;
  }

  .media-saleslist .contents-section {
    border-bottom: 1px solid #ddd;
  }
  .media-saleslist .contents-section +  .contents-section {
    border-bottom: none;
  }

  .media-saleslist .btn-box {
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }

  .media-saleslist .btn-box .btn {
    margin-bottom: 10px;
  }

  .media-saleslist .contents-section .btn-box .btn:last-child {
    margin-bottom: 0;
  }


  .media-saleslist .item-row ul li {
    padding: 20px 15px;
  }

  .media-saleslist .item-row .item-name {
    font-size: 16px;
    text-align: center;
    color: #E1690D;
    margin-bottom: 10px;
  }

  .media-saleslist .item-row .item-lead {
    margin-bottom: 5px;
  }

  .media-saleslist .item-row .item-des {
    font-size: 13px;
    color: #666;
  }

  /*
   media globalworks
 --------------------------------------------------------------- */

  .globalworks .page-ttl {
    border-bottom: 1px solid #ddd;
  }

  .globalworks .dl-box .dl-badge {
    text-align: center;
    text-align: -webkit-center;
  }

  .globalworks .dl-box .dl-badge p {
    display: inline;
  }

  /*  menu-list
  ------------------------------------------ */

  .media-saleslist .menu-list ul li:first-child {
    border-top: 1px solid #ddd;
  }

  .media-saleslist .menu-list ul li {
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
    padding: 15px 0 0;
  }

  .media-saleslist .menu-list ul li .menu-name {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .media-saleslist .menu-list ul li .dll-links {
    text-align: left;
    font-size: 0;
    letter-spacing: -.4em;
    padding: 10px 0;
  }

  .media-saleslist .menu-list ul li .dll-links a {
    position: relative;
    display: inline-block;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px;
    width: 50%;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: normal;
    vertical-align: middle;
    margin-bottom: 10px;
  }

  .media-saleslist .menu-list ul li .dll-links a:before {
    content: " ";
    position: absolute;
    display: block;
    width: 20px;
    height: 15px;
    left: 0;
    top: 50%;
    margin-top: -7px;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }

  .media-saleslist .menu-list ul li .dll-links a.pdf:before {
    background-image: url(/resource/images/under/services/saleslist/icon_pdf.png);
  }
  .media-saleslist .menu-list ul li .dll-links a.xls:before {
    background-image: url(/resource/images/under/services/saleslist/icon_xls.png);
  }
  .media-saleslist .menu-list ul li .dll-links a.zip:before {
    background-image: url(/resource/images/under/services/saleslist/icon_zip.png);
  }


  /*
    solution
  --------------------------------------------------------------- */

  .solution .page-ttl {
    border-bottom: 1px solid #ddd;
  }

  .solution .page-anchor {
    border: solid #ddd;
    border-width: 1px 0;
  }

  .solution .contents-section {
    border-bottom: 1px solid #ddd;
  }

  .solution .site-flow {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
  }

  .solution .site-flow img {
    max-width: 100%;
  }

  .solution .intro-result .heading {
    text-align: center;
    color: #E1690D;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .solution .intro-result ul li {
    padding: 1px;
    text-align: center;
    width: 235px;
    margin: 0 auto 10px;
  }

  .solution .intro-result ul li img {
    min-width: 100%;
  }

  .solution .intro-result .name {
    text-align: center;
    margin: 12px 0;
  }

  /*
  aliance
--------------------------------------------------------------- */

  .aliance .page-ttl {
    border-bottom: 1px solid #ddd;
  }

  .aliance .contents-section {
    border-bottom: 1px solid #ddd;
  }

  .aliance .item-row ul li .thumb {
    text-align: center;
    text-align: -webkit-center;
    background:#eee;
  }

  .aliance .item-row ul li .thumb img {
    width:100%;
    max-width: 296px;
  }

  .aliance .item-row ul li .txt {
    padding: 15px;
  }

  .aliance .item-row ul li .item-name {
    font-size: 16px;
    color: #E1690D;
    line-height: 1;
    margin-bottom: 10px;
  }

  .aliance .item-row ul li .item-lead {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    overflow : hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

    max-height: 55px; /* webkit以外 */
  }

  /*
    recruit top
  --------------------------------------------------------------- */

  .recruit-top .page-ttl {
    border-top: 1px solid #ddd;
  }

  .recruit-top .app-list .item-row li a {
    display: block;
    padding: 1px;
  }

  .recruit-top .app-list .item-row li a img {
    width: 100%;
  }

  .recruit-top .app-list .item-row li a .txt {
    padding: 14px 19px;
  }

  .recruit-top .app-list .item-row li a .txt .item-name {
    color: #E1690D;
    font-size: 16px;
    margin-bottom: 5px;
  }

  .recruit-top .app-list .item-row li a .txt .item-lead {
    color: #666;
    font-size: 13px;
    line-height: 1.4;
  }


  /*
    recruit-msg
  --------------------------------------------------------------- */

  .recruit-msg .page-ttl {
    border-bottom: 1px solid #ddd;
  }

  .recruit-msg .contents-section {
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
  }

  .recruit-msg .msg-box {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
  }

  .recruit-msg .msg-box:last-child {
    border-bottom: none;
  }

  .recruit-msg .msg-box .ph {
    border: 1px solid #ccc;
    margin-bottom: 30px;
  }

  .recruit-msg .msg-box .ph .inner {
    padding: 4px;
    background: #eee;
  }

  .recruit-msg .msg-box .ph img {
    width: 100%;
  }

  .recruit-msg .msg-box .txt {
    line-height: 1.8;
    font-size: 12px;
  }


  .recruit-msg .msg-box .txt + .btn-box {
    margin-top: 20px;
  }

  .recruit-msg .msg-box .txt .cmt {
    margin: 0 0 30px;
    font-size: 16px;
    font-style: italic;
  }

  .recruit-msg .msg-box .txt .name {
    margin-top: 20px;
    font-size: 20px;
  }

  .recruit-msg .msg-box .txt .name span {
    font-size: 14px;
    margin-right: 20px;
  }


  /*
    recruit-intro
  --------------------------------------------------------------- */

  .recruit-intro .contents-section {
    border: solid #ddd;
    border-width: 1px 0;
  }

  .recruit-intro .section-box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 0;
    margin-top: 0;
  }

  .recruit-intro .section-box:last-child {
    border-bottom: none;
  }

  .recruit-intro .btn-box {
    margin-top: 30px;
  }

  .recruit-intro .item-row ul {
    overflow: hidden;
  }

  .recruit-intro .item-row li {
    float: left;
    width: 50%;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .recruit-intro .item-row li:nth-child(2n) {
    padding-left: 5px;
    padding-right: 0;
  }

  .recruit-intro .item-row a {
    display: block;
    padding-bottom: 10px;
  }

  .recruit-intro .item-row a .thumb {
    padding: 1px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
  }

  .recruit-intro .item-row a .thumb img {
    width: 100%;
  }

  .recruit-intro .item-row a .txt {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  .recruit-intro .item-row a .position {
    color: #666;
    font-size: 12px;
  }

  .recruit-intro .item-row a .name {
    font-size: 16px;
  }

  .recruit-intro .contents-section .btn {
    background-image: url(/resource/images/common/icon_blank_orange.png);
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
    background-position: 212px center;
    background-repeat: no-repeat;
    text-indent: -30px;
  }

  /*
  recruit joblist
--------------------------------------------------------------- */

  .recruit-joblist .contents-section {
    border: solid #ddd;
    border-width: 1px 0;
  }

  .recruit-joblist .section-box {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }

  .recruit-joblist .section-box:last-child {
    border-bottom: none;
  }

  .recruit-joblist .joblist ul {
  }

  .recruit-joblist .joblist ul li {
    text-align: center;
    border: 1px solid #ddd;
    margin-top: -1px;
    padding: 20px 0 20px;
  }

  .recruit-joblist .joblist ul li .name {
    font-size: 16px;
    color: #E1690D;
    margin-bottom: 7px;
  }

  .recruit-joblist .joblist ul li .links {
    font-size: 14px;
    margin-left: 5px;
    text-align: left;
  }

  .recruit-joblist .joblist ul li .links br:last-child {
    display: none;
  }

  .recruit-joblist .joblist ul li .links a {
    margin: 3px 5px;
    padding-right: 0;
  }

  .recruit-joblist .flow img {
    width: 100%;
  }

  /*
    contents-news
  --------------------------------------------------------------- */

  .contents-news .page-ttl {
    border-bottom: 1px solid #ddd;
  }

  .contents-news .news-list {
    padding: 0 10px;
  }


  /*
    contents-privacy
  --------------------------------------------------------------- */

  .contents-privacy .contents-section {
    border-bottom: 1px solid #ddd;
  }

  .contents-privacy .page-ttl {
    font-size: 18px;
    line-height: 1.4;
    border-bottom: 1px solid #ddd;
  }

  .contents-privacy .section-h {
    font-size: 16px;
    margin: 0 10px 0;
    line-height: 1.4;
    text-align: left;
    padding-bottom: 20px;
  }
  .contents-privacy  .section-box .section-h {
    padding-top: 0;
    margin: 0;
  }

  .contents-privacy .article-common .section-box h3 {
    font-size: 14px;
  }

  .contents-privacy .section-box .box ul li {
    margin-bottom: 5px;
  }

  .contents-privacy .privacy-links {
    border-bottom: none;
    border-top: none;
  }

  .contents-privacy .privacy-links .section-box {
    margin: 0;
  }

  .contents-privacy .privacy-links ul li {
    line-height: 1.4;
  }

  .contents-privacy .privacy-links ul li br {
    display: none;
  }

  .contents-privacy .section-box .box {
    font-size: 12px;
  }

  .contents-privacy .section-box .dll-link {
    line-height: 1.2;
  }

  .contents-privacy .num-list li {
    position: relative;
    padding-left: 27px;
  }

  .contents-privacy .num-list li span {
    position: absolute;
    left: 0;
  }

  .contents-privacy .num-list li ul {
    margin-top: 5px;
  }

  .contents-privacy .num-list li ul li {
    padding-left: 17px;
  }

  .privacy-nav .btn-toggle {
    position: relative;
    display: block;
    background: #eee;
    color: #E1690D;
    border: solid #ddd;
    border-width: 1px 0;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }

  .privacy-nav .btn-toggle:before,
  .privacy-nav .btn-toggle:after {
    content: " ";
    display: block;
    width: 3px;
    height: 12px;
    background: #E1690D;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
  }

  .privacy-nav .btn-toggle:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .privacy-nav .btn-toggle:before {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  .privacy-nav .btn-toggle.on:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .privacy-nav .btn-toggle .en {
    font-weight: bold;
    font-size: 16px;
    font-family: arial, sans-serif;
    vertical-align: middle;
  }

  .privacy-nav .btn-toggle .sub {
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
  }

  .privacy-nav ul {
    display: none;
    background: #f5f5f5;
  }

  .privacy-nav ul li {
    font-size: 14px;
    letter-spacing: normal;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
  }

  .privacy-nav ul li a {
    display: block;
    /*height: 40px;*/
    background: none;
    padding: 10px 20px;
    /*line-height: 40px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  .privacy-nav ul li a.blank-arrow {
    border-right: 10px solid transparent;
    background: url(/resource/images/common/icon_blank_orange.png) right center no-repeat;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
    padding-right: 17px;
  }

  /*
    contact
  --------------------------------------------------------------- */

  .contents-contact-privacy .page-ttl {
    border: solid #ddd;
    border-width: 1px 0;
  }

  .contents-contact-privacy .section-box {
    margin-top: 0;
  }
  .contents-contact-privacy .section-h {
    margin-bottom: 0;
  }

  .contents-contact-privacy .btn-box .btn {
    margin-bottom: 10px;
  }

  .contents-contact-privacy .btn-box .btn:last-child {
    margin-bottom: 0;
  }

  .contact .page-ttl {
    border: solid #ddd;
    border-width: 1px 0;
  }


  .contact form table {
    display: block;
    width: 100%;
    margin: 20px 0;
  }


  .contact form input,
  .contact form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ccc;
  }

  .contact form table tbody,
  .contact form table tbody tr {
    display: block;
  }

  .contact form table th,
  .contact form table td {
    display: block;
  }

  .contact form table th {
    padding-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .contact form table td {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }

  .contact form table th {
    width: 200px;
  }

  .contact form table input {
    height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .contact form table textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .contact form table input[name="last-name"],
  .contact form table input[name="first-name"] {
    width: 100px;
  }

  .contact form table + p {
    text-align: center;
    overflow: hidden;
  }

  .contact form input[type="submit"],
  .contact form input[type="reset"] {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 120px;
    height: 45px;
    border: 2px solid;
    font-size: 14px;
    line-height: 41px;
    border-color: #E1690D;
    color: #E1690D;
    background: #fff;
  }

  .contact form input[type="submit"] {
    float: right;
  }

  .contact form input[type="reset"] {
    float: left;
  }

  /*
  sitemap
--------------------------------------------------------------- */

  .contents-sitemap .page-ttl {
    border: solid #ddd;
    border-width: 1px 0;
  }

  .contents-sitemap .sitemap-list a {

  }

  .contents-sitemap .sitemap-list a:hover {
    text-decoration: underline;
  }

  .contents-sitemap .sitemap-list > ul {
    overflow: hidden;
  }

  .contents-sitemap .sitemap-list > ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 20px 10px;
  }

  .contents-sitemap .sitemap-list > ul > li:first-child {
    padding-top: 0;
  }
  .contents-sitemap .sitemap-list > ul > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .contents-sitemap .sitemap-list > ul > li > dl > dt {
    font-size: 18px;
    color: #E1690D;
    margin-bottom: 10px;
    text-align: left;
  }

  .contents-sitemap .sitemap-list > ul > li > dl > dd {
    padding-left: 10px;
    margin-bottom: 5px;
  }

  .contents-sitemap .sitemap-list > ul > li > dl > dd > a:not(.blank-arrow) {
    display: inline-block;
    padding-right: 17px;
    padding-left: 19px;
    background-image: url(/resource/images/common/arrow_return_right.png);
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
  }

  .contents-sitemap .sitemap-list > ul > li > dl > dd > ul {
    padding-left: 18px;
  }

  .contents-sitemap .sitemap-list > ul > li > dl > dd > ul > li:before {
    content: "・";
    color: #E1690D;
  }

  .contents-sitemap .sitemap-list > ul > li > dl > dd > ul > li > a {
    font-size: 12px;
    /*color: #E1690D;*/
  }



} /* @media only screen and (max-width: 740px) for SP end */
