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

  パンくずリンク

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

#BreadLinks {
    font-size: .9em;
    display: block;
    padding: 20px 0 10px 0;
    color: #D71E17;
}

#BreadLinks ul li {
    display: inline-block;
    word-break: keep-all;
    -ms-word-break: keep-all;
}

#BreadLinks ul li span:after {
    font-family: 'fontello';
    font-weight: normal;
    font-style: normal;
    padding: 0 5px;
    content: '\e81e';
    color: #333;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#BreadLinks ul li a:hover,
#BreadLinks ul li a:active {
    text-decoration: underline;
}


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

  コンテンツ

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

#contents {
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0 0 0;
}


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

  左カラム

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

#LeftWrap {
    display: block;
    float: left;
    width: 750px;
}

#LeftWrap section {
    display: block;
    margin-bottom: 50px;
}

#LeftWrap section:last-child {
    margin-bottom: 30px;
}

#LeftWrap section > img,
#LeftWrap section > figure,
#LeftWrap section > p:not(.link_area) {
    margin-bottom: 30px;
}

#LeftWrap section p.p-mb0 {
    margin-bottom: 0;
}

#LeftWrap section table,
.SingleColumn table {
    width: 100%;
    border: 1px solid #d1d1d1;
}

.SingleColumn table {
    margin-bottom: 30px;
}

.SingleColumn table th,
.SingleColumn table td,
#LeftWrap section table th,
#LeftWrap section table td {
    font-size: .9em;
    padding: 5px 10px;
    border: 1px solid #d1d1d1;
}

.SingleColumn table th,
#LeftWrap section table th {
    -ms-word-break: keep-all;
    background: #f3f3f3;
}


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

  右カラム

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

#RightWrap {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 250px;
    padding-left: 30px;
}

#RightWrap ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #d1d1d1;
}

#RightWrap ul li:hover {
    border-color: #D71E17;
    transition: 0.3s;
}

#RightWrap ul li a {
    font-size: .9em;
    position: relative;
    display: block;
    width: 100%;
    padding: 3px 0;
}

#RightWrap ul li a.on {
    color: #D71E17;
}

#RightWrap ul li a:after {
    font-family: 'fontello';
    font-size: 1em;
    line-height: 1.3em;
    position: absolute;
    color: #D71E17;
    top: 60%;
    right: 5px;
    display: block;
    margin-top: -10px;
    content: '\e822';
    text-decoration: none;
}

#LeftWrap section .TableLayout {
    max-width: 750px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

  沿革

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

.history th {
    text-align: right;
}


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

  地図・アクセス

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

.GoogleMap {
    width: 750px;
    margin: 0 auto;
}

.GoogleMap iframe {
    height: 400px;
    margin-bottom: 20px;
}

.metro:before {
    font-family: 'fontello';
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    line-height: 1em;
    display: inline-block;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.marunouchi:before {
    content: '\e876';
    color: #f62e36;
}

.hanzoumon:before {
    content: '\e876';
    color: #8f76d6;
}

.chiyoda:before {
    content: '\e876';
    color: #00bb85;
}

.touzai:before {
    content: '\e876';
    color: #009bbf;
}

.toei:before {
    content: '\e877';
    color: #1a9432;
}


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

  新着情報

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

.subtitle {
    font-size: .7em;
    line-height: 1.6em;
    display: inline-block;
    width: 6.5em;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 3px;
}

.sub_info {
    background-color: #329dda;
}

.sub_topics {
    background-color: #fab020;
}

.sub_recruit {
    background-color: #5fb65f;
}

.sub_cmp {
    background-color: #ff5656;
}

.news ul li {
    color: #666;
    padding: 10px 0 10px;
    border-bottom: 1px dotted #d1d1d1;
}

.news ul li span {
    margin-right:15px;
    display:inline-block;
    color:#9A9A9A !important;
}

.news ul li .subtitle {
    margin: 0 5px;
}

.news ul li a:hover,
.news ul li a:active {
    text-decoration: underline;
}



.news .navigation {
  margin-bottom: 60px;
  text-align: right;
  display: block;
  padding: 10px;
  background: #eee;
  border-radius: 5px;
}

.news .navigation a {
  font-weight: bold;
}

.news .navigation .screen-reader-text {
  display: none;
}

.news .navigation .nav-previous {
  float: right;
}
.news .navigation .nav-next {
  float: left;
}

.news .navigation .nav-links a {
  position: relative;
}

.news .navigation .nav-links a:after {
  font-family: 'fontello';
  font-size: 1em;
  line-height: 1.3em;
  position: absolute;
  color: #D71E17;
  top: 55%;
  display: block;
  margin-top: -11px;
  text-decoration: none;
}

.news .navigation .nav-links .nav-next {
  margin-left: 20px;
}

.news .navigation .nav-links .nav-next a:after {
  left: -20px;
  content: '\e821 \e821';
}

.news .navigation .nav-links .nav-previous {
  margin-right: 20px;
}

.news .navigation .nav-links .nav-previous a:after {
  right: -20px;
  content: '\e822 \e822';
}

.news .navigation::after{
  content: "";
  display: block;
  clear: both;
}

#LeftWrap section.NewsDetail h1.ttl-01 {
    margin-bottom: 0;
}

section.NewsDetail p {
    padding: 10px 0;
}

section.NewsDetail:last-child {
    clear: both;
}

section.NewsDetail table {
    margin-bottom: 20px;
}

.NewsUpDate {
    font-size: .8em;
    display: block;
    width: 100%;
    color: #9a9a9a;
}

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

  ニュース記事 (本文ありのお知らせ)

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

article .entry-header .ttl-01 {
  margin-bottom: 10px;
}

article header .entry-meta {
  color : #9A9A9A;
  margin: 0 10px;
  float: right;
}

article .entry-content {
  margin: 54px 10px;
}

article .entry-content p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 2em;
}

article .entry-content a {
  text-decoration: underline;
}

article .post-thumbnail {
  margin: 50px 0 30px;
}

article .post-thumbnail img {
  height: auto;
  width: 100%;
}

#LeftWrap article img {
  max-width: 100%;
}

#LeftWrap article figure {
  margin-bottom: 2em;
}

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

  運営サービス

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

#LeftWrap section p.img_inline img {
    display: inline;
    margin-right: 5px;
    margin-bottom: 0;
}

p.img_inline img:last-child {
    margin-right: 0;
}

.tbl_PV {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-right: 10px;
}

.tbl_PV:last-child {
    padding-right: 0;
}

.tbl_PV table tbody tr:first-child {
    font-weight: bold;
}

.tbl_PV table tbody tr:last-child {
    font-weight: bold;
    color: #f00;
}

.tbl_PV table tbody > *:first-child + * + * + * + * + * + * + * {
    font-weight: bold;
    color: #f00;
}

.tbl_PV table tbody tr td:first-child {
    font-weight: bold;
}

.tbl_PV table tbody tr th:nth-child(n+2),
.tbl_PV table tbody tr td:nth-child(n+2) {
    text-align: right;
}

.tbl_PV table tbody tr > *:first-child + *,
.tbl_PV table tbody tr > *:first-child + * + * {
    text-align: right;
}

.tbl_PV span.ttl-03 {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 3px 5px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    background: #d1d1d1;
}

p.icn-App {
    display: block;
    /* margin-bottom: 20px; */
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p.icn-App a,
p.icn-App img {
    margin: 0;
    padding: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#LeftWrap section p a img.icn-GooglePlay {
    width: 130px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#LeftWrap section p a.icn-AppStore {
    display: inline-block;
    overflow: hidden;
    background: url(//linkmaker.itunes.apple.com/images/badges/en-us/badge_appstore-lrg.svg) no-repeat;
    width: 135px !important;
    height: 40px;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#LeftWrap section.manage:first-child {
    clear: both;
    margin-bottom: 20px;
}

div.Layout-01 {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 750px;
    margin-bottom: 10px;
}

div.Layout-01 dl {
    line-height: 1.5em;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
}

.manage div.Layout-01 dl {
    width: 370px;
    margin-right: 10px;
    float: left;
}

.manage div.Layout-01 dl:nth-child(2n) {
    margin-right: 0;
}

.manage div.Layout-01 dl dt {
    height: 70px;
}

div.Layout-01 dl dt {
    padding: 10px 3px;
    overflow: hidden;
    vertical-align: bottom;
    text-align: center;
    background: #f3f3f3;
    vertical-align: bottom;
    border-bottom: 1px dotted #d1d1d1;
}

div.Layout-01 dl dt a:hover,
div.Layout-01 dl dt a:active {
    text-decoration: underline;
}

.manage div.Layout-01 dl dt img {
    margin-bottom: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.app div.Layout-01 dl dt img {
    margin: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.manage div.Layout-01 dl dd a:link img:not(.icn-GooglePlay),
.app div.Layout-01 dl dd a:link img:not(.icn-GooglePlay) {
    width: 330px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.manage div.Layout-01 dl dd p,
.app div.Layout-01 dl dd p,
div.Layout-01 dl dd p {
    padding: 10px 0 0;
    text-align: left;
    display: block;
}

div.Layout-01 dl dd img:not(.no-bd),
div.Layout-02 p img:first-child,
ul.Layout-03 li img {
    border: 5px solid #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.app div.Layout-01 dl dd img:first-child {
    float: left;
    margin: 0 15px 15px 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

div.Layout-01 dl dd {
    padding: 15px;
    text-align: center;
    font-size: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.Layout-01 dl dd p.icn-App {
    margin:0 !important;
    padding-top:10px;
}

div.Layout-01 table tbody th,
div.Layout-01 table tbody td {
    line-height: 1.5em;
    text-align: center;
}

div.Layout-01 table tbody tr td:first-child {
    text-align: left;
}

div.Layout-01 table tbody th:first-child {
    width: 50%;
}

div.Layout-01 table tbody tr td p {
    margin: 0;
    padding: 0;
}

div.Layout-01 table tbody tr td img {
    margin: 10px 0;
    padding: 0;
}


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

  運営サイト詳細

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

ul.slider-cell {
    width: 750px;
    background: #f3f3f3;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table.TableGraph {
    font-weight: bold;
}

table.TableGraph tbody tr th {
    width: 20% !important;
    font-weight: bold;
}

span.DataGraph01 {
    display: inline-block;
    float: left;
    height: 30px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background: #F06292;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.8em;
}

span.DataGraph01:nth-child(odd) {
    background: #1E88E5;
}

ul.DataGraph02 li {
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.DataGraph02 li span {
    display: inline-block;
    height: 30px;
    margin-right: 5px;
    vertical-align: middle;
}

ul.DataGraph02 li:after {
    content: attr(data-name)"";
    display: inline-block;
    word-break: keep-all;
    text-align: right;
    font-size: 0.9em;
}

.bar01 {
    background: #FFE082;
}

.bar02 {
    background: #C5E1A5;
}

.bar03 {
    background: #81D4FA;
}

.bar04 {
    background: #B39DDB;
}

.bar05 {
    background: #F48FB1;
}

.bar06 {
    background: #FFAB91;
}


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

  記事配信

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

.package div.Layout-01 ul {
    display: block;
    margin-bottom: 50px;
    border: 1px solid #d1d1d1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.package div.Layout-01 ul:last-child {
    margin-bottom: 0;
}

.package div.Layout-01 ul:nth-child(odd) {
    margin-bottom: 10px;
    clear: both;
}

.package div.Layout-01 ul li {
    padding: 15px;
}

.package div.Layout-01 li p:first-child {
    margin-bottom: 20px;
}

.package div.Layout-01 li p:nth-child(2),
.package div.Layout-01 li p:nth-child(3) {
    padding: 10px;
    border-radius: 3px;
    background: #eee;
    margin: 10px 0 0;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


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

  広告出稿

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

.Layout-03 {
    display: block;
}

.Layout-03 li {
    display: block;
    border-bottom: 1px dotted #d1d1d1;
    padding: 10px 0;
}

.Layout-03 li img {
    float: left;
    margin-right: 10px;
}

.Layout-03 li a.link_arrow {
    font-weight: bold;
    font-size: 1.1em;
}

.Layout-03 li p {
    padding: 10px 0;
    font-size: 0.9em;
}

ol.pointList {
    margin-bottom: 20px;
}

ol.pointList li {
    font-weight: 800;
    border: 1px solid #d1d1d1;
    line-height: 1.2;
    margin-bottom: 10px;
    border-radius: 30px;
    padding: 10px 15px;
    background:#F5F5F5;
}

.Layout-04 dl {
    border: 1px solid #d1d1d1;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.Layout-04 dl dt {
    font-weight: bold;
    background: #f5f5f5;
    border-bottom: 1px dotted #d1d1d1;
    padding: 3px 5px;
    margin-bottom: 10px;
}

.Layout-04 dl dd p {
    font-weight:800;
    margin-top:5px;
}

.Layout-04 dl dd ul:first-child {
    margin-bottom: 10px;
}

.Layout-04 dl dd ul li {
    display: block;
    width: 100%;
}



.Layout-04 dl dd ul li:before {
    content: attr(data-name)"";
    display: inline-block;
    word-break: keep-all;
    text-align: right !important;
    color: #9A9A9A;
    font-size: 0.9em;
}

.Layout-04 ul li a:hover,
.Layout-04 ul li a:active {
    text-decoration: underline;
}

table.TableAd {
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table.TableAd thead th {
    background: #666 !important;
    color: #fff;
    text-align: center;
}

table.TableAd tbody tr:nth-child(odd) {
    background: #f3f3f3;
}

table.TableAd tbody tr td:first-child {
    font-weight: bold;
}

table.TableAd tbody td p {
    text-align: left;
}

table.TableAd tbody tr td dl dt {
    font-weight: bold;
}

table.TableAd tbody tr td ul {
    padding-left: 15px;
}

table.TableAd tbody tr td ul li {
    text-align: left;
    list-style: square;
}


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

  採用情報

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

ul.Voice li {
    float: left;
    display: block;
    width: 235px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.Voice li:nth-child(2),
ul.Voice li:nth-child(5) {
    margin-right: 20px;
    margin-left: 20px;
}
ul.Voice li a img {
    border: 1px solid #d1d1d1;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.Voice li a img:hover {
    border: 1px solid #D71E17;
    transition: 0.3s;
}


div.Advice p {
    display: inline-block;
    line-height: 1.2em;
    font-size: 1.2em;
    margin-bottom: 15px;
    padding: 5px 10px;
    background: #82B727;
    color: #fff;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

div.Advice p {
    display: block;
}

div.Advice span {
    display: block;
    padding: 5px 0;
}

.Voice h3 {
    color: #333;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0;
    font-size: 1.3em;
}

.Voice p {
    display: inline-block;
    color: #888;
    margin: 0;
    padding: 0;
}

.Layout-05 dl {
    margin: 30px 0;
}

.Layout-05 dl dt {
    font-weight: bold;
    margin-bottom: 10px;
}

.Layout-05 dl dt:before {
    font-weight: bold;
    display: inline-block;
    font-size: 1.3em;
    margin-right: 10px;
    font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
}

.Layout-05 dl dt:before {
    color: #999;
    content: 'Q';
}

.Layout-05 dl dd {
    background: #f3f3f3;
    margin-bottom: 30px;
    margin-left: 25px;
    padding: 30px 20px;
    border-radius: 3px;
}

.Layout-05 img,
figure.bd1 img
 {
    border: 1px solid #d1d1d1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.Advice {
    display: block;
    padding: 20px;
    border-radius: 3px;
    border: 1px dotted #d1d1d1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.TimeLine {
    background: transparent url(//www.sankei-digital.co.jp/test/20130613_site/images/bg_voice_dotted.png) 10% 0 repeat-y;
}

.TimeLine li {
    border-radius: 3px;
    margin: 10px 10px 25px;
    padding: 10px 10px 10px 110px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.T-0630 {
    background-image: url(//www.sankei-digital.co.jp/test/20130613_site/images/img_voice_0630.png);
}

.T-0830 {
    background-image: url(//www.sankei-digital.co.jp/test/20130613_site/images/img_voice_0830.png);
}

.T-0900 {
    background-image: url(//www.sankei-digital.co.jp/test/20130613_site/images/img_voice_0900.png);
}

.T-0915 {
    background-image: url(//www.sankei-digital.co.jp/test/20130613_site/images/img_voice_0915.png);
}

.T-1000 {
    background-image: url(//www.sankei-digital.co.jp/test/20130613_site/images/img_voice_1000.png);
}

.T-1100 {
    background-image: url(//www.sankei-digital.co.jp/test/20130613_site/images/img_voice_1100.png);
}

.T-1230 {
    background-image: url(//www.sankei-digital.co.jp/test/20130613_site/images/img_voice_1230.png);
}

.T-1330 {
    background-image: url(//www.sankei-digital.co.jp/test/20130613_site/images/img_voice_1330.png);
}

.T-1400 {
    background-image: url(//www.sankei-digital.co.jp/test/20130613_site/images/img_voice_1400.png);
}

.T-1500 {
    background-image: url(//www.sankei-digital.co.jp/test/20130613_site/images/img_voice_1500.png);
}

.T-1600 {
    background-image: url(//www.sankei-digital.co.jp/test/20130613_site/images/img_voice_1600.png);
}

.T-1630 {
    background-image: url(//www.sankei-digital.co.jp/test/20130613_site/images/img_voice_1630.png);
}

.T-1700 {
    background-image: url(//www.sankei-digital.co.jp/test/20130613_site/images/img_voice_1700.png);
}

.T-1900 {
    background-image: url(//www.sankei-digital.co.jp/test/20130613_site/images/img_voice_1900.png);
}

.T-1930 {
    background-image: url(//www.sankei-digital.co.jp/test/20130613_site/images/img_voice_1930.png);
}

.T-2000 {
    background-image: url(//www.sankei-digital.co.jp/test/20130613_site/images/img_voice_2000.png);
}

.Office ul li {
    padding-bottom: 10px;
    padding-right:10px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.Office ul li a img {
    width: 175px;
    height: auto;
}


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

  お問い合わせ

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

.ContactForm form table,
.ContactForm form table th,
.ContactForm form table td,
.ContactForm form {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ContactForm table {
    border-top: none;
    margin: 20px;
    width: 100%;
    border: 1px solid #d1d1d1;
    border-collapse: collapse;
}

.ContactForm table th,
.ContactForm table td {
    padding: 15px;
    border: 1px solid #d1d1d1;
}

.ContactForm table th {
    width: 30%;
    font-weight: normal;
    background: #f3f3f3;
}

.Require:after {
    display: inline-block;
    content: attr(data-name)"";
    background: #f00;
    color: #fff;
    font-size: 0.9em;
    line-height: 1.2em;
    padding: 3px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.ContactForm table td {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.ContactForm span.wpcf7-list-item {
  display: block;
}

.ContactForm span.wpcf7-list-item.first {
  margin-top:10px
}

.ContactForm span.wpcf7-list-item.last {
  margin-bottom:10px
}

.ContactForm table td input[type="text"],
.ContactForm table td input[type="email"],
.ContactForm table td textarea {
    /*outline: none;*/
    border: 1px solid #d1d1d1;
    padding: 10px;
    margin: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ContactForm table td ul {
    margin: 10px;
}

#BtnSubmit {
    padding: 15px 40px;
    margin: 0 5px;
    font-size: 1.2em;
    background: -moz-linear-gradient(top, #fff 0%, #ffbebe);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffbebe));
    color: #f13030;
    border: 1px solid #ff8383;
    border-radius: 3px;
    margin-top: 20px;
}

#BtnClear {
    padding: 15px 40px;
    font-size: 1.2em;
    margin: 0 5px;
    background: -moz-linear-gradient(top, #bbb 0%, #333);
    background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#333));
    color: #fff;
    border: 1px solid #a2a2a2;
    border-radius: 3px;
    margin-top: 20px;
}
#BtnSubmit:hover,
#BtnClear:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
}

.ContactForm table td input.FormTxt01 {
    width: 60%;
}

.ContactForm table td textarea.FormTxt02 {
    width: 95%;
    height: 200px;

}

.ContactForm table td input.FormTxt03 {}

.ContactForm table td input[type="text"].ErrorEmpty,
.ContactForm table td textarea.ErrorEmpty,
.ContactForm table td input[type="email"].ErrorEmpty {
    border: 1px solid #f00;
    background: #FFF4F4;
}

section .wpcf7-mail-sent-ng, section .wpcf7-aborted, section .wpcf7-validation-errors {
    border: 1px dotted #f00;
    margin : 2em 0 1em;
    background: #FFF4F4;
    padding: 15px;
    color: #f00;
}

section .wpcf7-mail-sent-ok {
  border: 1px dotted #398f14;
  margin : 2em 0 1em;
  background: #d6edb1;
  padding: 15px;
  color: #398f14;
}

section textarea.wpcf7-not-valid,
section input.wpcf7-not-valid,
section .agreement .wpcf7-not-valid .wpcf7-list-item
 {
  border: 1px solid #f00;
  background: #FFF4F4;
}

section .wpcf7-not-valid-tip {
  padding: 0 10px;
}


.ErrorMessage,.bd-red {
    border: 1px dotted #f00;
    background: #FFF4F4;
    padding: 15px;
}

.ErrorMessage span {
    display: block;
    color: #f00;
}

.ContactForm table td input.FormTxt01:focus::-webkit-input-placeholder { color: white; }
.ContactForm table td input.FormTxt01:focus:-moz-placeholder { color: white; }
.ContactForm table td input.FormTxt01:focus::-moz-placeholder { color: white; }
.ContactForm table td input.FormTxt01:focus:placeholder-shown { color: white; }

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

  ポリシー

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

.policy>ol,
.policy>dl {
    width: 100%;
    padding: 20px 0 20px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.policy>ol>li {
    list-style: decimal;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.policy>dl>dt {
    border-bottom: 1px dotted #d1d1d1;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.policy>dl>dd {
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.policy>dl>dd>p {
    margin-bottom: 20px;
}

.policy>ol>li>p {
    padding: 20px 0 20px 20px;
}

.policy>ol>li>ul,
.policy>dl>dd>ul {
    padding: 20px 0 20px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.policy>ol>li>ul>li,
.policy>dl>dd>ul>li {
    list-style: disc;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


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

  404

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

.NotFound h4 {
    font-size: 4em;
    line-height: 1em;
    color: #eee;
    font-weight: bold;
    margin-bottom: 50px;
}

.NotFound .SingleColumn,
.Thanks .SingleColumn {
    padding: 200px 100px;
}

.Confirm .SingleColumn {
    padding: 80px 200px 100px;
}

.NotFound .SingleColumn p,
.Thanks .SingleColumn p {
    margin-bottom: 20px;
}


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

  Thanks

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

.Thanks h4 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 30px;
}

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

  404 page

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

.error-404 {
  margin-bottom: 10em;
}


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

  smartphone

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

@media only screen and (max-width: 768px) {
    body {
        overflow: hidden;
    }
    #contents {
        display: block;
        padding: 0;
    }
    #LeftWrap {
        display: block;
        float: none;
        clear: both;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #LeftWrap section {
        margin-bottom: 20px;
        padding: 0;
    }
    #LeftWrap section:last-child {
        margin-bottom: 0;
    }
    #LeftWrap section img,
    .SingleColumn img {
        width: 100%;
        max-width: 500px;
        height: auto;
        margin-bottom: 3px;
    }
    #LeftWrap>section>p:not(.link_area),
    .error-404 > p,
    #LeftWrap>section>figure,
    #LeftWrap>section>dl {
        padding: 0 10px !important;
    }
    #LeftWrap>section>table {
        width: 100%;
        border-collapse: collapse;
    }
    #LeftWrap section .TableLayout,
    .Layout-05 {
        padding: 0 10px;
    }
    #LeftWrap section img.w-auto {
        width: auto;
    }
    #BreadLinks {
        display: block;
        padding: 10px 5px;
        border-bottom: 1px dotted #d1d1d1;
    }
    .business #LeftWrap section table,
    table.OpenTable {
        border: none;
    }
    .business #LeftWrap section table tr,
    table.OpenTable tr {
        display: block;
        margin-bottom: 1.5em;
    }
    .business #LeftWrap section table tr:last-child,
    table.OpenTable tr:last-child {
        margin-bottom: 0;
    }
    .business #LeftWrap section table th,
    table.OpenTable th {
        border-bottom: none;
    }
    .business #LeftWrap section table th,
    .business #LeftWrap section table td,
    table.OpenTable th,
    table.OpenTable td {
        display: list-item;
    }
    #LeftWrap section table th.th_ttl {
        font-weight: bold;
        line-height: 1em;
        margin-bottom: 15px;
        padding: 3px 0;
        border: none;
        border-bottom: 1px dotted #d1d1d1;
        background: #fff;
    }

    img.signature_ceo {
        width: auto !important;
    }
    .GoogleMap {
        width: 95%;
        margin: 0 auto;
    }
    .GoogleMap iframe {
        height: 250px;
    }
    #LeftWrap section .img_inline {
        text-align: center;
    }
    #LeftWrap section p.img_inline img {
        display: block;
        margin: 0 auto 15px auto;
    }
    .news ul {
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .news .navigation {
        margin: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .news .navigation .nav-links a:after {
      top: 60%;
      margin-top: -9px;
    }

    .news ul li {
        padding: 15px 0;
        border-bottom: 1px dotted #d1d1d1;
    }

    .news ul li span {
        display: block;
    }

    .news ul li:first-child {
        /* border-top: 1px dotted #d1d1d1; */
    }
    article .entry-content {
      margin: 40px 10px;
    }

    article .post-thumbnail {
      margin-top:40px;
    }
    body.corporat table th,
    body.map table th,
    table.history th {
        word-break: keep-all;
    }
    .tbl_PV {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .tbl_PV table tbody tr th:nth-child(n+2) {
        background-color: #fff !important;
    }
    .tbl_PV table tbody tr td:nth-child(1) {
        background: #eee;
    }
    p.icn-App {
        text-align: center;
    }
    div.Layout-01,
    div.Layout-03,
    div.Layout-05 {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
    }
    .manage div.Layout-01 dl,
    div.Layout-01 dl {
        float: none;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        border: none;
    }
    .manage div.Layout-01 dl:last-child {
        margin-bottom: 0;
    }
    div.Layout-01 dl dt {
        border-top: 1px solid #d1d1d1;
    }
    div.Layout-01 dl dd {
        font-size: 1em;
    }
    div.Layout-01 dl dd img:not(.icn-GooglePlay) {
        width: 100% !important;
        margin: 0 auto;
    }
    .app div.Layout-01 dl dd img:first-child {
        float: none;
        margin: 0 auto;
    }
    .app div.Layout-01 dl dd p {
        padding-bottom: 10px;
    }
    .app div.Layout-01 dl dd p.icn-App {
        text-align: center;
        padding: 10px 0;
        margin: 0 auto;
    }
    .app div.Layout-01 dl dd p.icn-App a {
        margin: 0 auto;
        padding: 0;
    }
    div.TableLayout,
    div.Layout-04 {
        padding: 0 10px;
        margin: 0;
    }
    div.TableLayout table {
        margin: 0;
        padding: 0;
    }
    table.tb_mobile tbody tr td:nth-child(n+2) {
        width: 13%
    }
    ul.slider-cell {
        width: 100%;
    }
    ul.Layout-03 {
        padding: 0 10px !important;
    }
    .Layout-03 li img {
        width: 30% !important;
        min-width: 150px;
    }
    table.TableAd {
        border: none !important;
        text-align: left;
    }
    table.TableAd tr {
        display: block;
        margin-bottom: 20px;
        border: none;
        background-color: transparent !important;
    }
    table.TableAd thead,
    table.TableAd th {
        display: none;
    }
    table.TableAd tr td {
        padding: 5px 0;
        display: block;
        border: none !important;
    }
    table.TableAd tbody:not(.onlyAd) tr td:not(:first-child):before {
        content: attr(data-name)"";
        display: block;
        font-weight: bold;
        padding: 3px;
        margin-bottom: 5px;
        border-bottom:1px dotted #d1d1d1;
    }
    table.TableAd tr td:last-child {
        margin-top: 5px;
    }
    table.TableAd tbody tr td:first-child {
        margin-bottom: 10px;
        padding: 3px 0 0 5px !important;
        /*font-weight: bold;*/
        /*font-size: 1.2em !important;*/
        border-bottom: 1px dotted #d1d1d1 !important;
        background-color: #F5F5F5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .package div.Layout-01 ul {
        border: none;
    }
    .package div.Layout-01 ul li {
        padding: 0 10px;
    }
    ul.Voice {
        text-align: center;
    }

    .Voice {
        margin: 0 10px 20px;
        width: auto;
    }
    .Voice img {
        margin: 10px;
        float: none;
    }
    .Voice span,
    div.Advice p {
        display: block;
        width: 100%;
        clear: both;
        margin-bottom: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    ul.TimeLine {
        background: transparent url(//www.sankei-digital.co.jp/test/20130613_site/images/bg_voice_dotted.png) 50% 0 repeat-y;
    }
    .TimeLine li {
        padding: 45px 10px 10px 10px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: 5px 10px;
    }
    .Office ul li {
        padding: 10px;
    }
    ul.Layout-05 li:first-child {
        margin-right: 0;
    }
    .Layout-05 dl,
    div.Advice {
        margin: 0 10px;
    }
    .Layout-05 dl dd {
        margin-left: 0;
    }
    .policy {
        -ms-word-break: break-all;
        word-break: break-all;
    }
    .policy>p {
        padding: 10px;
    }
    .policy>ol,
    .policy>dl {
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .policy>ol>li,
    .policy>dl>dt,
    .policy>dl>dd {
        margin: 0 10px 20px 10px;
    }
    .policy>ol>li {
        margin-left: 25px;
    }
    .policy>ol>li>p {
        padding: 20px 0 20px 20px;
    }
    .policy>ol>li>ul,
    .policy>dl>dd>ul {
        width: 80%;
        margin: 10px auto;
        padding: 10px;
    }
    .policy>ol>li>ul>li,
    .policy>dl>dd>ul>li {
        list-style: disc;
        margin-bottom: 10px;
    }
    .ContactForm table,
    .ContactForm table tbody,
    .ContactForm table tbody tr,
    .ContactForm table tbody tr th,
    .ContactForm table tbody tr td {
        display: block;
        margin: 0;
        padding: 0;
        border: none !important;
    }
    .ContactForm table {
        width: 100%;
    }
    .ContactForm table th,
    .ContactForm table td {
        margin: 10px;
        width: 100%;
    }
    .ContactForm table td input.FormTxt01,
    .ContactForm table td input.FormTxt02 {
        width: 95%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #RightWrap {
        display: block;
        margin: 0;
        padding: 20px 10px 0;
        width: 100%;
        position: static;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #RightWrap ul li {
        display: block;
        margin-bottom: 5px;
        padding: 5px 10px;
        border: 1px solid #d1d1d1;
        border-radius: 3px;
        cursor: pointer;
        box-shadow:0px 0px 2px 2px #f6f6f6;
-moz-box-shadow:0px 0px 2px 2px #f6f6f6;
-webkit-box-shadow:0px 0px 2px 2px #f6f6f6;
    }
    #RightWrap ul li:last-child {
        margin-bottom: 0;
    }
    .NotFound h4 {
        font-size: 3em;
    }
    .NotFound .SingleColumn,
    .Confirm .SingleColumn,
    .Thanks .SingleColumn {
        padding: 50px 10px;
    }
    .SingleColumn table {
        border: none !important;
    }
    .SingleColumn table td {
        border-width: 0 1px 1px !important;
        margin-bottom: 20px;
    }
    .SingleColumn table th {
        font-weight: bold;
    }
    .SingleColumn table th,
    .SingleColumn table td {
        display: block;
    }
}
