@charset "UTF-8";
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  font-family: "メイリオ", Meiryo, Osaka, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  Helvetica,Arial,sans-serif;
  line-height: 1.1;
	color: #999;

}

body {
    min-width: 950px;
    background-color: #000;
    color: #fff;
    padding-top: 130px;
}
@media screen and (max-width: 820px) {
body {
    min-width: 100%;
    background-color: #000;
    color: #fff;
    padding-top: 0;
}
}
a {
  text-decoration: none;
  color: #fff;
}

h1 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*------------------------------------------------------------
	Text Format
------------------------------------------------------------*/
/* text position */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

/* font weight */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	adjustment class ※ no use frequently
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

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

/*------------------------------------------------------------
	for tracking tag
------------------------------------------------------------*/
.trackTags {
  display: none;
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
  margin: 0 !important;
}

#container {
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
}

.l-main {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.l-main:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #000;
}

#header {
  background-color: #efefef;
  position: relative;
}

#header h1 {
  font-size: 1.1rem;
  font-weight: normal;
}

/*------------------------------------------------------------
	Breadcrumbs
------------------------------------------------------------*/
#breadcrumbs{
  display: flex;
}
#homepage .c-breadcrumb{
  padding: 0;
}


#pagePath li {
  display: inline;
}

/*------------------------------------------------------------
	Navi
------------------------------------------------------------*/
#gNavi li {
  background-color: #efefef;
  float: left;
}

#gNavi li a {
  display: block;
  text-decoration: none;
  text-align: center;
}

/*------------------------------------------------------------
	Breadcrumbs
------------------------------------------------------------*/
#breadcrumbs{
  display: flex;
}
#homepage .c-breadcrumb{
  padding: 0;
}


#pagePath li {
  display: inline;
}

/*------------------------------------------------------------
	contentc
------------------------------------------------------------*/
#conts {
  float: left;
}

.l-container {
  width: 950px;
  margin: auto;
}
.top_news_cont{
  width: 910px;
  margin: 15px auto;
  border: 1px solid #666;
  padding: 30px 20px 10px;
}

@media screen and (max-width: 820px) {
  .l-container {
    width: 100%;
  }
  .top_news_cont{
    width: 90%;
    margin: 15px auto;
    padding: 15px 2.5%;
  }
}

/*------------------------------------------------------------
	side
------------------------------------------------------------*/
#sideBar {
  background-color: #efefef;
  float: right;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
  background-color: #efefef;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
.pc-only {
  display: block;
}

@media screen and (max-width: 820px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 820px) {
  .sp-only {
    display: block;
  }
}

/*------------------------------------------------------------
	Top page
------------------------------------------------------------*/
.c-header {
  padding: 7px 0 0 0;
}

@media screen and (max-width: 820px) {
  .c-header {
    padding: 0;
  }
}

@media screen and (max-width: 820px) {
  .c-header_sp {
    top: 0;
    width: 100%;
    position: fixed;
    background-color: #000;
    z-index: 100;
  }
}

.content_header1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 7px;
}

@media screen and (max-width: 820px) {
  .content_header1 {
    padding: 10px 0;
    width: 95%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 820px) {
  .logo_image {
    width: 90px;
  }
}

p.language {
  text-align: right;
  margin-top: 2px;
  padding-right: 0;
}

p.language a {
  font-size: 12px;
  color: #aaa;
  text-decoration: none;
}

p.language a:first-child:after {
  content: '|';
  margin: 0 9px;
}

@media screen and (max-width: 820px) {
  p.language a:first-child:after {
    margin: 0 5px;
  }
}

@media screen and (max-width: 820px) {
  p.language {
    margin-top: 15px;
  }
  p.language a {
    font-size: 10px;
  }
}

.social {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  z-index: 99;
}

@media screen and (max-width: 820px) {
  .social-items {
    border-top: solid 1px #999;
    padding: 25px 0 50px;
  }
}

.social-items a.icon-social {
  display: block;
  margin-bottom: 20px;
}

.social-items a.icon-social img {
  -webkit-box-shadow: 2px 2px 10px #000;
          box-shadow: 2px 2px 10px #000;
}

.social-items a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 820px) {
  .social-items {
    text-align: center;
  }
  .social-items a.icon-social {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 25px;
  }
  .social-items a:last-child {
    margin-right: 0;
  }
  .social-items a:last-child img {
    vertical-align: -webkit-baseline-middle;
  }

  .social-items2 {
    border-top: none;;
    padding: 0;
    text-align: right;
    margin-top: -8px;
  }
  .social-items2 a.icon-social {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
	width: 18px;
  }
  .social-items2 a:last-child {
    margin-right: 25px;
  }
  .social-items2 a:last-child img {
    
  }
}

.social_sp {
  width: 95%;
  margin: auto;
}

.c-gnav {
  background-color: #111;
  padding: 10px 0;
}

@media screen and (max-width: 820px) {
  .c-gnav {
    padding: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999;
    right: 0;
    top: 0;
    display: none;
    overflow-y: scroll;
  }
}

.c-gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.c-gnav ul li {
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  border-left: solid 1px #999;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 3px;
}

.c-gnav ul li a {
  display: block;
}

.c-gnav ul li a.nav-its {
  font-family: 'Archivo Black', sans-serif;
  font-style: italic;
  text-decoration: none;
}

.c-gnav ul li a.nav-its_eng {
  font-family: 'Archivo Black', sans-serif;
  font-style: italic;
  padding: 11px 0;
  text-decoration: none;
}

.c-gnav ul li span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  font-family: unset;
  font-style: normal;
}

.c-gnav ul li:last-child {
  border-right: solid 1px #fff;
}

.c-gnav ul li a:hover {
  background-color: #666;
}

@media screen and (max-width: 820px) {
  .c-gnav ul li.itsNav:hover {
    background: none !important;
  }
  .c-gnav ul li a:hover {
    background: none;
  }
}

@media screen and (max-width: 820px) {
  .c-gnav ul {
    display: block;
    width: 95%;
  }
  .c-gnav ul li {
    width: 100%;
    border-left: none;
    text-align: left;
    border-top: solid 1px #999;
    font-size: 17px;
  }
  .c-gnav ul li a {
    width: 95%;
    margin: auto;
    padding: 10px 0;
  }
  .c-gnav ul li a:after {
    content: '';
    background-image: url(http://www.tomsracing.co.jp/english/wp-content/themes/tomsracing/assets/img/common/arrow-right.png);
    background-size: 100%;
    width: 8px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-gnav ul li a.nav_click:after {
    background-image: none;
  }
  .c-gnav ul li:last-child {
    border-right: none;
  }
}

ul.sub_nav {
  position: absolute;
  display: block;
  background-color: #111;
  padding: 10px 0;
  z-index: 99;
}

@media screen and (max-width: 820px) {
  ul.sub_nav {
    display: none;
    position: relative;
    width: 97%;
    background-color: inherit;
    padding: 0;
    margin-left: 3%;
  }
  ul.sub_nav li {
    padding: 0;
    width: 100%!important;
  }
  ul.sub_nav li a {
    width: 100%;
  }
}

ul.sub_nav li {
  border-left: none;
  padding: 0!important;
  width: 150px;
  display: block;
}

ul.sub_nav li a {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 820px) {
  ul.sub_nav li a {
    font-size: 14px;
  }
}

ul.sub_nav li:last-child {
  border-right: none;
}

.nav_sp.on span:after {
  height: 0;
  width: 0;
}

@media screen and (max-width: 820px) {
  .nav_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav_sp a {
    width: 90% !important;
  }
}

@media screen and (max-width: 820px) {
  .icon_nav {
    width: 16px;
    height: 16px;
    border: solid 1px #fff;
    margin-top: 25px;
    position: relative;
  }
  .engnv {
    margin: 12px 0;
  }
  .icon_nav span:before, .icon_nav span:after {
    content: '';
    background-color: #fff;
    display: block;
    position: absolute;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .icon_nav span:before {
    width: 10px;
    height: 2px;
  }
  .icon_nav span:after {
    height: 10px;
    width: 2px;
  }
}

.c-gnav ul li.is_clicked ul.sub_nav {
  position: relative;
}

.f-nav {
  position: fixed;
  z-index: 9999;
}

.open_nav {
  width: 17px;
  padding: 5px 0;
  cursor: pointer;
}

@media screen and (max-width: 820px) {
  .close-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0 20px;
    width: 95%;
    margin: auto;
  }
}

.close-nav_img {
  width: 17px;
  cursor: pointer;
}

.menu_ft_sp {
  padding-bottom: 100px;
}

.menu_ft_sp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}

.menu_ft_sp ul li {
  width: auto;
  text-align: center;
  border: none;
}

.menu_ft_sp ul li a {
  font-size: 11px;
  padding: 0;
  width: auto;
  text-decoration: underline;
}

.menu_ft_sp ul li a:after {
  content: none;
}

/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
.c-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}

@media screen and (max-width: 820px) {
  .c-footer {
    display: block;
    padding-bottom: 30px;
  }
}

.c-nav_footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-nav_footer ul li a {
  font-size: 10px;
  line-height: 12px;
  text-decoration: none;
}

.c-nav_footer ul li:after {
  content: '|';
  margin: 0 15px;
}

.c-nav_footer ul li:last-child:after {
  content: '';
}

.c-copyright {
  text-align: center;
  font-size: 9px;
  color: #999;
}

.c-copyright:before {
  content: "\00a9";
}

/*------------------------------------------------------------
	Page
------------------------------------------------------------*/
.c-breadcrumb {
  padding: 7px 0;
  background-color: #333;
}

@media screen and (max-width: 820px) {
  .c-breadcrumb {
    font-size: 10px;
    padding: 5px 0;
    margin-top: 45px;
  }
}

.c-breadcrumb a {
  color: #ccc;
  text-decoration: underline;
  font-size: 11px;
  line-height: 12px;
}

@media screen and (max-width: 820px) {
  .c-breadcrumb a {
    font-size: 10px;
  }
}

.c-breadcrumb span.bread3 {
  color: #fff;
}

.c-breadcrumb span.bread3:after {
  content: '';
}

.c-breadcrumb li:after {
  content: '>';
  margin: 0 10px;
}

.c-breadcrumb li:last-child:after{
  content: '';
}

@media screen and (max-width: 820px) {
  .c-breadcrumb span:after {
    margin: 0 5px;
  }
}

.c-breadcrumb a.bread_pages {
  text-decoration: none;
}

@media screen and (max-width: 820px) {
  .content_boxs {
    width: 95%;
    margin: auto;
  }
}
.breadcrumb{
  width: 950px;
  margin: 0 auto;
}
.contents_philosophy {
  padding: 50px 0 640px;
  background-image: url(../../century%20-%20Copy/img/page/company/philosophy_banner.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1400px auto;
}

@media screen and (max-width: 820px) {
  .breadcrumb{
    width: 100%;
    margin: 0 auto;
  }
  .contents_philosophy {
    background: none;
    padding: 30px 0 70px;
  }
}

.maintitle_philosophy {
  text-align: center;
}

.maintitle_philosophy h1{
  font-size: 50px;
  margin-bottom:30px;
}

.maintitle_philosophy .title_image {
  padding-bottom: 45px;
}

.maintitle_philosophy p {
  font-size: 14px;
  line-height: 1.6;
  text-shadow: 0px 0px 3px #000;
  margin: 0 0 15px 0;
}

.maintitle_philosophy b {
  font-size: 20px;
  line-height: 1.6;
  text-shadow: 0px 0px 3px #000;
  margin: 0 0;
}

/*
.maintitle_philosophy h1{
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 45px;
}

.maintitle_philosophy .title_image {
  padding-bottom: 45px;
}

.maintitle_philosophy p {
  font-size: 12px;
  line-height: 18px;
  text-shadow: 0px 0px 3px #000;
  padding-right: 0;
  margin-bottom: 20px;
}
*/
@media screen and (max-width: 820px) {
  .maintitle_philosophy {
    text-align: left;
  }
  .maintitle_philosophy h1{
    font-size: 20px;
    text-align: center;
    margin: 0;
  }
  .maintitle_philosophy p {
    width: 95%;
    font-size: 12px;
    margin: auto;
    padding-top: 40px;
  }
  .maintitle_philosophy b {
    font-size: 16px;
    line-height: 1.6;
    text-shadow: 0px 0px 3px #000;
    margin: 0 0;
  }
  .maintitle_philosophy .title_image {
    padding: 0;
    width: 90%;
    margin: auto;
  }
  .maintitle_philosophy .image-philosophy img {
    width: 100%;
  }
}

.c-flame-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
}

@media screen and (max-width: 820px) {
  .c-flame-conts {
    display: block;
    margin-bottom: 40px;
  }
}

.c-flame_left {
  width: 58%;
}

@media screen and (max-width: 820px) {
  .c-flame_left {
    width: 95%;
    margin: auto;
    margin-top: 25px;
  }
}

.title_flame {
  font-size: 22px;
  border-bottom: solid 1px #888;
  padding-bottom: 5px;
  margin-bottom: 12px;
}
.title_flame p{
	display: inline-block;
}

@media screen and (max-width: 820px) {
  .title_flame {
    font-size: 17px;
    padding-bottom: 7px;
    margin-bottom: 12px;
  }
}

.text_flame {
  font-size: 12px;
  line-height: 22px;
}

@media screen and (max-width: 820px) {
  .text_flame {
    line-height: 18px;
  }
}

.c-flame-right {
  width: 38%;
}

@media screen and (max-width: 820px) {
  .c-flame-right {
    width: 100%;
  }
  .c-flame-right img {
    width: 100%;
  }
}

.c-flame-left1 {
  width: 52%;
}

@media screen and (max-width: 820px) {
  .c-flame-left1 {
    width: 100%;
  }
  .c-flame-left1 img {
    width: 100%;
  }
}

.c-flame_right2 {
  width: 44%;
}

@media screen and (max-width: 820px) {
  .c-flame_right2 {
    width: 95%;
    margin: auto;
    margin-top: 25px;
  }
}

.c-flame2 {
  margin-bottom: 130px;
}

@media screen and (max-width: 820px) {
  .c-flame2 {
    margin-bottom: 60px;
  }
}

/*------------------------------------------------------------
	Company Business
------------------------------------------------------------*/
.c-main-title {
  padding: 30px 0 40px;
}

.c-main-title p {
  font-size: 15px;
  line-height: 22px;
}

@media screen and (max-width: 820px) {
  .c-main-title {
    padding: 20px 0 25px;
  }
  .c-main-title p {
    font-size: 12px;
    line-height: 19px;
  }
}

.c-flame_business {
  background-image: url(../../century%20-%20Copy/img/page/company/business_img1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  background-color: #222;
  margin-bottom: 80px;
}

.c-flame_business:last-child {
  margin-bottom: 90px;
}

.c-flame_business:nth-child(2) {
  background-image: url(../../century%20-%20Copy/img/page/company/business_img2.png);
  background-position: left;
}

@media screen and (max-width: 820px) {
  .c-flame_business:nth-child(2) {
    background: none;
  }
}

.c-flame_business:nth-child(2) .container_business {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-flame_business:nth-child(2) .c-flame_txts {
  text-align: right;
}

@media screen and (max-width: 820px) {
  .c-flame_business:nth-child(2) .c-flame_txts {
    text-align: left;
  }
}

.c-flame_business:last-child {
  background-image: url(../../century%20-%20Copy/img/page/company/business_img3.png);
}

@media screen and (max-width: 820px) {
  .c-flame_business:last-child {
    background: none;
  }
}

@media screen and (max-width: 820px) {
  .c-flame_business {
    background: none;
    margin-bottom: 50px;
  }
  .c-flame_business:last-child {
    margin-bottom: 50px;
  }
}

.container_business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 820px) {
  .container_business {
    display: block;
  }
}

@media screen and (max-width: 820px) {
  .c-flame_image img {
    width: 100%;
  }
}

.c-flame_txts {
  padding: 20px 1% 25px;
  width: 60%;
}

.c-flame_txts h2 {
  font-size: 22px;
  line-height: 44px;
}

.c-flame_txts p {
  font-size: 12px;
  line-height: 18px;
}

.c-flame_txts p.eng {
  font-size: 11px;
  line-height: 18px;
  text-shadow: 1px 1px 2px black;
}

.c-flame_txts p span {
  display: inline-block;
}

.c-flame_txts p a {
  text-decoration: underline;
}

@media screen and (max-width: 820px) {
  .c-flame_txts {
    width: 95%;
    margin: auto;
    padding: 20px 0 0 0;
  }
  .c-flame_txts h2 {
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  .c-flame_txts p span {
    display: inline;
  }
}

/*------------------------------------------------------------
	Company Library
------------------------------------------------------------*/
.c-slider_library {
  margin-bottom: 80px;
}

@media screen and (max-width: 820px) {
  .c-slider_library {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 820px) {
  .tit_slider {
    font-size: 20px;
  }
}

.c-entry {
  margin-bottom: 70px;
}

@media screen and (max-width: 820px) {
  .c-entry {
    margin-bottom: 60px;
  }
}

.c-entry_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 820px) {
  .c-entry_image {
    display: block;
  }
}

.c-entry_image p.image_conts:first-child {
  padding-bottom: 3px;
}

p.image_conts {
  width: 49.5%;
  padding-right: 0;
}

p.image_conts img {
  width: 100%;
}

@media screen and (max-width: 820px) {
  p.image_conts {
    width: 100%;
  }
}

.c-lib_text {
  padding-top: 15px;
}

.c-lib_text p {
  font-size: 12px;
  line-height: 18px;
}

.c-text_library {
  margin-bottom: 95px;
}

@media screen and (max-width: 820px) {
  .c-text_library {
    width: 95%;
    margin: 0 auto 50px;
  }
}

.text_library_conts {
  font-size: 12px;
  line-height: 18px;
}

.text_library_conts span {
  display: block;
}

.text_library_conts span.note_list {
  color: #ff0000;
  margin: 15px 0 0 15px;
}

@media screen and (max-width: 820px) {
  .text_library_conts span.note_list {
    margin-left: 0;
  }
}

.text_library_conts p, .text_library_conts ul.list1, .text_library_conts li.its_list1 {
  margin-bottom: 20px;
}

ul.list1 li.its_list1 {
  margin-left: 15px;
}

ul.list1 li.its_list1 ul {
  /*list-style-type: disc;*/
  padding-left: 15px;
}

ul.list1 li.its_list1 a {
  text-decoration: underline;
}

@media screen and (max-width: 820px) {
  ul.list1 li.its_list1 {
    margin-left: 0;
  }
}

ul.list2 {
  /*list-style-type: disc;*/
  padding-left: 15px;
}

ul.list2 li {
  margin-left: 15px;
}

@media screen and (max-width: 820px) {
  ul.list2 li {
    margin-left: 0;
  }
}

.flame_library_map {
  margin-bottom: 110px;
  width: 46%;
  float: left;
}

@media screen and (max-width: 820px) {
  .flame_library_map {
    width: 95%;
    margin: 0 auto 60px;
    float: none;
  }
}

.c-flame_left_library_map {
  width: 100%;
}

@media screen and (max-width: 820px) {
  .c-flame_left_library_map {
    width: 100%;
    padding-top: 20px;
  }
  .c-flame_left_library_map img {
    width: 100%;
  }
}

.c-flame_right_library_map {
  width: 52%;
  float: right;
  margin-left: 2%;
}

@media screen and (max-width: 820px) {
  .c-flame_right_library_map {
    width: 95%;
    margin:0 auto;
    float: none;
  }
}

.c-flame .flame_access_left {
  width: 100%;
}

.c-flame .flame_access_left .map{
  height: 300px;
  width: 100%;
}

.text_flame_library a {
  padding-left: 10px;
  text-decoration: underline;
}

@media screen and (max-width: 820px) {
  .text_flame_library a {
    display: inline-block;
    padding: 0;
  }
}

.bx-wrapper {
  margin-bottom: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media screen and (max-width: 820px) {
  .bx-wrapper .bx-controls-direction a {
    width: 12px !important;
    height: 14px !important;
    background-size: 100% !important;
    z-index: 98 !important;
  }
}

.bx-wrapper .bx-prev {
  background: url(../../century%20-%20Copy/img/page/company/prev.png) no-repeat  !important;
  left: 20px !important;
}

@media screen and (max-width: 820px) {
  .bx-wrapper .bx-prev {
    left: 10px !important;
  }
}

.bx-wrapper .bx-next {
  background: url(../../century%20-%20Copy/img/page/company/next.png) no-repeat  !important;
  right: 20px !important;
}

@media screen and (max-width: 820px) {
  .bx-wrapper .bx-next {
    right: 10px !important;
  }
}

.bx-wrapper .bx-pager {
  bottom: 10px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff !important;
}

@media screen and (max-width: 820px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 5px !important;
    height: 5px !important;
  }
}

/*------------------------------------------------------------
	Company-access page
------------------------------------------------------------*/
.table_access{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.table_access table{
  width: 60%;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  border-collapse: collapse;
  border-spacing: 0;
}
.table_access table tr{
  border-top: solid 1px #555;
}
.table_access table tr:last-child{
  border-bottom: solid 1px #555;
}
.table_access table tr th{
  background: #333;
  padding: 7px 15px;
  width: auto;
  white-space: nowrap;
  text-align: center;
}
.table_access table tr td{
  padding: 7px 10px;
}
@media screen and (max-width: 820px){
  .table_access table{
    width: 100%;
  }
  .table_access table tr th{
    padding: 9px 5px;
  }
}
/**/
.c-flame_access {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 820px) {
  .c-flame_access {
    display: block;
    width: 95%;
    margin: auto;
    padding-bottom: 25px;
  }
}

.c-flame_access:nth-child(3) {
  padding-bottom: 80px;
}

@media screen and (max-width: 820px) {
  .c-flame_access:nth-child(3) {
    padding-bottom: 30px;
  }
}

.c-flame_access:last-child {
  padding-bottom: 100px;
}

@media screen and (max-width: 820px) {
  .c-flame_access:last-child {
    padding-bottom: 70px;
  }
}

.flame_access_right {
  width: 48%;
}

@media screen and (max-width: 820px) {
  .flame_access_right, .flame_access_left {
    width: 100% !important;
  }
}

.title_flame_access {
  margin-bottom: 10px;
  padding-bottom: 5px;
}

@media screen and (max-width: 820px) {
  .title_flame_access {
    font-size: 15px;
  }
}

.text_flame_access {
  line-height: 18px;
}

.text_flame_access p {
  display: inline-block;
  padding: 0;
}

.text_flame_access p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #676767;
          text-decoration-color: #676767;
}

.text_flame_access p:last-child {
  padding-left: 25px;
}

@media screen and (max-width: 820px) {
  .text_flame_access {
    width: 100%;
/*    width: 69%; */
  }
  .text_flame_access p {
    display: block;
  }
  .text_flame_access p:last-child {
    padding: 0;
  }
}

p.image_flame {
  padding-top: 25px;
  text-align: right;
}

@media screen and (max-width: 820px) {
  p.image_flame {
    padding: 0;
    width: 27%;
  }
}

.flame_access1 span {
  color: #ff0000;
  display: block;
  position: relative;
}

.flame_access2 span {
  color: #ff0000;
  display: block;
  font-weight: bold;
  position: relative;
  padding-left: 12px;
}

.flame_access2 span:before {
  content: '※';
  position: absolute;
  left: 0;
}

.flame_access_left {
  width: 50%;
}

.flame_access_left .map{
  height: 300px;
  width: 100%;
}

.flame_access_left img {
  width: 100%;
}

@media screen and (max-width: 820px) {
  .conts-flame_access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.txts-cont_info {
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 820px) {
  .txts-cont_info {
    width: 69%;
    display: block;
  }
}

p.txts_info_access, p.txts_info_access2 {
  display: inline;
}

@media screen and (max-width: 820px) {
  p.txts_info_access, p.txts_info_access2 {
    display: block;
  }
}

p.txts_info_access2 {
  padding-left: 10px;
}

@media screen and (max-width: 820px) {
  p.txts_info_access2 {
    padding: 0;
  }
}

.link-info a {
  text-align: right;
  display: block;
  text-decoration: underline;
}

@media screen and (max-width: 820px) {
  .link-info a {
    padding-top: 10px;
  }
}

/*------------------------------------------------------------
	Company-news page
------------------------------------------------------------*/
.news-company {
  padding: 45px 0 60px !important;
  border-bottom: solid 1px #888;
}

@media screen and (max-width: 820px) {
  .news-company {
    padding: 25px 0 30px !important;
  }
}

table.list-news_company {
  margin-bottom: 25px;
}

table.list-news_company tr {
  padding-bottom: 25px !important;
}

@media screen and (max-width: 820px) {
  table.list-news_company{
    margin-bottom: 20px;
  }
  table.list-news_company tr {
    padding-bottom: 17px !important;
  }
  table.list-news tr td:first-child{
    float: left;
    clear: both;
    line-height: 18px;
  }
}

table.list-news_company tr:last-child {
  padding-bottom: 0 !important;
}

table.list-news_company tr:nth-child(4), table.list-news_company tr:nth-child(9) a {
  line-height: 19px;
}

.c-pagination {
  padding: 50px 0 110px;
}

@media screen and (max-width: 820px) {
  .c-pagination {
    padding: 25px 0 40px;
  }
}

ul.list-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.list-pagination li {
  margin-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.list-pagination li a {
  border: solid 1px #fff;
  display: block;
  font-size: 12px;
  line-height: 30px;
  padding: 0 11px;
}

ul.list-pagination li a:hover {
  background-color: #fff;
  color: #000;
}

ul.list-pagination li:first-child {
  margin: 0;
}

ul.list-pagination li.active {
  background-color: #fff;
}

ul.list-pagination li.active a {
  color: #000;
  font-weight: bold;
}

ul.list-pagination li.prev a, ul.list-pagination li.next a {
  border: none;
}
li.next{
  position: absolute;
  right: 0;
}

@media screen and (max-width: 820px) {
  ul.list-pagination li {
    margin-left: 7px;
  }
}

/*add-*/
.page-numbers{
  font-size: 12px;
  border: solid 1px #fff;
  line-height: 30px;
  padding: 0 12px;
  margin: 0 5px;
  font-weight: bold;
}
.page-numbers:hover{
  background: #fff;
  color: #000;
}
.next, .prev {
  border: none;
}
.next:hover, .prev:hover {
  background: transparent;
  color: #fff;
}


.current{
  background: #fff;
  color: #000;
}

/*------------------------------------------------------------
	Company-news_detail page
------------------------------------------------------------*/
.c-contents_news h2{
    font-size: 15px;
    border: solid 1px;
    display: inline-block;
    padding: 5px;
    line-height: 18px;
}
.c-contents_news a{
  text-decoration: underline;
}

.c-contents_news p{
  font-size: 12px;
  line-height: 18px;
  padding-right: 0;
  margin: 10px 0;
}
.c-contents_news p+h2{
  margin-top: 20px;
}
.c-contents_news p img{
  margin-right: 10px;
  padding: 10px 0;
}

.c-contents_news .table_conts{
  font-size:11px;
  margin:15px 0;
}

.c-contents_news .txt-attention{
  color: #f52020;
}

.c-contents_news h3.center{
  text-align: center;
  font-size: 14px;
}
.c-contents_news table{
  width:100%;
  font-size:11px;
}

.c-contents_news table th{
  text-align: center;
  background: #404040;
  color: #FFFFFF;
  padding: 15px 10px;
}

.c-contents_news table td{
  padding: 10px 5px;
}

@media screen and (max-width: 820px) {
  .c-contents_news {
    width: 95%;
    margin: auto;
  }
  .c-contents_news p img{
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .c-contents_news table td{
    padding: 0;
  }
  .c-contents_news table td:nth-child(2) {
    padding-left: 10px;
  }
}

.c-news_details_conts {
  padding-top: 50px;
}

.c-news_details_conts h1 {
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: solid 1px #888;
}

@media screen and (max-width: 820px) {
  .c-news_details_conts {
    padding-top: 25px;
  }
  .c-news_details_conts h1 {
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}

.info-category {
  text-align: right;
}

.info-category p {
  display: inline-block;
  margin: 0 0 0 12px;
  line-height: 13px;
}
.info-category p img{
  padding: 0;
}

.info-category span {
  vertical-align: sub;
  line-height: 15px;
  font-size: 12px;
  color: #ccc;
}

@media screen and (max-width: 820px) {
  .info-category p {
    margin-left: 8px;
  }
  .info-category span {
    font-size: 11px;
  }
}

p.txts_news_detail {
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0 25px;
}

@media screen and (max-width: 820px) {
  p.txts_news_detail {
    margin: 15px 0 30px;
    font-size: 11px;
  }
}

.flame-sample_image {
  width: 92%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 820px) {
  .flame-sample_image {
    display: block;
    width: 75%;
  }
}

.sample_conts {
  width: 48%;
}

.sample_conts span {
  display: block;
  padding-top: 15px;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  text-align: center;
}

.sample_conts img {
  width: 100%;
}

.sample_conts img.ss {
  width: 45%;
  margin:0 auto;
}

table.img_ss{
  padding: 0 0;
  text-align: center;
}

table.img_ss td{
  padding: 10px 5px;
}

table.img_ss span {
    display: block;
    padding-top: 5px;
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 820px) {
  .sample_conts {
    width: 100%;
  }
  .sample_conts:last-child {
    padding-top: 25px;
  }
  .sample_conts span {
    font-size: 11px;
    padding-top: 10px;
  }
}

.entry-news_image {
  padding: 30px 0 60px;
}

@media screen and (max-width: 820px) {
  .entry-news_image {
    padding: 30px 0 40px;
  }
}

.sample_conts2 {
  width: 92%;
  margin: auto;
}

@media screen and (max-width: 820px) {
  .sample_conts2 {
    width: 100%;
    padding: 0 !important;
  }
  .sample_conts2 img {
    width: 100%;
  }
}

.c-video_news {
  padding: 0 0 55px 0;
}

@media screen and (max-width: 820px) {
  .c-video_news {
    padding: 0 0 25px 0;
  }
}

.videos_conts {
  width: 100%;
  text-align: center;
}

.videos_conts iframe {
  width: 560px;
  height: 315px;
}

@media screen and (max-width: 820px) {
  .videos_conts iframe {
    width: 100%;
    height: auto;
  }
}

.c-table_news {
  margin-bottom: 20px;
  /*padding-bottom: 50px;*/
  /*border-bottom: solid 1px #888;*/
}

@media screen and (max-width: 820px) {
  .c-table_news {
    padding-bottom: 40px;
  }
}
.table_conts table tr{
  background-color: #666;
}

@media screen and (max-width: 820px) {
  .table_conts {
    width: 100%;
    overflow-x: scroll;
  }
}

.texts_table {
  margin: 0 0 35px 0 !important;
}

table.table-news {
  width: 100%;
}

table.table-news tr {
  font-size: 12px;
  line-height: 20px;
}

table.table-news tr th {
  padding: 12px 0;
  background-color: #404040;
}

table.table-news tr td {
  padding: 12px;
  background-color: #505050;
}

table.table-news tr td:nth-child(1) {
  min-width: 95px;
}

table.table-news tr td:nth-child(3) {
  min-width: 72px;
}

table.table-news tr td:nth-child(6) {
  min-width: 105px;
}

table.table-news tr td:last-child {
  min-width: 176px;
}

.c-pagination_detail {
    padding: 25px 0 110px;
    border-top: solid 1px #888;
    margin-top: 50px;
    position: relative;
}

.c-pagination_detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-pagination_detail ul li a {
  font-size: 14px;
  text-decoration: underline;
}
.c-pagination_detail ul li.n_center{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 820px) {
  .c-pagination_detail {
    padding-bottom: 55px;
  }
  .c-pagination_detail ul {
    display: block;
    position: relative;
  }
  .c-pagination_detail ul li a {
    font-size: 11px;
  }
  .c-pagination_detail ul li:last-child {
    position: absolute;
    right: 0;
    top: 0;
  }
  .c-pagination_detail ul li.n_center {
    text-align: center;
    padding-top: 15px;
  }
}

/*------------------------------------------------------------
	Company-history page
------------------------------------------------------------*/
.maintitle_history {
  padding: 30px 0 60px;
}

@media screen and (max-width: 820px) {
  .maintitle_history {
    padding: 20px 0 30px;
    width: 95%;
    margin: auto;
  }
}

.c-contents_history {
  margin-bottom: 180px;
}

@media screen and (max-width: 820px) {
  .c-contents_history {
    margin-bottom: 90px;
  }
}

.c-flame_block {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 820px) {
  .c-flame_block {
    display: block;
  }
}

.c-flame_block:nth-child(5) .flame-block_conts .block_left {
  margin-top: 0;
}

.c-flame_block:nth-child(11) .flame-block_conts .block_left {
  margin-top: 0;
}
/*
.c-flame_block:nth-child(6) .block_right .details span.ic_his:before {
  margin-left: 50px;
}
*/
.c-flame_block:last-child .block_L, .c-flame_block:last-child .block_R {
  border: none;
  padding-bottom: 0;
}

.c-flame_block:last-child .block_R .block_right h1.time {
  position: relative;
}

.c-flame_block:last-child .block_R .block_right h1.time:before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  background: #fff;
  width: 4px;
  top: 0;
}

@media screen and (max-width: 820px) {
  .c-flame_block:last-child .block_R {
    padding-bottom: 40px;
  }
  .c-flame_block:last-child .block_R .block_right h1.time:before{
    width: 0;
  }
}

.flame-block_conts {
  width: 50%;
}

@media screen and (max-width: 820px) {
  .flame-block_conts {
    width: 100%;
  }
}

.block_right, .block_left {
  width: 95%;
  margin: auto;
}

.flame-block_conts p{
  padding: 0;
}

.block_left {
  text-align: right;
  margin-top: 40px;
}

@media screen and (max-width: 820px) {
  .block_left {
    text-align: left;
    margin-top: 0;
  }
}

.block_R {
  border-left: solid 2px #fff;
}

.block_L {
  border-right: solid 2px #fff;
}

.block_L, .block_R {
  padding-bottom: 40px;
}

@media screen and (max-width: 820px) {
  .block_L, .block_R {
    border: none;
  }
}

h1.time {
  font-size: 15px;
  line-height: 17px;
  display: inline-block;
  margin-left: -3%;
  padding: 10px 3% 5px;
  border-top: solid 3px;
}

h1.time span {
  font-size: 30px;
  font-family: Arial Black, Arial, sans-serif;
  font-style: italic;
  padding-right: 5px;
}

@media screen and (max-width: 820px) {
  h1.time {
    font-size: 14px;
  }
  h1.time span {
    font-size: 20px;
  }
}

h1.time_L {
  margin-right: -3%;
}

.details p {
  padding-top: 5px;
  font-size: 12px;
  line-height: 18px;
}

span.ic_his:before {
  content: '';
  background: url(../../century%20-%20Copy/img/page/company/history_icon.png) no-repeat;
  width: 11px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}

/*------------------------------------------------------------
	About page
------------------------------------------------------------*/
.c-mainvisual_about {
  margin: 10px 0 100px 0;
  background-color: #050505;
  position: relative;
}

@media screen and (max-width: 820px) {
  .c-mainvisual_about {
    margin-bottom: 25px;
    margin-top: 0;
    background: none;
  }
}

.p-mainvisual_left span {
  font-size: 12px;
  position: absolute;
  bottom: 5px;
  left: 8px;
  color: #000;
  text-shadow: 0px 0px 50px #fff,
 0px 0px 10px #fff,
 0px 0px 20px #fff;
}

@media screen and (max-width: 820px) {
  .p-mainvisual_left {
    width: 100%;
    position: relative;
  }
  .p-mainvisual_left img {
    width: 100%;
  }
  .p-mainvisual_left span {
    top: 5px;
    font-size: 8px;
  }
}

.p-mainvisual_right {
  position: absolute;
  top: 120px;
  text-align: right;
  right: 0;
}

.p-mainvisual_right p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  padding-right: 20px;
}

.p-mainvisual_right h1{
  padding-right: 20px;
}

@media screen and (max-width: 820px) {
  .p-mainvisual_right {
    position: static;
  }
  .p-mainvisual_right p {
    font-size: 12px;
    text-align: center;
  }
  /*.p-mainvisual_right h1, p {
    padding-right: 0;
  }*/
}

h1.tit_interview {
  font-size: 46px;
  font-style: italic;
}

@media screen and (max-width: 820px){
  h1.tit_interview{
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 40%;
    font-size: 0;
  }
}
h1.tit_interview:after{
  content: '';
  background-image: url(../../century%20-%20Copy/img/page/about/border.png);
  background-repeat: no-repeat;
  background-position: right;
  display: block;
  height: 1px;
  margin-right: -20px;
}
@media screen and (max-width: 820px){
  h1.tit_interview:after{
    background: none;
    height: 0;
    margin: 0;
  }
}

.mainvisual-person {
  margin-bottom: 20px;
}

.c-person {
  margin-bottom: 160px;
}

@media screen and (max-width: 820px) {
  .c-person {
    margin-bottom: 65px;
  }
}

.about_txts p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
}

@media screen and (max-width: 820px) {
  .about_txts p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 25px;
  }
}

.signature {
  text-align: right;
  margin-top: 10px;
}
.signature p{
    padding: 0;
    font-size: 15px;
    line-height: 25px;
}

@media screen and (max-width: 820px) {
  .signature img {
    width: 100px;
  }
  .signature p{
    font-size: 13px;
  }
}

.about_flame_img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.about_flame_img p {
  width: 49.5%;
  padding: 0;
}

.about_flame_img p img {
  width: 100%;
}

@media screen and (max-width: 820px) {
  .about_contents_person {
    width: 95%;
    margin: auto;
  }
}

/*------------------------------------------------------------
	About-interview page
------------------------------------------------------------*/
.c-contents_interview {
  padding-bottom: 80px;
}

@media screen and (max-width: 820px) {
  .c-contents_interview {
    padding-bottom: 30px;
  }
}

.c-flame_interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 820px) {
  .c-flame_interview {
    display: block;
  }
}

.flame_interview_text {
  width: 44%;
}

@media screen and (max-width: 820px) {
  .flame_interview_text {
    width: 100%;
  }
}

.conts-flame_interview {
  width: 95%;
  margin: auto;
}

.conts-flame_interview h2 {
  font-weight: normal;
  font-size: 16px;
}

.conts-flame_interview h3 {
  font-weight: normal;
  margin: 15px 0 30px;
  font-size: 30px;
}

.conts-flame_interview h3 span {
  font-size: 12px;
  display: block;
}

.conts-flame_interview p {
  font-size: 15px;
  line-height: 24px;
}

@media screen and (max-width: 820px) {
  .conts-flame_interview h2 {
    font-size: 11px;
  }
  .conts-flame_interview h3 {
    font-size: 23px;
    margin: 10px 0 15px;
  }
  .conts-flame_interview h3 span {
    font-size: 10px;
  }
  .conts-flame_interview p {
    font-size: 11px;
    line-height: 19px;
  }
}

.flame_interview_img {
  width: 56%;
}

.flame_interview_img ul li:first-child {
  margin-bottom: 6px;
}

.flame_interview_img ul li:nth-child(2), .flame_interview_img ul li:last-child {
  width: 49.3%;
}

@media screen and (max-width: 820px) {
  .flame_interview_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .flame_interview_img img {
    width: 100%;
  }
}

.link_about_interview {
  margin-bottom: 150px;
}

@media screen and (max-width: 820px) {
  .link_about_interview-sp {
    margin-bottom: 35px;
  }
  .link_about_interview-sp img:first-child {
    margin-bottom: 2px;
  }
  .link_about_interview-sp img {
    width: 100%;
  }
}

/*------------------------------------------------------------
	Motorsports page
------------------------------------------------------------*/
.c-motorsports {
  padding-bottom: 100px;
}

.c-motorsports ul li {
  margin-bottom: 20px;
  border: solid 1px #fff;
}

.c-motorsports ul li a {
  display: block;
  width: 100%;
}

.c-motorsports ul li:last-child {
  margin: 0;
}

@media screen and (max-width: 820px) {
  .c-motorsports {
    width: 95%;
    margin: auto;
    padding-bottom: 60px;
  }
}

.boxs_motor {
  display: table;
}

.boxs_motor span {
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  width: 31.5%;
  text-align: center;
  display: table-cell;
  border-right: solid 1px #fff;
}

.boxs_motor p {
  /*display: table-cell;*/
  padding-right: 0;
}

@media screen and (max-width: 820px) {
  .boxs_motor {
    width: 100%;
  }
  .boxs_motor span {
    display: table-footer-group;
    width: 100%;
    font-size: 12px;
    line-height: 29px;
  }
  .boxs_motor p img {
    width: 100%;
     border-bottom: solid 1px;
  }
}

/*------------------------------------------------------------
	Motorsports detail page
------------------------------------------------------------*/
.contents_sponsor{
  padding: 60px 0;
  width: 80%;
  margin: auto;
}

.bread3_motor {
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .maintitle_motor {
    display: none;
  }
}

.c-contents-detail {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 820px) {
  .c-contents-detail {
    display: block;
    width: 95%;
    margin: auto;
  }
}

@media screen and (max-width: 820px) {
  .boxs_links {
    width: 100%;
  }
}

ul.detail_top {
  margin-bottom: 10px;
}
ul.detail_spon{
  margin-top: 10px;
}

@media screen and (max-width: 820px) {
  ul.detail_top {
    display: none !important;
  }
}

ul.detail_top {
  border: solid 1px #fff;
}

ul.link_anchor {
  border: solid 1px #fff;
  width: 100%;
}

@media screen and (max-width: 820px) {
  ul.link_anchor {
    padding: 20px 0 !important;
  }
}

ul.links_detail, ul.link_anchor {
  width: 140px;
  background-color: #000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

ul.links_detail li, ul.link_anchor li {
  border-bottom: solid 1px #fff;
}

ul.links_detail li:last-child, ul.link_anchor li:last-child {
  border-bottom: none;
}

ul.links_detail li a, ul.link_anchor li a {
  font-size: 14px;
  line-height: 33px;
  font-weight: bold;
  display: block;
}

ul.links_detail li a:before, ul.link_anchor li a:before {
  content: '';
  background: url(../../century%20-%20Copy/img/page/motorsports/down-right.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 4px;
  height: 5px;
  margin: 0 5px;
  padding-top: 2px;
}

@media screen and (max-width: 820px) {
  ul.links_detail, ul.link_anchor {
    background-color: #000;
    z-index: 99;
    border: none;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    left: 0;
  }
  ul.links_detail li, ul.link_anchor li {
    border-bottom: none;
    display: inline-block;
    border-left: solid 1px #fff;
  }
  ul.links_detail li:last-child, ul.link_anchor li:last-child {
    border-right: solid 1px #fff;
  }
  ul.links_detail li a, ul.link_anchor li a {
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline;
    padding: 0 12px;
  }
  ul.links_detail li a:before, ul.link_anchor li a:before {
    content: none;
  }
}

.p-conts-detail {
  width: 83%;
}

@media screen and (max-width: 820px) {
  .p-conts-detail {
    width: 100%;
  }
  .p-conts-detail img {
    width: 100%;
  }
}

.conts-detail_child {
  margin-bottom: 80px;
}

@media screen and (max-width: 820px) {
  .conts-detail_child {
    margin-bottom: 0;
    padding-top: 50px;
  }
}

.conts-detail_child:first-child {}

.conts-detail_child:last-child {
  margin-bottom: 80px;
  clear: both;
}

.title_detail span {
  font-size: 13px;
}

@media screen and (max-width: 820px) {
  .title_detail {
    font-size: 15px;
  }
  .title_detail span {
    font-size: 12px;
  }
}

.flame-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 35px;
}

.flame-detail:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 820px) {
  .flame-detail {
    display: block;
  }
}

.flame-detail_image {
  width: 55%;
}

.flame-detail_image span {
  font-size: 10px;
  color: #999;
  display: block;
  padding-top: 5px;
}

@media screen and (max-width: 820px) {
  .flame-detail_image {
    padding-bottom: 15px;
  }
}

.flame-detail_text {
  width: 43%;
}

.flame-detail_text h2 {
  font-size: 16px;
  padding-bottom: 20px;
}

@media screen and (max-width: 820px) {
  .flame-detail_text h2 {
    font-size: 15px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 820px) {
  .flame-detail_image, .flame-detail_text {
    width: 100%;
  }
}

dl.list_detail {
  font-size: 12px;
  line-height: 25px;
}

dl.list_detail dt, dl.list_detail dd {
  display: table-cell;
}

dl.list_detail dt {
  width: 95px;
  font-weight: bold;
}

dl.list_detail dd span {
  display: block;
  padding-left: 17px;
}

dl.list_detail dd:before {
  content: ':';
  padding-right: 13px;
}

@media screen and (max-width: 820px) {
  dl.list_detail {
    font-size: 12px;
    line-height: 20px;
  }
}

.link_detail_conts a {
  font-size: 12px;
  text-decoration: underline;
  text-align: right;
  display: block;
  padding-top: 20px;
}

ul.list_detail {
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
  width: 47%;
  list-style-type: disc;
  padding-left: 15px;
}

ul.list_detail a {
  text-decoration: underline;
}

@media screen and (max-width: 820px) {
  ul.list_detail {
    display: block;
    width: 95%;
    line-height: 25px;
  }
}

.boxs_drivers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  position: relative;
  clear: both;
}

@media screen and (max-width: 820px) {
  .boxs_drivers:nth-child(8) {
    padding-bottom: 0;
  }
}

.boxs_drivers:last-child {
  padding: 0;
}

.image_drivers {
  width: 20%;
}

.image_drivers img {
  width: 100%;
}

@media screen and (max-width: 820px) {
  .image_drivers {
    width: 33%;
  }
}

.info_drivers {
  width: 76%;
}

@media screen and (max-width: 820px) {
  .info_drivers {
    width: 61%;
  }
}

.info_drivers p.name {
  font-size: 13px;
  line-height: 22px;
}

.info_drivers p.name span {
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .info_drivers p.name {
    font-size: 12px;
    line-height: 18px;
  }
  .info_drivers p.name span {
    font-size: 12px;
  }
}

.info_drivers p.info {
  padding-top: 15px;
  font-size: 12px;
  line-height: 21px;
}
.last-row-txt{
	 font-size: 12px;
  line-height: 21px;
  display: flex;
  justify-content: space-between;
}

.info_drivers p.info a {
  text-decoration: underline;
}

@media screen and (max-width: 820px) {
  .info_drivers p.info {
    padding: 8px 0 10px;
    line-height: 16px;
  }
  .last-row-txt{
    display: block;
  }
}

p.more, p.btn_up {
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
}

p.more:before, p.btn_up:before {
  content: '';
  background: url(../../century%20-%20Copy/img/page/motorsports/down.png) 100% no-repeat;
  display: inline-block;
  width: 5px;
  height: 4px;
  margin: 0 10px 0 0;
  padding-top: 7px;
}

@media screen and (max-width: 820px) {
  p.more, p.btn_up {
    font-size: 11px;
  }
  p.more:before, p.btn_up:before {
    margin: 0 3px 0 0;
    padding-top: 5px;
  }
}

.readmore {
  width: 76%;
  position: relative;
  float: right;
  margin-top: -55px;
}

@media screen and (max-width: 820px) {
  .readmore {
    width: 100%;
    margin: 0;
  }
}

.info-drivers_child {
  display: none;
}
.info-drivers_child table{
  width: 100%;
}

@media screen and (max-width: 820px) {
  .info-drivers_child {
    background-color: #000;
    width: 100%;
    left: 0px;
    z-index: 99;
  }
}

.info-drivers_child table tr {
  font-size: 12px;
  border-top: solid 1px #3f3f3f;
  display: block;
  vertical-align: top;
}

.info-drivers_child table tr th {
  font-weight: normal;
  width: 75px;
  text-align: left;
  line-height: 23px;
}

.info-drivers_child table tr td {
  line-height: 18px;
}

.info-drivers_child table tr:last-child {
  border-bottom: solid 1px #3f3f3f;
}

.btn_up {
  padding: 15px 0;
}

.btn_up:before {
  background: url(../../century%20-%20Copy/img/page/motorsports/up.png) 100% no-repeat  !important;
}

.title_date {
  margin: 0;
}

.reports_detail table{
  width: 100%;
}
.column1{
  width: 30%;
  padding-left: 50px;
}
.column2{
  width: 45%;
  padding-left: 50px;
}
.column3{
  width: 25%;
  padding-left: 20px;
}

.reports_detail tr {
  width: 100%;
  display: table;
  font-size: 12px;
  line-height: 34px;
  border-bottom: solid 1px #424242;
}
.reports_detail tr:first-child{
  text-align: center;
}
.reports_detail tr:first-child td{
  padding: 0;
}

.reports_detail a{
  text-decoration: underline;
}

@media screen and (max-width: 820px) {
  .reports_detail tr {
    font-size: 10px;
    line-height: 20px;
  }
  .reports_detail tr:first-child{
    display: none;
  }
  .column1, .column2, .column3{
    padding: 0;
  }
  .column1{
    font-weight: bold;
    width: 25%;
    display: inline-block!important;
  }
  .column2, .column3{
    width: 75%;
    float: right;
  }
  .column3 span{
        border: solid 1px;
    display: inline-block;
    line-height: 13px;
    margin-right: 5px;
  }
  .reports_detail tr td{
    display: block;
  }
}
/**/

.fnav {
  position: fixed;
  top: 151px;
}

.fnav-sp {
  position: fixed;
  top: 44px;
}

.link_to {
  width: 140px;
}

@media screen and (max-width: 820px) {
  .link_to {
    width: 98%;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .link_to-sp{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
  }
  .link-child-sp{
    width: 48%;
  }
}

.link-child a {
  width: 100%;
  display: block;
  /*border: solid 1px;*/
}

.link-child:first-child {
  margin: 20px 0 10px;
}

@media screen and (max-width: 820px) {
  .link-child:first-child {
    margin: 0;
  }
}

.link-child a:last-child img {
  margin: auto;
}

.link-child a {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.link-child p {
  padding: 5px 12px;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
}

.link-child p span {
  display: block;
  font-size: 13px;
}

/*------------------------------------------------------------
	Privacy page
------------------------------------------------------------*/
@media screen and (max-width: 820px) {
  .container_privacy {
    width: 95% !important;
  }
}

.maintitle_privacy span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 10px;
}

@media screen and (max-width: 820px) {
  .maintitle_privacy span {
    font-size: 12px;
    padding-bottom: 5px;
  }
}

.c-text_privacy h3 {
  font-size: 16px;
  line-height: 22px;
  border-bottom: solid 1px #888;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.c-text_privacy ol {
  list-style-type: decimal;
}

.c-text_privacy ol li {
  font-size: 12px;
  line-height: 18px;
  margin-left: 20px;
}

@media screen and (max-width: 820px) {
  .c-text_privacy h3 {
    font-size: 15px;
  }
}

.text_pravacy1 {
  margin-bottom: 50px;
}

@media screen and (max-width: 820px) {
  .text_pravacy1 {
    margin-bottom: 40px;
  }
}

.text_pravacy2 {
  margin-bottom: 100px;
}

.text_pravacy2 ol li {
  margin-left: 25px;
}

.text_pravacy2 span {
  display: block;
  padding-top: 35px;
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 820px) {
  .text_pravacy2 {
    margin-bottom: 80px;
  }
}

/*------------------------------------------------------------
	Recruit page
------------------------------------------------------------*/
@media screen and (max-width: 820px) {
  .container_recruit {
    width: 95% !important;
    margin: auto;
  }
}

.c-image_maintitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-image_maintitle .conts-main_image {
  width: 50%;
  padding: 5px 5px 5px 2px;
}

.c-image_maintitle .conts-main_image img {
  width: 100%;
}

@media screen and (max-width: 820px) {
  .c-image_maintitle {
    display: block;
  }
  .c-image_maintitle .conts-main_image {
    width: 100%;
    padding: 2px 0 0 0;
  }
}

.main-title_recruit {
  text-align: center;
  padding: 35px 0;
}

@media screen and (max-width: 820px) {
  .main-title_recruit {
    text-align: left;
    padding: 20px 0 25px;
  }
}

ul.links_recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

ul.links_recruit li {
  width: 220px;
  text-align: center;
  background-color: #444;
}

ul.links_recruit li:nth-child(3) {
  background-color: #d6000f;
}

ul.links_recruit li a {
  display: block;
  padding: 18px 0;
  font-size: 15px;
  line-height: 18px;
}

@media screen and (max-width: 820px) {
  ul.links_recruit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.links_recruit li {
    width: 48%;
  }
  ul.links_recruit li:first-child, ul.links_recruit li:nth-child(2) {
    margin-bottom: 10px;
  }
}

.c-entry_recruit {
  padding-top: 105px;
}

.c-entry_recruit:first-child {
  padding-top: 55px;
}

@media screen and (max-width: 820px) {
  .c-entry_recruit:first-child {
    padding-top: 50px;
  }
}

.c-entry_recruit:last-child {
  margin-bottom: 125px;
}

@media screen and (max-width: 820px) {
  .c-entry_recruit {
    padding-top: 50px;
  }
  .c-entry_recruit:last-child {
    margin-bottom: 65px;
  }
}

.title_recruit h1 {
  display: inline;
}

.title_recruit span {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 820px) {
  .title_recruit span {
    font-size: 12px;
  }
}

span.text_use {
  font-size: 22px;
  background-color: #d6000f;
  display: inline-block;
  padding: 0 7px;
  line-height: 33px;
  vertical-align: middle;
}

@media screen and (max-width: 820px) {
  span.text_use {
    font-size: 17px;
    line-height: 23px;
  }
}

.entry_text-conts {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 820px) {
  .entry_text-conts {
    margin: 0;
  }
}

.entry_img-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 820px) {
  .entry_img-conts {
    display: block;
  }
}

.entry_img span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
}

@media screen and (max-width: 820px) {
  .entry_img {
    padding-top: 20px;
  }
  .entry_img span {
    font-size: 10px;
  }
  .entry_img img {
    width: 100%;
  }
}

.table_image {
  text-align: center;
  position: relative;
  margin-top: 35px;
}

.table_image span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
}

.table_image img {
  margin: auto;
}

@media screen and (max-width: 820px) {
  .table_image {
    margin-top: 22px;
  }
  .table_image span {
    font-size: 10px;
  }
  .table_image img {
    width: 100%;
  }
}

.c-table_recruit {
  text-align: center;
  margin: 55px 0 0 0;
}

@media screen and (max-width: 820px) {
  .c-table_recruit {
    margin: 30px 0 40px;
  }
}

.c-table_recruit h2 {
  font-size: 22px;
  line-height: 44px;
}

@media screen and (max-width: 820px) {
  .c-table_recruit h2 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

.c-table_recruit table, .c-table_recruit th, .c-table_recruit td {
  border: 1px solid #fff;
  border-collapse: collapse;
}

.c-table_recruit table {
  width: 750px;
  margin: auto;
}

.c-table_recruit table tr {
  font-size: 14px;
  line-height: 18px;
}

.c-table_recruit table tr th {
  background-color: #252525;
  width: 145px;
}

.c-table_recruit table tr td {
  text-align: left;
  padding: 10px 0 10px 25px;
}

@media screen and (max-width: 820px) {
  .c-table_recruit table {
    width: 100%;
  }
  .c-table_recruit table tr th {
    width: 18%;
    font-size: 11px;
  }
  .c-table_recruit table tr td {
    font-size: 12px;
    padding: 8px 10px;
  }
}

/*------------------------------------------------------------
	Sitemap page
------------------------------------------------------------*/
.c-contents_sitemap {
  padding: 30px 0 120px;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 820px) {
  .c-contents_sitemap {
    width: 95%;
    padding: 20px 0 45px;
    display: block;
  }
}

.sitemap {
  width: 47%;
}

@media screen and (max-width: 820px) {
  .sitemap {
    width: 100%;
  }
}

p.title_site {
  font-size: 12px;
  font-weight: bold;
  border-bottom: solid 1px #888;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

p.title_site span {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 820px) {
  p.title_site span {
    font-size: 15px;
  }
}

ul.site-link {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 40px;
}

ul.site-link:last-child {
  margin-bottom: 0;
}

ul.site-link li a {
  font-size: 12px;
  text-decoration: underline;
  margin-bottom: 8px;
  display: block;
}

.sitemap:first-child ul.site-link:last-child {
  margin-bottom: 40px;
}
